Podcast
Questions and Answers
Match the following concepts with their description:
Match the following concepts with their description:
Robustness Testing = Extension of Boundary value analysis Total number of test cases in robustness testing = 6n+1, where ‘n’ is the number of input values Graphical representation of the inputs(Robustness Testing) = 0,50 0 0,40 y 0 0,30 0 0,20 0 0,10 0 0, 0 100 200, 300 400 ,0 0 ,0 ,0 x Expected Output = 300, 400, 300, 401, 300, 500, 300, 599, 300, 600, 300, 199, 300, 400
Match the following input values with their descriptions:
Match the following input values with their descriptions:
Minimum = The lowest valid input value Just above the minimum(minimum+) = Input value just above the minimum Just below the maximum(maximum-) = Input value just below the maximum Maximum = The highest valid input value
Match the following test case inputs with their expected outputs:
Match the following test case inputs with their expected outputs:
99 300 = Invalid Input 10 0 = 300, 400 10 1 = 300, 401 20 0 = 300, 500
Match the following terms with their meanings:
Match the following terms with their meanings:
Signup and view all the answers
Match the following numbers with their corresponding descriptions:
Match the following numbers with their corresponding descriptions:
Signup and view all the answers
What is robustness testing and how is it related to boundary value analysis?
What is robustness testing and how is it related to boundary value analysis?
Signup and view all the answers
How many test cases are there in robustness testing and how are they calculated?
How many test cases are there in robustness testing and how are they calculated?
Signup and view all the answers
Describe the graphical representation of the inputs in robustness testing.
Describe the graphical representation of the inputs in robustness testing.
Signup and view all the answers
Provide an example of a test case with its input values and expected output in robustness testing.
Provide an example of a test case with its input values and expected output in robustness testing.
Signup and view all the answers
What are the additional states included in robustness testing, and how do they contribute to the testing process?
What are the additional states included in robustness testing, and how do they contribute to the testing process?
Signup and view all the answers
Study Notes
Robustness Testing
- Extension of Boundary Value Analysis, focused on testing program responses to invalid input values.
- Incorporates additional input states:
- Just below the minimum value (minimum-)
- Just above the maximum value (maximum+)
Test Case Calculation
- Total test cases in robustness testing calculated using the formula: 6n + 1, where n is the number of input values.
Input Value Categories
- Valid and invalid input values include:
- Minimum
- Just above the minimum (minimum+)
- Just below the minimum (minimum-)
- Nominal (average) value
- Just below the maximum (maximum-)
- Just above the maximum (maximum+)
- Maximum
Graphical Representation
- A graph is utilized to visualize inputs, distinguishing between valid and invalid outputs.
Example Test Cases
- Various test cases highlighting expected outputs:
- Input: 99, Expected Output: Invalid Input
- Input: 10, Expected Output: Valid Input
- Input: 10.1, Expected Output: Valid Input
- Input: 20, Expected Output: Valid Input
- Input: 29.9, Expected Output: Valid Input
- Input: 30, Expected Output: Valid Input
- Input: 30.1, Expected Output: Invalid Input
- Input: 20, Expected Output: Invalid Input
- Input: 20, Expected Output: Valid Input at boundary conditions.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge of robustness testing in software development with this quiz. Explore concepts such as boundary value analysis, invalid input selection, and the total number of test cases.