How to write the test scenario?Explain by giving Example.
Answers were Sorted based on User's Feedback
Test Scenario is nothing but " Combination Of Test Cases is
called TS"..For eg : Let us think u r going to chk a word
doc..what all the testcases u will write...
1.click to open a word doc.
2.type a word
3.click to save
the above all combined test cases called Test Scenario....
regards
Karthik
Is This Answer Correct ? | 10 Yes | 1 No |
Answer / kuldeep kr. pankaj
Test scenario means identifying the major functionality of
the application for which the test cases will be written and
executed.
Ex. suppose we have to test the functionality of Calculator
Then Addition,Subtraction,Multiplication,Division are major
functionality which are identified as scenario
Test case will be e.g. Addition of 1+1 ..2+2..3+3..so on
Subtration of 1-1, 2-2..so on
Regards,
Kuldeep
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deep
Yes Kuldeep
You are correct .
Test Scenarios are nothing but the action we are going to
Perform. For testing a calculator
1.Addition
2.Subtraction
3.Multiplication
4.Division
For Checking/Testing a login Page
1.Authentication
2.Authorisation
Is This Answer Correct ? | 2 Yes | 0 No |
what are the examples for web based applications and Client Server Applications
5 Answers ASD Lab, CFCI, College School Exams Tests, GXS,
What is error cusing tecnique
If we have an interface, but no concrete class which implements it. How we will test that interface in white box testing?
In my Application, There are 40 MIS Reports.There is Start & End Date box and Search button to search reports.Again for Every report Print and Download in PDF, CSV and Text option is there. What will be the test cases? The test description for all the reports will be same then should I have to write it for each Report test repeatadly? Please Guide Me.Should I have to write 3 test cases for Download X report in PDF, CSV and Text.[40*3=120test for only downloading]
I am B.tech graduate.Right now i am working in sutherland. I have completed the CSTP certification in STC.I am fresher for a software industry..I got a opportunity from STC thrid eye, They asked me to pay 50000 and they will provide training and after that they will provide a job with the salary of 5000..I dont know is that a better option for me...I have a little dilemma.. I awaiting for your suggestions..plz..
What is the difference between Regression testing vs. Smoke testing?
2 Answers Keane India Ltd, Optimize IT Systems,
how to select tese cases for automation.give me an example plz.
What is Test Policy
How you will test Yahoo messenger on single machine ?
13 Answers nvidia, Symantec, Veritas,
What is white box testing, and what are the various techniques?
What was a problem you had in your previous assignment (testing if possible)? How did you resolve it? (eswar)
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis