ISTQB Practice Paper 3











Sponsored Links:

Total Questions: 40 | Pass - 65%
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 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 ?




Which of the following uses Impact Analysis most?




Evaluating testability of the requirements and system are a part of which phase




Repeated Testing of an already tested program, after modification, to discover any defects introduced or uncovered as a result of the changes in the software being tested or in another related or unrelated software component:




Impact Analysis helps to decide :




Different Tools to perform Regression Testing
Functional system testing is:


testing that the components that comprise the system function together
testing the end to end functionality of the system as a whole
Peer Reviews are also called as :




The Kick Off phase of a formal review includes the following :




Which of the following is not phase of the Fundamental Test Process?



Requirement Analysis
Which of the following techniques is NOT a black box technique?




Success Factors for a review include : i. Each Review does not have a predefined objective ii. Defects found are welcomed and expressed objectively iii. Management supports a good review process. There is an emphasis on learning and process improvement




Test Conditions are derived from

Specifications 


Minimum Tests Required for Statement Coverage and Branch Coverage : Read P Read Q If p+q > 100 then Print Large End if If p > 50 then Print Large End if




Minimum Test Required for Statement Coverage : Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if




Which of the following will be the best definition for Testing :




Which of the following is not a type of incremental testing approach?




In case of Large Systems




Which of the following statements about reviews is true?




Test cases are designed during:



test configuration.
A configuration management system would NOT normally provide:




A deviation from the specified or expected behavior that is visible to end-users is called:





No comments: