Material for ISTQB Paper 2











Sponsored Links:

An input field takes the year of birth between 1900 and 2004
The boundary values for testing this field are




Which one of the following are non-functional testing methods?




Which of the following tools would be involved in the automation of regression test?




Incorrect form of Logic coverage is:




Which of the following is not a quality characteristic listed in ISO 9126 Standard?




To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data




Boundary value testing




Pick the best definition of quality




Fault Masking is




One Key reason why developers have difficulty testing their own work is :




During the software development process, at what point can the test process start?




In a review meeting a moderator is a person who




Given the Following program
IF X < Y THEN Statement 1; ELSE IF Y >= Z
THEN Statement 2;
END
McCabe’s Cyclomatic Complexity is :




How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other : - ………… if (Condition 1) then statement 1 else statement 2 fi if (Condition 2) then statement 3 fi …………




Acceptance test cases are based on what?




“How much testing is enough?”




A common test technique during component test is




Statement Coverage will not check for the following




Independent Verification & Validation is




Code Coverage is used as a measure of what ?






No comments: