difference between scenario and testcases?

Answer Posted / shailaja

testsenario specifies what we need to test.
testcase specifies functionality of an application.
it specifies how to perform a specific task in an
effective,efficient and optimized way.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.

1674


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1790


write test cases for hospitality management system

2039


Explain the smoke testing?

649


What are basic types of test cases?

700






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

1434


1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks

2202


Write a test case for telephone?

692


Who will take care of test plan and test case?

1652


How should I maintain the test cases and Test Log for different versions/builds of the application.

1967


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);

1936


What is use case testing?

713


write test case for pen cap if it is not present?

2101


write a test case for yahoo compose page?

2286


Explain transaction testing?

657