Pregunta 1
Pregunta
What is the MAIN benefit of designing tests early in the life cycle?
Pregunta 2
Pregunta
What is risk-based testing?
Respuesta
-
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.
Pregunta 3
Pregunta
What is the KEY difference between preventative and reactive approaches to testing?
Pregunta 4
Pregunta
What is the purpose of exit criteria?
Pregunta 5
Pregunta
What determines the level of risk?
Pregunta 6
Pregunta
When is used Decision table testing?
Respuesta
-
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.
Pregunta 7
Pregunta
What is the MAIN objective when reviewing a software deliverable?
Pregunta 8
Pregunta
Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase
Respuesta
-
A. Test Implementation and execution
-
B. Test Analysis and Design
-
C. Evaluating the Exit Criteria and reporting
-
D. Test Closure Activities
Pregunta 9
Pregunta
Test Implementation and execution has which of the following major tasks?
Respuesta
-
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.
Pregunta 10
Pregunta
A Test Plan Outline contains which of the following:-
Respuesta
-
i. Test Items
-
ii. Test Scripts
-
iii. Test Deliverables
-
iv. Responsibilities
Pregunta 11
Pregunta
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
Pregunta 12
Pregunta
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.
Respuesta
-
a) 22,23,26
-
b) 21,39,40
-
c) 29,30,31
-
d) 0,15,22
Pregunta 13
Pregunta
Which of the following statements regarding static testing is false:
Respuesta
-
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
Pregunta 14
Pregunta
Verification involves which of the following:-
Respuesta
-
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.
Pregunta 15
Pregunta
Component Testing is also called as :-
Pregunta 16
Pregunta
Link Testing is also called as :
Respuesta
-
a) Component Integration testing
-
b) Component System Testing
-
c) Component Sub System Testing
-
d) Maintenance testing
Pregunta 17
Pregunta
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.
Respuesta
-
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.