Question: Software quality and assurance and testing 1. Experiment Content ****** 2. Algorithm ****** 3. Program Code ****** 4. Test Design and Test Cases 5. Testing



1. Experiment Content ****** 2. Algorithm ****** 3. Program Code ****** 4. Test Design and Test Cases 5. Testing Executing and Test Result ****** (1) triangle problem Design and develop a program in a language of your choice to solve the triangle problem defined as follows: Accept three integers which are supposed to be the three sides of a triangle and determine if the three values represent an equilateral triangle, isosceles triangle, scalene triangle or they do not form a triangle at all. Assume that the upper limit for the size of any side is 10, Derive test cases for your program based on boundary value analysis, execute the test cases and discuss the results CI. It receive three integers a, b, c as input. If a, b, c satisfy these conditions below: 1 1 AND B=0 T X = X/A F T A=2 OR X> 1 X = X+ 1 F End
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
