what is the difference between test scenario n testcase.do
we have separate template fr test scenario.what is the use
of scenarios.pls explain with example.
Answers were Sorted based on User's Feedback
Answer / rajendra prasad reddy penumall
Test Case:Test case is a document contains,
Input Action-> Input-> Expected Result
to test a particular functionality.
Normally Test Case is designed in view of testing a
functionality at a high level. each test case is prepared
based on a test condition. Again we know the test condition
is extracted from requirements. These test cases are
independent from each other.
Test scenario:A set of test conditions that are used to
test the business process flows from end to end.But these
test scenario's are dependent on others.
Byeee
Friends
Rajendra Prasad Reddy Penumalli
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / kalyan s
Test scenario is navigation path
e.g. yahoo login.
Test case is a step by step process to execute the application .
eg. Yahoo login page
1) valid username valid passw
2) Invalid username valid passw
like these are the different test cases with single
scenario.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / vijay kumar koulampet
Test Scenario: A set of test cases evaluating a business
requirement for a specific Business Scenario/Conditin.
Test Case: A set of steps invlved to evaluate a particular
aspect of business scenario/condition.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / aseem
Hi Friend your answer was correct that test scenario
defines business process end to end but its not necessary
that one scenario will be dependent on another scenario.
that's why once we are not able to proceede with one
scenario we can execute another scenario.
| Is This Answer Correct ? | 1 Yes | 0 No |
i'm 2007 passed out.I'm very much interested in testing.i tried very hard to get a job.wat to do if i don't get a job in small company also?
which domain is of high demand for software testing, Right now i am working in Education domain .How about demand for Education domain and which companies are recruiting in education domain
what are the test cases to prove that given figure is triangle?
What r the properties of Radio Button and Table Grid?How do we test Table Grid?
Explain user acceptance testing.
Hi Frds., i am Nithi here.here in my company i am working in manual testing ie. application testing only front end not back end like i will enter datas and check whether the record gets updated r not. what kind of testig is this? and some people r working on scripting languages same manual testing what is the difference between these two testing? ans please thanks in advance
What is performance tuning? What are tools of performance testing?
how testing is carried out in real time agile methodology i mean to say how a job is assigned to one tester in a team
. Diff. between Application server and web server? 2. Default port number of Tomcat? 3. bug life cycle? 4. what is defered status in defect life cycle? 5. smoke test? 6. Do you use any automation tool for smoke testing?? 7. verification and validation? 8. Testing process in your comp.? 9. Testing methodology? 10.when a bug is found what is the 1st action? 11.what is best bug in your current proj. which you found?? 12.what is test plan and explain its contents? 13.Advantages of automation over mannual testing? 14.explain some SDLC models? 15.ADhoc testing? 16.what is mean by release notes? 17.what are all the contents of release checklist? 18.when a new build comes what is 1st action?(performing smoke test). 19.how many test cases will you write for 1 day? 20.what is the bugbase do you use in your comp.?
Describe some staff conflicts you have handled.
when doing regression testing, how can we know that other screen or module are affected?
what are the test data for factorial function ?