Overblog
Edit post Follow this blog Administration + Create my blog
dionysus

ISTQB Foundation Question and Answer No.17

May 12 2019 , Written by Harry Published on #TESTER

ISTQB Foundation Question and Answer No.17

Question

1. Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase

a) Test Implementation and execution

b) Test Analysis and Design

c) Evaluating the Exit Criteria and reporting

d) Test Closure Activities

2. Test Implementation and execution has which of the following major tasks?

i. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts.

ii. Creating the test suite from the test cases for efficient test execution.

iii. Verifying that the test environment has been set up correctly.

iv. Determining the exit criteria.

a) i,ii,iii are true and iv is false

b) i,,iv are true and ii is false

c) i,ii are true and iii,iv are false

d) ii,iii,iv are true and i is false

3. A Test Plan Outline contains which of the following :-

i. Test Items

ii. Test Scripts

iii. Test Deliverables

iv. Responsibilities

a) i,ii,iii are true and iv is false

b) i,iii,iv are true and ii is false

c) ii,iii are true and i and iv are false

d) i,ii are false and iii , iv are true

4. One of the fields on a form contains a text box which accepts numeric values in the range of 18 to 25. Identify the invalid Equivalence class

a) 17

b) 19

c) 24

d) 21

5. In an Examination, a candidate has to score a 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.

a) 22,23,26

b) 21,39,40

c) 29,30,31

d) 0,15,22

6. Which of the following statements regarding static testing is false:

a) static testing requires the running of tests through the code

b) static testing includes desk checking

c) static testing includes techniques such as reviews and inspections

d) static testing can give measurements such as cyclomatic complexity

7. Verification involves which of the following:-

i. Helps to check that we have built the product right.

ii. Helps to check that we have built the right product.

iii. Helps in developing the product

iv. Monitoring tool wastage and obsoleteness.

a) Options i,ii,iii,iv are true.

b) i is true and ii,iii,iv are false

c) i,ii,iii are true and iv is false

d) ii is true and i,iii,iv are false.

8. Component Testing is also called as:-

i. Unit Testing

ii. Program Testing

iii. Module Testing

iv. System Component Testing.

a) i,ii,iii are true and iv is false

b) i,ii,iii,iv are false

c) i,ii,iv are true and iii is false

d) all of above is true

9. Link Testing is also called as :

a) Component Integration testing

b) Component System Testing

c) Component Sub System Testing

d)Maintenance testing

10. What is the expected result for each of the following test cases?

Rule 1    Rule 2    Rule 3    Rule 4

Conditions

Indian resident?   False     True       True       True

Age between

18 – 55?              Don’t care False True True

Married?              Don’t care Don’t care False True

Actions

Issue Membership? False False True True

Offer 10% discount? False False True False

A.TC1: Anand is a 32 year old married, residing in Kolkatta. B.TC3: Attapattu is a 65-year-old married person, residing in Colombo.

a. A – Issue membership, 10% discount, B – Issue membership, offer no discount. B

b. A – Don’t Issue membership, B – Don’t offer discount. C

c. A – Issue membership, no discount, B – Don’t Issue membership.

d. Issue membership, no discount, B- Issue membership with 10% discount.

11. Methodologies adopted while performing Maintenance Testing:-

a) Breath Test and Depth Test

b) Retesting

c) Confirmation Testing

d) Sanity Testing

12. Which of the following is true about Formal Review or Inspection:-

i. Led by Trained Moderator (not the author).

ii. No Pre Meeting Preparations

iii. Formal Follow up process.

iv. Main Objective is to find defects

a) ii is true and i,iii,iv are false

b) i,iii,iv are true and ii is false

c) i,iii,iv are false and ii is true

d) iii is true and I,ii,iv are false

13. The Phases of the formal review process is mentioned below arrange them in the correct order.

i. Planning

ii. Review Meeting

iii. Rework

iv. Individual Preparations

v. Kick Off vi. Follow Up

a) i,ii,iii,iv,v,vi

b) vi,i,ii,iii,iv,v

c) i,v,iv,ii,iii,vi

d) i,ii,iii,v,iv,vi

14. Consider the following state transition diagram of a two-speed hair dryer, which is operated by pressing its one button. The first press of the button turns it on to Speed 1, second press to Speed 2 and the third press turns it off. Which of the following series of state transitions below will provide 0-switch coverage?

a. A,C,B

b. B,C,A

c. A,B,C

d. C,B,A

15. White Box Techniques are also called as:-

a) Structural Testing   

b) Design Based Testing

c) Error Guessing Technique

d) Experience Based Technique

16. What is an equivalence partition (also known as an equivalence class)?

a) A set of test cases for testing classes of objects

b) An input or output range of values such that only one value in the range becomes a test case

c) An input or output range of values such that each value in the range becomes a test case

d) An input or output range of values such that every tenth value in the range becomes a test case.

17. The Test Cases Derived from use cases

a) Are most useful in uncovering defects in the process flows during real-world use of the system

b) Are most useful in uncovering defects in the process flows during the testing use of the system

c) Are most useful in covering the defects in the process flows during real-world use of the system

d) Are most useful in covering the defects at the Integration Level

18. Exhaustive Testing is

a) Is impractical but possible

b) Is practically possible

c) Is impractical and impossible

d) Is always possible

19. Which of the following is not a part of the Test Implementation and Execution Phase

a) Creating test suites from the test cases

b) Executing test cases either manually or by using test execution tools

c) Comparing actual results

d) Designing the Tests

20. Which of the following techniques is NOT a White box technique?

a) Statement Testing and coverage

b) Decision Testing and coverage

c) Condition Coverage

d) Boundary value analysis

Answer

1 b 2 a 3 b 4 a 5 c 6 a 7 b 8 a 9 a 10 c

11 a 12 b 13 c 14 c  15 a 16 b 17 a 18 a 19 d 20 d

Share this post
To be informed of the latest articles, subscribe:
Comment on this post