Unit Testing:-
After completion of coding in developed software build developers will do unit testing whether any errors are in developed coding
Unit testing using white box testing technique(WBT) for testing
White Box Testing techniques:-
- Basic path coverage
- loops coverage
- Conditions coverage
- Programming technique coverage
Basic path coverage:-
During this coverage programmers are verifying each and every statement in program is correctly participating in execution or not
Loops coverage:-
During this coverage programmers are verifying each and every loop statement in a program is correctly terminating or not as per requirement
Conditions coverage:-
During this coverage programmers are verifying each and every condition is providing corresponding output or not
Programming technique coverage:-
During this coverage programmers are verifying each and every program is implemented with less logical statements or not to get output or response fast
0 comments:
Post a Comment