what is test scenario and test case ?please explain detail
Answers were Sorted based on User's Feedback
Answer /
Test Scenario : What we have to test
Ex : like create a Yahoo mail account so
1. first we check the all fields are present or not in the
personal info.
ex. Name, sex, Birthday,country, language
Test case : How we test these field mentioned above
like : Name should be Alphabetic characters, character
length,many more validations we use here in valid or invalid
classes.
More in detail....
1. Name fields is sceno. means what to test : Name field
Test cases :
Name field should be accept alphabetical characters
Length should be specified. etc.
2. Sex field sceno.
Test cases :
should be dropdown box.
should be contains male and female etc.
Test cases should be created on the basis of Test
Scenarios.
please tell me if i'm wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mudaseer
test scenario ways to test an application
like login scenarios for gmail
valid user name valid password
invalid username valid password
invalid username invalid password
dont enter username and password
and click on login
test case contains fields like
action: enter valid username and valid password
expected result:it should display inbox page
actual result: should be written after testing
result:pass/fail
severity :
priority
comments
date
platform
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vijaylaxmi
Scenario:Scenario is a high level documentation.
Test case:Test case is a detailed documentation of scenario.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hari yadav
TEST SCENARIO ARE TEST CASES AND THE SEQUENCE IN WHICH THEY ARE TESTED.IT ALSO ENSURES THE BUSINESS PROCESS FLOW ARE TESTED FROM END TO END.
TEST CASE IS A CONDITION TO BE TESTED ON APPLICATION TO VALIDATE THE FUNCTIONALITY.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / sat
Test Scenario: simply is nothing but "What is observed" eg:in the home page links(add,home,back...)
Test case: simply "What is to be tested"
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ff
Test scenario is nothing but set of test cases to execute a
functional specification.....
Testcase is set of i/p given to compare the expected and
actual results.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / narendra
Test Scenario is nothing but one,scenario is a main modules in that modules used to create ur project
Test case:In that main modules(scenario),we have to create
subcases(reqirements of main modules(scenario)).
| Is This Answer Correct ? | 3 Yes | 8 No |
Test Scenario describes when exactly tehe test case document is executed to accomplish the objective.
In other words Carry on Testing.
| Is This Answer Correct ? | 2 Yes | 11 No |
Answer / abl ravikumar
Scenario- If you take a project there is a lot of modules.
Large modules ae divide as a Scenario. " It is a flow or
navigation for the proceeding with testcase.
Test case- Test case is nothing but a flow of steps which
performs perticular action.
| Is This Answer Correct ? | 8 Yes | 20 No |
Answer / sunil vijay
Test case is a description of what is to be tested.
What data to be used and what actions to be done to check
the actual result against the expected result.
A test case is simply a test with formal steps and
instructions.
Test scenario is combination of test cases or group of
testcases
| Is This Answer Correct ? | 10 Yes | 40 No |
How amny times u met ur P.M?(In P.M)
what is the good test case and bad test case tell me with an example
I need information on sales domain?need modules information for online shopping projects for project.
When do you escalate issues to your Manager?
IS Mutation testin and error seeding the same....if not can anyone tell me the difference???
What is the advantage of V-model compared to other models?
tell me about V-Model
How u did security testing for the web application???
how to import test cases from quality center to excel.. explain navigation
Hi Friends, Just One Month Back I was Join in Small Company as a Testing Eng.I have Six Month Exp. In this Company all my team memb.r fresher & PM give responsibility on us to prepare all require QC doc. for our new project.So I need ur help in this matter .How Can I start my work and Which Doc.I start to collect & From Where I get Detail Information all abt these thing. Thanks to all friends who give reply to this. Suyog
Which are different types of review ?
what is meant by Priority and Severity?