Skip to main content

ISEB-ISTQB Sample Exam Paper 57

When a tester executes a test and observes behaviour that differs from the specification, this is called a: a) defect b) error c) failure d) mistake e) fault Which of the following best describes regression testing? v) Testing to ensure unchanged areas still work w) Testing after a fix x) Testing after environment changes y) Testing after code refactoring z) Testing only at the end of the project a) v, w & y are true b) v & w are true c) v, w, x & y are true d) w & z are true e) all are true Which of the following is NOT included in IEEE 829 test documentation? a) Test summary report b) Test design specification c) Test incident report d) Test risk assessment e) Test log Testing should be stopped when: a) All planned tests are executed b) The exit criteria have been met c) No more defects are being found d) Time runs out e) Both b and c ...

What is Boundary Value Analysis?


Boundary Value Analysis

Boundary Value Analysis uses a model of the component that partitions the input and output values of the component into a number of ordered sets with identifiable boundaries.  These input and output values are derived from the specification of the component's behaviour.

The model shall comprise bounded partitions of ordered input and output values.  Each partition shall contain a set or range of values, chosen such that all the values can reasonably be expected to be treated by the component in the same way (i.e. they may be considered 'equivalent').  Both valid and invalid values are partitioned in this way.  A partition's boundaries are normally defined by the values of the boundaries between partitions, however where partitions are disjoint the minimum and maximum values in the range which makes up the partition are used.  The boundaries of both valid and invalid partitions are considered.

Test cases shall be designed to exercise values both on and next to the boundaries of the partitions.  For each identified boundary three test cases shall be produced corresponding to values on the boundary and an incremental distance either side of it.  This incremental distance is defined as the smallest significant value for the data type under consideration.  A test case shall comprise the following:


-  the input(s) to the component:
         -  the partition boundaries exercised
         -  the expected outcome of the test case.

 
Test cases are designed to exercise valid boundary values, and invalid input boundary values.  Test cases may also be designed to test that invalid output boundary values cannot be induced.

Comments

  1. I found some cool exam papers for ISTQB-BCS Certified Tester Foundation Level which has all the questions and answers and full explanation for Boundary Value Analysis @ www.iseb-sofwaretesting.weebly.com

    Thanks,
    Eliss

    ReplyDelete

Post a Comment