Week 7 : Assignment 7
Due date: 2022-09-14, 23:59 IST.
Assignment not submitted
For the first five questions, consider the following set of requirements for a college job placement process. If the CGPA is ≥ 8 (out of 10), then the students are eligible for companies that offer salaries ≥ INR 20,00,000/= per annum. If the CGPA is between 6 and 8 then they are eligible for companies that offer salaries less than INR 20,00,000/= per annum. If there aren’t any companies with salary offers ≥ INR 20,00,000/= per annum in a particular period, then those with CGPA ≥ 8 will also appear in the companies in the lower salary categories. Those with less than 6 CGPA will not be assisted by the college placement office for their placements. Answer the following questions related to equivalence partitioning based testing of these requirements.
1 point
How many partitions will be there for the input CGPA if we consider only valid inputs?
1 point
Do the test inputs {CGPA = 8, CGPA = 9, CGPA = 9.5} belong to the same partition?
1 point
What is the expected output for the test case containing CGPA = 8 as input?
1 point
State true or false: A student has a CGPA of 6 and will be eligible to appear for placements for companies with a salary offer of INR 20,00,000/=.
1 point
Which of the following is a correct partitioning of inputs?
1 point
Amongst the various coverage criteria for input space partitioning, which is the most expressive and which is the least expressive?
1 point
State true or false: Multiple base choice coverage subsumes pair-wise coverage.
1 point
Which criterion below will have a maximum number of test cases?
1 point
When does
T-wise coverage criterion become the same as all combinations coverage criterion?
1 point
State yes or no: While partitioning the inputs using equivalence partitioning, both valid and invalid inputs need to be considered.
Comments
Post a Comment