ASTQB ISTQB Advanced Level Test manager - ISTQB-Advanced-Lev1 Exam Practice Test
Master test plan may contain;
I. Items to be tested, out of scope test items
II. Testing schedule, budget
III. Entry and exit criteria for each level and relationship among each level
IV. Business value of testing
I. Items to be tested, out of scope test items
II. Testing schedule, budget
III. Entry and exit criteria for each level and relationship among each level
IV. Business value of testing
Correct Answer: B
Vote an answer
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?
Correct Answer: C
Vote an answer
A Car sales company is financing their customers' vehicles. Financing interest rates are as follows:
(I) For all motorcycles:
a.Customer Credit score 300 - 550
# Annual income US$ 40K-80K - Interest rate 15%
# Annual income US$ 81K-100K- Interest rate 12 %
# Annual income US $ 101K or more - Interest rate 9 %
b.Customer Credit score 551-680
# Annual income US$ 40K-80K - Interest rate 12%
# Annual income US$ 81K-100K- Interest rate 9 %
# Annual income US $ 101K or more - Interest rate 7 %
c.Customer Credit score 681 or more
# Annual income US$ 40K-80K - Interest rate 10%
# Annual income US$ 81K-100K-Interest rate 6
# Annual income US $ 101K or more - Interest rate 5 %
(II) For all other vehicles the interest rate is 1 % less (from the values given above) for each category mentioned.
a) Ex: Customer Credit score 300 - 550
Annual income US$ 40K-80K - Interest rate 14% and so on.
What is the minimum number of test cases required to test the above application? (Hint: derive test cases using decision table technique using the decision table described in
(I) For all motorcycles:
a.Customer Credit score 300 - 550
# Annual income US$ 40K-80K - Interest rate 15%
# Annual income US$ 81K-100K- Interest rate 12 %
# Annual income US $ 101K or more - Interest rate 9 %
b.Customer Credit score 551-680
# Annual income US$ 40K-80K - Interest rate 12%
# Annual income US$ 81K-100K- Interest rate 9 %
# Annual income US $ 101K or more - Interest rate 7 %
c.Customer Credit score 681 or more
# Annual income US$ 40K-80K - Interest rate 10%
# Annual income US$ 81K-100K-Interest rate 6
# Annual income US $ 101K or more - Interest rate 5 %
(II) For all other vehicles the interest rate is 1 % less (from the values given above) for each category mentioned.
a) Ex: Customer Credit score 300 - 550
Annual income US$ 40K-80K - Interest rate 14% and so on.
What is the minimum number of test cases required to test the above application? (Hint: derive test cases using decision table technique using the decision table described in
Correct Answer: D
Vote an answer
Which of the statement are true about risk based testing;
I. All risks have equal weights / concerns.
II. The level of risk is influenced by likelihood of the risk and impact of the risk.
III. All risks must be mitigated.
IV. Main developer quitting, during the coding phase of the project can be a project risk.
I. All risks have equal weights / concerns.
II. The level of risk is influenced by likelihood of the risk and impact of the risk.
III. All risks must be mitigated.
IV. Main developer quitting, during the coding phase of the project can be a project risk.
Correct Answer: B
Vote an answer
Innovative software solutions have adopted a new way of testing their software. Testers set up the test environment, scan the software and look for problems for about 3 hours every week on Mondays and Wednesdays (in addition to their normal test activities). They create a session sheet and record testers name, date and time started, issues found, task breakdown and defects found at the end.
Then the test manager holds a meeting with the testers and reviews the session sheet.
Manager asks the testers for their outlook, results, what happened during the testing and their feelings about past 3 hours. What type of testing activity is described above?
Then the test manager holds a meeting with the testers and reviews the session sheet.
Manager asks the testers for their outlook, results, what happened during the testing and their feelings about past 3 hours. What type of testing activity is described above?
Correct Answer: C
Vote an answer
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?
Correct Answer: A
Vote an answer
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)
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)
Correct Answer: D
Vote an answer
Select the correct matching pair. According to the ISTQB Syllabus;
I. Risk Identification
II. Risk Analysis
III. Risk mitigation
a.Methods include: Expert interviews, checklists, brainstorming and past experience.
b.Technical factors include: Training issues, tools and technology, conflicts within the team
c.Business factors include: Damage to the image, loss of license, legal issues
I. Risk Identification
II. Risk Analysis
III. Risk mitigation
a.Methods include: Expert interviews, checklists, brainstorming and past experience.
b.Technical factors include: Training issues, tools and technology, conflicts within the team
c.Business factors include: Damage to the image, loss of license, legal issues
Correct Answer: B
Vote an answer