Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Software quality and assurance and testing
image text in transcribed
image text in transcribed
image text in transcribed
image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

9th Edition

B01JXPZ7AK, 9780805360479

More Books

Students also viewed these Databases questions

Question

3. Identify the methods used within each of the three approaches.

Answered: 1 week ago