what are the difference(s) between test suite and test cases
Answers were Sorted based on User's Feedback
Answer / anjali
test case means a set of condition which test the valid or
invalid scenario of requirement. means tester test that
application is partially or fully satisfied or not as per
requirement.
and testsuite is the set if testcases.
| Is This Answer Correct ? | 13 Yes | 1 No |
Test Case : A Set of input values, execution precondition,
expected result and execution post condition developed for a
particular object or test condition.
Test Suite : A Set of several test cases for a component or
a system under test. Where the post-condition of one test is
often used as the precondition for the next one.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / himanshu
Test cases describe an expected output description.
Test suit describe set of test cases
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sevak.yatrik777
test case means a set of condition which test the valid or
invalid scenario of requirement. means tester test that
application is partially or fully satisfied or not as per
requirement.
and testsuite is the set if testcases.
| Is This Answer Correct ? | 1 Yes | 4 No |
What kind of Reporting you do?
How to integrate Webscarab and webgoat?
what are the basic artifacts required for QA from development teams start qualification
How would you finalize the number of resources/testers needed for the testing in the estimation ?
Do you prepare Test Plan? What does it have?
what are the basic knowledge requirements for a QA engineer to start QA of a specific product
Explain the architecture diagram of your current project?
What is the purpose of process assessment? Why has spice been developed as a standard for process assessment?
How to calculate decision table conditions and actions on the following questions. The following specification is given: A railway has four different kinds of accommodation with different ticket prices: Hard seat, soft seat, hard sleeper, and soft sleeper. For hard sleeper, there are different prices for lower, middle and upper berth. For soft sleeper, there is a different price for lower and upper berth. For sleeping accommodation, different prices apply for non-air-condition and aircondition. For soft sleeper, a higher price applies for compartments with own bathroom. High-speed trains exist, but have only hard and soft seat, and they have another price than “normal” trains. How many different valid combinations of inputs exist for computing the price? a) 12 b) 16 c) 18 d) 36
Any body wants to learn qtp (Automation testing)? on Banking domain with realtime implementations
how to test the application/software without any requirements(like BRD,FRD etc.,) for a new project?
what are the difference(s) between test suite and test cases