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?
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
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.Select the correct decision table from the decision tables given below for the above scenario
You and two junior testers have been assigned to a new project qualification by your manager. Development of the code started two weeks ago and now you are invited to attend a code review meeting by development manager. Meeting agenda is to cover following items.
# Verify code compliance to coding standards
# Verify comment usage frequency
# Review number of function calls
# Review logical decision points in the application
What is the purpose of this meeting?
Which of the following is NOT a challenge with outsourcing?