what is the difference between Test case and Test scenario?
is it necessary to prepare scenarios before writing test
cases?explain in detail.
Answers were Sorted based on User's Feedback
Answer / karthik
Testcase is nothing but, process of data flow or
combination of related work we can prepare test scenario.
then let we know how to prepare different kind of negative
test cases.
if it is wrong, please give me proper example and meaning
to this.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunil shirur
Test Scenario is basically dervied from Highlevel design
document, FRS and Storyboard,
and Test cases are written by refering Test Scenario,
The purpose of writting the Test Scenario is whether
perticulr usecase/Req is testable or not
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / priyanka
Test Scenario is not mandatory part but it should be made
as it makes easy to start working on Test Cases further.
Moreover what Divya explains about Test Scenarios & Test
Cases is Absolutely right
TC
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hasini
After reading & understanding the SRS/UC we hve to prepare
test scenarios & develop Testcases based on some techniqs
like BVA,ECP....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepak
Test scenario is workflow of a feature, In test scenario we just think that what to test. But in test case we plan how to test.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajkumar-srss
Test Scenario : The Situation where we feel we need to do
some testing is known as test scenario
Test Case : To do testing in that situation that test
engineer will get some ideas based on the requirements.
those are known as test case.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / khushbu nemade
hi, priya. whenever buisness requirements comes from client
side or say client requirement comes the developers prepare
use cases based upon that requirement. if there is enough
time the testers made a document called test scenarios
(that are made from that use cases which cover the paths)but
if testers dont have enough time then they directly start
preaoring test cases. But let me clear u that it is not
necessary to prepare test cases before test scenarios . Its
depend upon time that is required from client side. hope u
got ur answer...
do correct me if m wrong anywhere......
| Is This Answer Correct ? | 3 Yes | 6 No |
Answer / prince
Make it Simple.
Test Case are put in an Exceutable Order,this is called
test procedure or test Scenario.
Group of test Scenario Docu Designed to Cover a test
Condition will form a Test Case.(pls note this is not the
definition for test case).
so test scenario and then Test case.
| Is This Answer Correct ? | 0 Yes | 6 No |
Hi, Can anyone send me the interview questions & answer for 1+ year of experience in manual testing
Explain Equavalence Partioning.With example?
Difference between build verification testing,smoke testing,sanity testing,regression testing,functional testing,,is there any relation between these testing types.Always i am facing the same question in the interviews so plz try to answer to my question...plzzzzzz thank u in advance.............
Why do you need to parameterize fields in your virtual user script?
diff b/w test case and test script?
what is uml
After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
What we mean by Stealth Bug
What are the different types of doccuments we can use in mannual testing?
waht is client server application testing?
3. what's the difference between the smoke and sanity testing. 4.Who test the sanity and who test the smoke testing? why?
What are testing techniques? What is difference between general and specific?