Question

A program is written to compute the total test score, T, from the test scores of the two separate parts, A and B, for an apti

This program accepts A and B as its input from users. Both A and B fall in the range within 0 to 50 inclusive. That is 0 <= A, B <= 50.

For the program specified above, is it possible for both equivalence class testing technique and cause-effect testing technique to design the same test suite? Explain the reasons clearly. If possible, show the correspondence systematically and concisely.

1 0
Add a comment Improve this question Transcribed image text
Answer #1

No, it is not possible for both equivalence class testing and cause-effect testing techniques to design the same test suite.

As we all know that test suit is just a collection of test cases that are intended to be used for testing a software.

Different testing technique performs testing differently.

According to the question,

Equivalence testing technique,

divides the input data of a software into same partitions of equivalent data through which test cases can be derived. These test cases are designed to cover each partition that are created at least once.

while, in cause-effect testing,

it chooses test cases that are logically related to the input that are effecting the output of the software.

So, we can say that these both the testing techniques can't not work on the same test suit.

Add a comment
Know the answer?
Add Answer to:
This program accepts A and B as its input from users. Both A and B fall in the range within 0 to ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • codeblock c++ language Write a program that reads students test scores in the range 0-200 from...

    codeblock c++ language Write a program that reads students test scores in the range 0-200 from a file until end of file (use e of() to check if ifstream reaches the End of File Stream) and store those scores in an array. It should then determine the number of students having scores in each of the following ranges: 0-24, 25-49, 50-74, 75-99, 100- 124, 125–149, 150-174, and 175–200. Finally, the program outputs the total number of students, each score range...

  • Need code written for a java eclipse program that will follow the skeleton code. Exams and...

    Need code written for a java eclipse program that will follow the skeleton code. Exams and assignments are weighted You will design a Java grade calculator for this assignment. A user should be able to calculate her/his letter grade in COMS/MIS 207 by inputting their scores obtained on worksheets, assignments and exams into the program. A skeleton code named GradeCompute.java containing the main method and stubs for a few other methods, is provided to you. You must not modify/make changes...

  • You roll a six-sided die. Find the probability of each of the following scenarios. (a) Rolling...

    You roll a six-sided die. Find the probability of each of the following scenarios. (a) Rolling a 6 or a number greater than 3 (b) Rolling a number less than 4 or an even number (c) Rolling a 4 or an odd number (a) P(6 or number> 3)- (Round to three decimal places as needed) (b) P/1 or 2 or 3 or 4 or 6)-( Round to three decimal places as needed.) (c) P(4 or 1 or 3 or 5)...

  • Assignment Predator / Prey Objectives Reading from and writing to text files Implementing mathematical formulas in...

    Assignment Predator / Prey Objectives Reading from and writing to text files Implementing mathematical formulas in C++ Implementing classes Using vectors Using command line arguments Modifying previously written code Tasks For this project, you will implement a simulation for predicting the future populations for a group of animals that we’ll call prey and their predators. Given the rate at which prey births exceed natural deaths, the rate of predation, the rate at which predator deaths exceeds births without a food...

  • specifically on finite i pmu r the number of objøcts or ways. Leave your answers in fornsiala form, such as C(3, 2) nporkan?(2) Are repeats poasib Two points each imal digits will have at le...

    specifically on finite i pmu r the number of objøcts or ways. Leave your answers in fornsiala form, such as C(3, 2) nporkan?(2) Are repeats poasib Two points each imal digits will have at least one xpeated digin? I. This is the oounting problem Al ancmher so ask yourelr (1) ls onder ipo n How many strings of four bexadeci ) A Compuir Science indtructor has a stack of blue can this i For parts c, d. and e, suppose...

  • Need help with the first picture. Data provided in pictures #2 & #3 Determining the Activation...

    Need help with the first picture. Data provided in pictures #2 & #3 Determining the Activation Energy and Collision Frequency Factor for Reaction 1 Part 1. Transfer the reaction rate for runs 9.12 from Data Sheet 3. Then calculate the rate constant (R) at each temperature based on the reaction orders determined in parts and Record the results in Tables * = 18,0 ->15.0416"5,0216" Equation 6 ->25 10 2. Calculate the natural logarithm of the rate constant. In ) and...

  • i need help on question 3 to 22 please. Midterm ex review. MATH 101 Use the...

    i need help on question 3 to 22 please. Midterm ex review. MATH 101 Use the following information to answer the next four exercises. The midterm grades on a chemistry exam, graded on a scale of 0 to 100, were: 62, 64, 65, 65, 68, 70, 72, 72, 74, 75, 75, 75, 76,78, 78, 81, 82, 83, 84, 85, 87, 88, 92, 95, 98, 98, 100, 100,740 1. Do you see any outliers in this data? If so, how would...

  • could you please help me with this problem, also I need a little text so I...

    could you please help me with this problem, also I need a little text so I can understand how you solved the problem? import java.io.File; import java.util.Scanner; /** * This program lists the files in a directory specified by * the user. The user is asked to type in a directory name. * If the name entered by the user is not a directory, a * message is printed and the program ends. */ public class DirectoryList { public static...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT