Manual Testing Interview Questions & Answers-Part1
Manual Testing Interview Questions & Answers-Part1
A testing phase where the tester tries to 'break' the system by randomly
trying the system's functionality. Can include negative testing as well.
See also Monkey Testing.
branches.
A white box test case design technique that uses the algorithmic flow of
the program to design tests.
Testing in which all branches in the program source code are tested at
least once.
A test suite that exercises the full functionality of a product but does
not test features in detail.
A test tool that records test input as it is sent to the software under
test. The input cases stored can then be used to reproduce the test at a
later time. Most commonly applied to GUI test tools.
25. What is CMM?