Can any one explain the difference between test scenario and
test case.
Answers were Sorted based on User's Feedback
Test scenario just gives an outlook of particular action to be performed where as test cases described in details how that action need to be performed. For example
Test Scenario:-Bank account transaction
Test case name for above test scenario are
1. Transfer of account with minimum balance
2. Transfer of account with maximum balance
3. Transfer of account with any balance
4. Transfer of account with exceed limit transfer
5. Transfer of account in terms of decimals.
6. Transfer of account to invalid account number
7. Transfer of account to valid account number.
So for one scenario there can be n no. of test cases and each test cases will described how to perform such action like per supppose for 1. test case of transfer of account with minimum balance
step 1: Login to Bank url
step 2: Enter valid username
step 3: Enter valid password
step 4: Enter transfer screen
step 5. Enter valid account number to transfer
step 6. Enter the min amount to transfer in text field
step 7. Enter details of account number to whom we are transfering
step 8: click transfer
step 9 : confirm by clicking ok
Step 10: logout of the Bank url successfully
SO for each test cases there might be such small steps to be performed .
This is test cases and if we write all test cases in above steps for each and every test cases then we can say that we have done one scenario.
Obviously test scenario is like parent and test cases are like childrens of that parents.
Hope this will answer your question
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rajesh.pothina
Test scenario:
It tells about the work what we have to do
for a perticular objest.
Test Case:
It tells what work we are doing for a
perticular objest.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / friend
Test scenario:The scenario that has to be tested,for
eg:login to the application,register for your water filter
maintenance & logout(This is the scenario)
Test case:In a step wise, each & evey instruction is written.
| Is This Answer Correct ? | 0 Yes | 1 No |
as a tester, do u know only ur module requirements or other module req's also?
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
what is major challenges in Real time system testing? Explain the way of Testing for Real-Time Systems.
Can a Tester test any application without Specifications/Requirements?
How do we find Pass and Fail percentage of Test Cases in Real Time. Anybody can explain it in Detail..Thanks is advance....
what is v-model.why you are using v-model?& v-model follow parallelly approach is it correct?
What is the diff. between Sanity , smoke and ad-hoc testing?
What do you mean by Cause Effect Graphing? in which standard its mentioned?
What is the main difference between Smoke and sanity testing? Can u plz give me some examples? And to answer in interwview?
what is the diffrence b/w Sanity testing and smoke testing
Hi All, I am new in testing field. I got an interview and the question was asked- What would be your high level test case on the following scenario. There are 2 fields one is SCORE and other is GRADE and there is a go button. Scenario is If score is 90- 100 then grade should be A, if Score is 80-90 then B, if 70- 80 then C Else F. So I told that - I will check Boundary values by giving max +1 and min-1 values. I will check the functionality is working as per the requirement or not. I will include + and - testing. But seems like my answer was not correct, obviously because I don't have much experience. So plz provide me the best answer of this Q ? Thanks in advance. Preeti
advantages of test plan in software testing? the interviewer asked what is the use of test plan, as we always dont follow the test plan.