最新的ASTQB ISTQB Advanced Level Test manager - ISTQB-Advanced-Lev1免費考試真題
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
正確答案: 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 for statement coverage?
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 for statement coverage?
正確答案: D
Select the correct answer;
I. IEEE 829 contains a standard for test summary report.
II. Test reporting can occur at the end of the testing effort.
III. Percentage of test time lost due to blocking events is not a valid metric to monitor.
IV. Test summary report may contain summary of testing activities, versions of the software tested and management approvals.
I. IEEE 829 contains a standard for test summary report.
II. Test reporting can occur at the end of the testing effort.
III. Percentage of test time lost due to blocking events is not a valid metric to monitor.
IV. Test summary report may contain summary of testing activities, versions of the software tested and management approvals.
正確答案: C
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)
正確答案: D
Which of the following is NOT a true statement?
正確答案: C
According to the ISTQB syllabus, domain testing quality attributes are;
I. Accuracy, Suitability, Interoperability
II. Reliability, Maintainability, Portability
III. Performance, load, Adaptability
I. Accuracy, Suitability, Interoperability
II. Reliability, Maintainability, Portability
III. Performance, load, Adaptability
正確答案: B
A software company developed a software application for a Life Insurance Company. The testers of the software company were given the release to test. The software application calculates the annual life insurance cost based on customers' age. Life insurance cost is as follows per year; # Age 18 or less: US $ 300 # Age over 18 or less than 70: US $ 500 # Person has to be at least 1 year old to purchase insurance If a customer enters any other age, the software prints an error message. The Application accepts only positive integer values (no decimals). How many boundary value test cases can you derive for the life insurance application?
正確答案: A
A software company developed a software application for a Life Insurance Company. The testers of the software company were given the release to test. The software application calculates the annual life insurance cost based on customers' age. Life insurance cost is as follows per year; # Age 18 or less: US $ 300 # Age over 18 or less than 70: US $ 500 # Person has to be at least 1 year old to purchase insurance If a customer enters any other age, the software prints an error message. The Application accepts only positive integer values (no decimals). Given above scenario, how many valid test cases at minimum can you derive using equivalence partitioning?
正確答案: C