Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

software engineering 1. A program computes its output variable T according to the following formula: T = W*0.1 + X*0.2 + Y*0.3 + Z*0.4 W>

software engineering

image text in transcribed

1. A program computes its output variable T according to the following formula: T = W*0.1 + X*0.2 + Y*0.3 + Z*0.4 W> 50 and X> 50 and Y> 50 and Z> 50 = W*0.4+ X*0.3 + Y*0.2 + Z*0.1 Otherwise The input variables of this program are W, X, Y and Z. All of them are non-negative values. Calculate the following: When we apply equivalence class testing technique to design a test suite to test the above-mentioned program, a) the number of equivalence classes for W b) the number of equivalence classes for the program c) the number of invalid test cases (test cases with invalid input values) in the test suite ii) When we apply boundary value testing technique to design a test suite to test the above-mentioned program, a) the number of boundary values for W b) the number of boundary values for the program c) the number of valid test cases (test cases with valid input values) in the test suite

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

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

Differentiate the function. r(z) = 2-8 - 21/2 r'(z) =

Answered: 1 week ago