Software Testing Lab Semester - VIII: List of Experiment
Software Testing Lab Semester - VIII: List of Experiment
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.