What is the test case, test scenario, test suit and explain
differences bewteen the above ones
Answers were Sorted based on User's Feedback
Answer / srinivas
Definition of: test case
A set of test data and test programs (test scripts) and
their expected results. A test case validates one or more
system requirements and generates a pass or fail.
Definition of: test suite
A collection of test scenarios and/or test cases that are
related or that may cooperate with each other.
Definition of: test scenario
A set of test cases that ensure that the business process
flows are tested from end to end. They may be independent
tests or a series of tests that follow each other, each
dependent on the output of the previous one. The
terms "test scenario" and "test case" are often used
synonymously.
| Is This Answer Correct ? | 18 Yes | 3 No |
Answer / ramu
test case:list of actios to validate the functionality is
working according to requirements.
test scenario:to take what are the main functionalities in
your application.
test suit:all possible test cases of in your current
application.
| Is This Answer Correct ? | 9 Yes | 2 No |
Answer / suneel reddy
Test Case: It is a condition to test Scenario
Test Scenario: It Is a Seqence of steps To test a
particular transaction
Test suit contains Set of test cases Which are both related
or irrelated
| Is This Answer Correct ? | 12 Yes | 7 No |
Answer / anandh.r
Test Case: Its a document which describe what selected to be
test with desired expected result
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / ramjee
Test case: set of test inputs, exicution conditions, and
expected results for a particular product or service.
Test scenario: it is derived(write)from usecases.
Test suit: set of test cases both related and irrilated is
called test suit
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / seenu
Test case: Test case is a document which drives/contains all possible scenario's according to the specific requirement.
Test Suite: Is a collection of test cases.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vineeth reddy
simple answer for
Test scenario:what to test
Testcase: How to test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raju
Test case means some pars of the test scenario ,tes scenario
is some main part of the requirement (main heading is like
test scenario and test cases are like sub headding in a story)
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / hareesh kumar
Testcase: Test case is the document, which provides the user actions, expected description and expected output.
| Is This Answer Correct ? | 1 Yes | 6 No |
How to check security of any browsers???
1. What types of documents would you need for QA, QC, and Software Testing?
what is port testing?when it is going to be done?
Write the test cases for 2-way electric switch system. Write for GUI, functionality as well as stress testing
Give an example of high severity and low priority bug?
how to write manual testcases for download the files from the template. for example:from product cost enddate
Suppose " You are given a build with 5 modules to test as per the Customer request after finalization of SRS, But the SRS contains only documentation about 4 modules. On what basis you will continue the testing of 5th module." ?
15 Answers HCL, TCS,
what is batch testing?
How to measure testing Productivity ?
White Box testing won't detect missing function? a. True b. False
How do we decide that testcases covers all the requirements?
Differentiate verification and validation?