User talk:Wordmouse

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Manual testing page had a section below but I believe the term & content are irrelevant / incorrect / inappropriate within the ream of Manual Testing therefore I deleted the section. Please comment if you have other suggestion. ---

Software Testing
After the integration have been tested, software tester who may be a manual tester or automator perform software testing on complete software build. This Software testing consists of two type of testing:
  1. Functional(to check whether SUT(Software under testing) is working as per the Functional Software Requirement Specification[SRS=FRS+NFRS(Non-Functional Requirements Specifications)] or NOT). This is performed using White Box testing techniques like BVA, ECP, Decision Table, Orthogonal Arrays. This Testing contains four Front-End testing(GUI,Control flow,Input Domain, Output or Manipulation) and one Back-End testing i.e. Database testing.
  2. Non-Functional Testing /System Testing/Characteristics Testing(to check whether SUT is working as per the NFRS, which contains characteristics of the Software to be developed like Usability, Compatibility, Configuration, Inter System Sharing, Performance, Security)

---