Answer Posted / hafeez
writing a test case is not very tough job. pick the scenerio
and document it in any given template
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
how to test stand alone programs?
Explain transaction testing?
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Test Case for Text Editor!
Explain the syntax testing?
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
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
please give me different test scenario for uploading whatsapp status from gallery and camera
Please guide me for Add new user test cases
test cases for bus transport (TNSTC)
how to write test cases for smart meter for gas and electricty
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
How to write test cases or test scripts for UAT testing which is done manually
Some test case for mambo cms (only basically: graphic, function...) Thanks for answer.
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?