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
What is the difference between test scenarios, test cases, and test script?
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
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.
Positive and Negative test cases for the speedometer?(minimum 5 each)
How many test cases u will write for Acceptance testing?
Explain the state testing?
Write a test case of login window?
Suppose a job should be executed for every two hours? Write test case for this?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
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
write the testcases for migrating data from one database to another database?
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
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?
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
Test Case for Text Editor!