Reference no: EM132671929
Subject: System Testing and Verification
The following software was developed and ready for the testing. Now, it is you responsibly to design and implement testing of activities
Definition of Developed Software: This software will be integrated in the college student records database and eventual used for preparing the transcript. This software will be used for all courses and for each student.
C++ Program is to determine a student's final grade and indicate final letter grade based on given criteria.
A: 90-100%
B: 80- 89%
C: 70-79%
D: 60-69%
F: 0-59%
Where, the final grade was calculated as the average of four marks. Quiz Average, Midterm Exam Score, Assignments Average and the Final Exam Score.
Input: Four grades (each score is based on 100%) for each student in the course
Output: Final Letter Grade For each student in the course
QUESTION 1: Explain the Testing of activities for the given software: Test Design. Test Automation, Test Execution and Test Evaluation. For each step answer the followings
- What needs to be done in this testing of activity stage
- Required knowledge in this testing of activity stage
- Min requirement of the people in this testing of activity stage
QUESTION 2: Write your solution of Model-Driven Test Design for the given case by answering following questions
Test design stage: Explain the mathematical model you would use
Explain the input values you would use for the testing. And give four test student cases that you would use (test input cases examples)
Explain how to execute the testing
Explain how you would evaluate test result? How you would determine whether the given software passed the test or not? How you would determine if it is ready to be integrated in the college student records database, or not?