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...

What are the test scenario's for pen like high priority high
seviority?

Answer Posted / sushma

To check if the pen has a refill or not.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use case testing?

1214


Explain the static testing?

1278


How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen

2182


How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.

2329


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2610


Explain the integration testing?

1146


Explain the dynamic testing?

1165


How to write test cases for "open file dialog box" for ms word? Thanks a lot!

4096


How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update

1928


Write all test cases for Bus Pass Renewal

1553


Explain the branch coverage testing?

1179


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

2505


can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?

4206


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

2451


Positive and Negative test cases for the speedometer?(minimum 5 each)

2862