Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A function foo takes three integers as input arguments, i . e . , foo ( int a , int b , int c )

A function foo takes three integers as input arguments, i.e., foo(int a, int b, int c). The three inputs represent the three sides of a triangle in centimeter. The function is expected to
return the type of a triangle: "equilateral", "isosceles", or "scalene". Assume the domains of the three variables are 1a100,50b150 and 100c200, respectively. A test
case is in a tuple format S1S2S2-S1=S3,expectedoutput> with test inputs and the expected output.
S1is a set of test cases for the "Boundary Value Analysis" approach. (0.5pt)
S1=
S2is a set of test cases for the "Robustness testing" approach. (0.5pt)
S2-S1=
S3is a set of tests cases for the "Robust Worst-Case testing" approach. Are there any types of triangles that S3 cannot reveal? If yes, what are they? Ifno, why? (1pt)
image text in transcribed

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

Filing And Computer Database Projects

Authors: Jeffrey Stewart

2nd Edition

007822781X, 9780078227813

Students also viewed these Databases questions

Question

What is the Big Bang Theory?

Answered: 1 week ago