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

In an online shopping application there are 3 text boxes.One
of Login,Add to the shopping cart and Purchase goods.Which &
How many test cases can be written for these 3 text boxes?

Answer Posted / anil b.

One way to answer this type of question is that , One can
use test case with parameters. We can write a single test
case, but while adding that test case to Test lab we will
have to create three instances of test case with three
different parameters. Parameters should be options
avaialable in drop down box

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between test scenarios, test cases, and test script?

1405


They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.

2068


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.

2342


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

2950


How many test cases u will write for Acceptance testing?

2298


Explain the state testing?

1146


Write a test case of login window?

1306


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

1234


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

2055


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

2527


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

2701


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

2613


Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?

2667


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

1988


Test Case for Text Editor!

3356