Manual Testing
About Lesson

Also known as Glass box Testing. Internal software and code working should be known for this type of testing.

• Tests are based on coverage of code statements, branches, paths, conditions.

• It is the testing of each and every line of code in the program. Developers do WBT, sends the s/w to testing team.

Join the conversation