Use the following code;
x=1
y=2
z=3
If (x = = 2)
{
print "Hi There !";
}
else
{
print "Good bye";
}
z=x + y;
if (z ==4)
{
print "Welcome Back!";
}
else
{
print "Thank you";}
How many test cases at minimum are needed to test the path coverage?
Answer : B
Which of the following statements are correct?
I . IEEE 1028 is an international standard on reviews.
II . Early reviews are very cost effective in finding defects.
III . Review is considered a static testing
IV . Most documents can be reviewed (source code, requirements document, test plan document)
Answer : C
Select the correct statements about safety critical systems;
I . Risk management reduces the likelihood and / or impact of a risk.
II . Failure Mode and Effect Analysis (FMEA) technique is used mainly for safety critical systems.
III . All safety critical systems are subject to sector specific regulations only.
IV . Full traceability from requirements to evidence is required in some safety critical systems.
Answer : A
Use the following code;
x=1
y=2
z=3
If (x = = 2)
{
print "Hi There !";
}
else
{
print "Good bye";
}
z=x + y;
if (z ==4)
{
print "Welcome Back!";
}
else
{
print "Thank you";
}
How many test cases at minimum are required to test branch / decision coverage?
Answer : A
Which of the following is NOT a true statement?
Answer : B
Which of the following is correct about test progress monitoring?
I . According to ISQTB syllabus, Product Risks, Defects, Tests, Coverage and Confidence are 5 dimensions that can be used to monitor test progress.
II . Confidence is measured via surveys and questionnaires and outcome is subjective to the person responding.
Ill. Various metrics are used to measure the product risks, tests and coverage.
IV . One outcome of the progress monitoring could be to relax the test exit criteria.
Answer : A
The main Objective of Test Analysis and Design phase is to;
Answer : C