0% found this document useful (0 votes)
53 views1 page

Software Testing Lab Semester - VIII: List of Experiment

The document outlines 10 software testing experiments to be performed in a semester-long lab: 1) Test a quadratic equation solver using boundary value analysis 2) Test an area calculator for shapes using equivalence class testing 3) Test an exponent calculator using decision table testing 4) Test a date calculator using decision table testing 5) Test a triangle classifier using cause-effect graphing 6) Test an employee salary calculator and draw its path graph 7) Draw a DD path graph for the employee salary calculator 8) Test a student grade calculator and draw its graph matrix 9) Perform data flow testing on the quadratic equation solver 10) Perform a case study on static and dynamic testing tools

Uploaded by

Ankush Jain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views1 page

Software Testing Lab Semester - VIII: List of Experiment

The document outlines 10 software testing experiments to be performed in a semester-long lab: 1) Test a quadratic equation solver using boundary value analysis 2) Test an area calculator for shapes using equivalence class testing 3) Test an exponent calculator using decision table testing 4) Test a date calculator using decision table testing 5) Test a triangle classifier using cause-effect graphing 6) Test an employee salary calculator and draw its path graph 7) Draw a DD path graph for the employee salary calculator 8) Test a student grade calculator and draw its graph matrix 9) Perform data flow testing on the quadratic equation solver 10) Perform a case study on static and dynamic testing tools

Uploaded by

Ankush Jain
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

SOFTWARE TESTING LAB Semester - VIII

LIST OF EXPERIMENT 1. Write a program in C/C++ to find the roots of a quadratic equation and perform the following on it: Boundary Value Analysis (BVA). 2. Write a program in C/C++ to find the area of a circle, triangle, square and rectangle and perform the following: Equivalence Class testing. 3. Write a program in C/C++ to compute a raise to b and perform the following: decision table based testing. 4. Write a program in C/C++ to compute previous date, given present date as input and perform decision table based testing. 5. Write a program in C/C++ to read 3 sides of a triangle and to determine whether they form scalene, isosceles or equilateral triangle and test the same using cause Effect Graphing testing technique. 6. Write a program in C/C++ to compute total salary of an employee given his/her basic salary. The slab is given below: HRA = 30% of basic DA = 80% of basic MA = Rs. 100/TA = Rs. 800/I. Tax = Rs. 700/Pf = Rs. 780/Draw its path graph and find its V(G) by all the 3 methods. 7. Draw DD path graph for the same problem as in Q.6. 8. Write a program in C/C++ to read the marks of 10 students in 5 subjects. Find their averages and allot them the grades. Now draw its Graph Matrix and find its V(G). 9. Perform data flow testing on problem no. 1. 10. Do a case study on static and dynamic testing tools.

You might also like