Questão 1
Questão
What is the MAIN benefit of designing tests early in the life cycle?
Questão 2
Questão
What is risk-based testing?
Responda
-
Risk-based testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.
-
Risk-based testing is used for testing systems for which the specification takes the form of rules or cause-effect combinations. In a decision table the inputs are listed in a column, with the outputs in the same column but below the inputs. The remainder of the table explores combinations of inputs to define the outputs produced.
Questão 3
Questão
What is the KEY difference between preventative and reactive approaches to testing?
Questão 4
Questão
What is the purpose of exit criteria?
Questão 5
Questão
What determines the level of risk?
Questão 6
Questão
When is used Decision table testing?
Responda
-
Decision table testing is used for testing systems for which the specification takes the form of rules or cause-effect combinations. In a decision table the inputs are listed in a column, with the outputs in the same column but below the inputs. The remainder of the table explores combinations of inputs to define the outputs produced.
-
Risk-based testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.
Questão 7
Questão
What is the MAIN objective when reviewing a software deliverable?
Questão 8
Questão
Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
Responda
-
A. Test Implementation and execution
-
B. Test Analysis and Design
-
C. Evaluating the Exit Criteria and reporting
-
D. Test Closure Activities
Questão 9
Questão
Test Implementation and execution has which of the following major tasks?
Responda
-
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.
Questão 10
Questão
A Test Plan Outline contains which of the following:-
Responda
-
i. Test Items
-
ii. Test Scripts
-
iii. Test Deliverables
-
iv. Responsibilities
Questão 11
Questão
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
Questão 12
Questão
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.
Responda
-
a) 22,23,26
-
b) 21,39,40
-
c) 29,30,31
-
d) 0,15,22
Questão 13
Questão
Which of the following statements regarding static testing is false:
Responda
-
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
Questão 14
Questão
Verification involves which of the following:-
Responda
-
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.
Questão 15
Questão
Component Testing is also called as :-
Questão 16
Questão
Link Testing is also called as :
Responda
-
a) Component Integration testing
-
b) Component System Testing
-
c) Component Sub System Testing
-
d) Maintenance testing
Questão 17
Questão
What is the expected result for each of the following test cases?
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.
Responda
-
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) A – Issue membership, no discount, B- Issue membership with 10% discount.