Software Testing Part - 2

Take This Test

Section 1

1) An incident logging system
2) Increasing the quality of the software, by better development methods, will affect the time needed for testing (the test phases) by:
3) Coverage measurement
4) When should you stop testing?
5) Which of the following is true?
6) What is the important criterion in deciding what testing technique to use?
7) If the pseudo code below were a programming language, how many tests are required to achieve 100% statement coverage?

If x=3 then
   Display_messageX;
   If y=2 then
      Display_messageY;
   Else
      Display_messageZ;
Else
    Display_messageZ;

8) Using the same code example as question 7,how many tests are required to achieve 100% branch/decision coverage?
9) Which of the following is NOT a type of non-functional test?
10) Which of the following tools would you use to detect a memory leak?

Take This Test

Also check these Software Testing test papers, these are one of most attempted test paper in this category.

Popular Software Testing Papers

Software Testing Part - 1
PRACTISE EXAM. 10 questions 2 marks each.
Software Testing Part - 2
Practise exam, contains 10 questions of 2 marks each.
Software Testing Part - 4
Software testing papers.
Software Testing Part - 3
Software Testing