Your ultimate guide

Manual_TestingPhases_UnitTesting

 Unit Testing:
    Once the documentation is completely complete the developer starts developing.
  • Based on requirements developer develop the program.
  • Once the program is done, the developer tests the program that testing is called Unit Testing/Component Testing.
  • In this Unit Testing, every piece of the code will be tested by the developers.



White-Box/Glass-Box/Clear-Box/Open-Box/Structural testing techniques:
1. Basic path Coverage: They will check whether the program is working and not without any compile time errors.
2. Control Structure Coverage(Debugging):- Ensure whether the code written by them is working correctly or not.
3. Program technique Coverage:- Developer will check the performance/speed of the application.
4. Mutation Coverage:- Mutation Coverage is mainly used to check the test cases coverage.

No comments:

Post a Comment