Manual testing techniques
dev.to·11h·
Discuss: DEV
🧪Testing
Preview
Report Post

1.Common Manual testing Techniques:

Black Box Testing : Tester test the software by user perspective without any coding Knowledge. We have mainly Functional and Non-Functional Testing techniques. Functional testing – Test the software matches the requirement specified in the User’s requirement document. Below are the functional Testing:

  • Unit Testing o Done during the development stage by the developers. Developer test after completing development of each unit/module is working as per Requirement. This also called as Module or component testing.
  • Integration Testing o Combining all the individual units/module together and test the software is working as accepted by interacting with each modules.
  • System Testing o System testing is done after Integration testing to valid…

Similar Posts

Loading similar posts...