Software QA Testing Question:

What is Assertion Testing?

Software QA Interview Question
Software QA Interview Question

Answer:

A dynamic analysis technique which inserts assertions about the relationship between program variables into the program code. The truth of the assertions is determined as the program executes.


Previous QuestionNext Question
Explain Branch Testing?Explain Compatibility testing?