Aptitude Knowledge Question:
Download Questions PDF

Describe what you understand about the term “Static Testing” and list 3 static testing techniques?

Answer:

Static Testing is non-execution of the code. Techniques include; reviews, inspections, walk throughs, individual techniques such as desk checking, data-stepping and proofreading. There is also static analysis (data flow and control flow analysis)

Download Aptitude Knowledge Interview Questions And Answers PDF

Previous QuestionNext Question
Write a set of test cases to adequately test this telephone system?How would you prioritise your tests (list 5)?