int a, int b, int c= (a+b);
Write the test cases for c.
No Answer is Posted For this Question
Be the First to Post Answer
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
Write the 10 test cases for Telephone/Pen.
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
How do you differentiate the roles of Quality Assurance Manager and Project
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
how do u knw when to stop writing test case for a given project.
Which of the following defines the expected results of a test? Test case specification or test design specification.
What is the difference between test scenarios, test cases, and test script?
Explain the exactly meaning of test case?
What is component testing?
if u want to test an application which takes a data value between 0 and 59 and if u choose 55 ,what type of testing it is a) System testing b) error guessing c) Black box d) None