A Free Template From Joomlashack

ISTQB Test 2
Time is running out. Get Working!
Time Remaining
Do you want an Email of the Results?
Name
Email


1) Which of the following is the odd one out?




2) In an Examination a candidate has to score minimum of 24 marks in order to clear the exam. The maximum that he can score is 40 marks. Identify the Valid Equivalence values if the student clears the exam.

 






3) Evaluating testability of the requirements and system are a part of which phase:-




4) Which of the following has highest level of independence in which test cases are :




5) We use the output of the requirement analysis, the requirement specification as the input for writing




6) Which of the following uses Impact Analysis most?




7) 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:




8) Functional system testing is:




9) The Kick Off phase of a formal review includes the following




10)Match every stage of the software Development Life cycle with the Testing Life cycle:




11) Which of the following techniques is NOT a black box technique?




12)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.
iv. There is an emphasis on learning and process improvement.

 






13)Defects discovered by static analysis tools include

i. Variables that are never used.
ii. Security vulnerabilities.
iii. Programming Standard Violations
iv. Uncalled functions and procedures

 






14)Test Conditions are derived from




15) Which of the following is true about White and Black Box Testing Technique:-




16) Benefits of Independent Testing




17). Minimum Tests Required for 100% Statement Coverage and Branch Coverage :-

Read P
Read Q
If P+Q > 100 then
Print “Large”
End if
If P > 50 then
Print “pLarge”
End if

 






18) 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

 






19) The structure of an incident report is covered in the Standard for Software Test Documentation IEEE 829 and is called as : -




20) Which of the following is the task of a Test Lead / Leader

i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.
ii. Write Test Summary Reports based on the information gathered during testing
iii. Decide what should be automated , to what degree and how.
iv. Create the Test Specifications

 






21) Features of White Box Testing Technique :-

i. We use explicit knowledge of the internal workings of the item being tested to select the test data.
ii. Uses specific knowledge of programming code to examine outputs and assumes that the tester knows the path of logic in a unit or a program.
iii. Checking for the performance of the application
iv. Also checks for functionality.

 






22) Which of the following is a part of Test Closure Activities?

i. Checking which planned deliverables have been delivered
ii. Defect report analysis.
iii. Finalizing and archiving testware.
iv. Analyzing lessons.

 






23) Which of the following will be the best definition for Testing :-




24) Component Testing is also called as :-

i. Unit Testing
ii. Program Testing
iii. Module Testing
iv. System Component Testing .

 






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




26) Drivers are also known as:

i. Spade
ii. Test harness
iii. Scaffolding

 






27) Exit Criteria may consist of :-

i. Thoroughness measures , such as coverage of code, functionality or risk
ii. Estimates of Defect density or reliability measures.
iii. Residual risk such as defects not fixed or lack of test coverage in certain areas
iv. Verifying the Test Environment.

 






28)Which of the following helps in monitoring the Test Progress:-

i. Percentage of Test Case Execution
ii. Percentage of work done in test environment preparation.
iii. Defect Information e.g. defect density, defects found and fixed
iv. The size of the testing Team and skills of the engineers

 






29) The selection of a test approach should consider the context :-

i. Risk of Failure of the Project, hazards to the product and risks of product failure to humans
ii. Skills and experience of the people in the proposed technique, tools and methods
iii. The objective of the testing endeavor and the mission of the testing team.
iv. The size of the testing Team

 






30) In case of Large Systems :-




31) The Provision and Management of a controlled library containing all the configurations items is called as




32) Link Testing is also called as :




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




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




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




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




37) Fault Masking is




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




39) Given the Following program

IF X = Z
THEN Statement 2;
END
McCabe’s Cyclomatic Complexity is :

 






40) Verification involves which of the following:-

i. Helps to check the Quality of the built product
ii. Helps to check that we have built the right product.
iii. Helps in developing the product
iv. Monitoring tool wastage and obsoleteness.