what is scenario? how to write scenario?

Answer Posted / vinod

Test scenarios are test conditions or test possibilities.
(e.g) For login scenario there can be following test cases,

Test case 1.
Enter valid login

Test case 2.
enter invalid login

Test case 3.
Blank

For 1 scenario there could be many test cases.

Is This Answer Correct ?    21 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the syntax testing?

674


Explain the acceptance testing?

689


Can some body help to write possible test cases for a credit card at POS (point of sale)

2329


There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.

3086


Elaborate test plan and content availability in test plan.

666






can any body help me with providing a a case for usability testing...

1673


Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?

1826


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1432


Please guide me for Add new user test cases

1095


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1930


What are basic types of test cases?

690


Explain the component testing?

762


Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com

3319


Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.

1995


Explain the concurrency testing?

662