Advanced Software Testing and Quality Assurance Assignmnet by Ravi Raj
Advanced Software Testing and Quality Assurance Assignmnet by Ravi Raj
let's consider the quadratic equation \(ax^2 + bx + c = 0\). We'll use Boundary Value Analysis
to design test cases for the coefficients \(a\), \(b\), and \(c\).
These test cases are designed to explore the boundaries of the input space for the quadratic
equation, helping identify and address potential issues with extreme or edge values.
2. Design test cases using Robust analysis by taking quadratic equation problem.
Robust Analysis involves testing the system's ability to handle invalid or unexpected inputs.
Let's design test cases for the quadratic equation \(ax^2 + bx + c = 0\) using Robust Analysis:
These test cases aim to uncover vulnerabilities in the system's handling of unexpected or
invalid inputs, ensuring robustness and preventing potential issues in real-world scenarios.