Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

While creating test data for testing an application, where
exactly test data should be crated as in excel file or can we
crate test data in database ?

Answer Posted / mudaseer

consider test case format

trace ability matrix input action expected result actual result


here in input you have to enter the data
for example test case for atm


action
enter the amount to withdraw enter 240

input 240

expected result it should display please enter the amount in
terms of 100

Is This Answer Correct ?    1 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the logic testing?

1218


Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?

1304


I want 100 test scenario for gmail

4509


Can you list down a few characteristics of a test case?

1202


Explain the unit testing?

1221


How to test a stored procedure?

1199


In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...

2257


Explain the sanity testing?

1224


What are basic types of test cases?

1309


explain end to end scenario's for online Money transfer in Banking Domain?

2048


write a test case flipkart login page

5970


how to write test cases for the example state name starts with A B C D E F G H I J K L Z

2601


Explain the functional testing?

1200


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

2520


Test Case for Text Editor!

3353