Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assume that a hypothetical function string interprete _ bmi ( int bmi _ val, bool male _ or _ female, int age ) is used

Assume that a hypothetical function
string interprete_bmi(int bmi_val, bool male_or_female, int age)
is used to provide information about a person's bmi value according to his gender and his age. During the
function's execution there are three important value intervals for bmi_val parameter that indicates
underweight, normal weight and overweight individuals and three different age intervals to indicate
young, adult and senior individuals.
a.(5p) If combinatorial testing approach is applied how many different test cases would have been
identified.
b.(10p) Apply pairwise testing and draw a table to identify the test cases that cover the whole
parameter set.
Your answer, in this box only:
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

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

1st Edition

1597496251, 978-1597496254

More Books

Students also viewed these Databases questions

Question

Indicate the benefi ts of performing a post-audit. AppendixLO1

Answered: 1 week ago