how can we write test cases with help of functional spec?
is it not appropriate to write by using the application?

Answer Posted / uma mahdevan

there lies the intelligence of a tester... if one has
understood the functional specification properly you can go
with it..... though small changes may be done when the
application is in your hand.....

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to test stand alone programs?

2083


Scenarios to test wireless Speaker via bluetooth

4744


What is explain security testing?

713


In a log in page what will be test procedure, test scenario, test description & test steps?

679


how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in

5156






How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile 

1654


how to write a test cases for Quick links like Feedback/Suggestions Advertise with us Contribute Invite a Friend FAQs Make HomePage RSS Feed Buzz Words Email Privacy Statement Terms & Conditions Copyright Disclaimer Download Forgot Password

2573


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

1778


Write test cases to test a browser app

1254


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


Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.

1925


How to write the test cases for STP

5103


write test cases for hospitality management system

2026


Suppose a job should be executed for every two hours? Write test case for this?

694


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2486