tell testcase where it is taken and tell the title of the
testcase? pls any answer the question?

Answer Posted / murali baggam

We can derive the test case (Action, Excepted Result) from
"SRS / Designing documents / Use Cases at the same time we
are identifying title of the test case based on scenario.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is explain security testing?

724


write test cases on file open dialog box in notepad

1201


how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

1958


Explain the branch coverage testing?

712


How can we write a good test case?

714






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

1944


How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!

686


If I wrote test cases for Login Window with test case Name Login window & test case id L_01.Now if Name of Login window get changed in the next version.then May I have to change the Test case name & Test case id OR HAVE TO block the previous test case and write the new one

1959


What are semi-random test cases?

873


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2715


write the testcases for migrating data from one database to another database?

1910


How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent

2112


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2461


how to write test case for GUI testing and tell me in brief about GUI and all related WEB based testing..if possible then pls give example of its test case...m new in testing........thannx for help in advance

3384


how to write a test cases for courier offices?

3370