How to create Test Data? What are the Fields in Test Data. Please any one specify the format of Test Data?
3 9970Hi, i attended interview in seimens they asked me suppose u have a car which is used by VIP and it has 2 alarms one is at front and other is back when ever smoke or fire is near to car it will detect it and beep alaram so wat r the possible test cases u can write plz give the answer
2 9239What is the role of a tester in the test plan preparation? What elements tester physically develops in the test plan document.& what exactly this document contains?
4 15350how to search a Unix file system in Google search engine??? write the test cases foe that one???what will be the step
2871Hi My name is Hari Priya i had completed by b-tech csit 2008 pass out i had joined in testing tools does freshers having good opportunities in testing field? what are the topics to be stressed in the subject to have the good knowledge If any one have good collecton of testing topics can mail me padmajapriyam@gmail.com thank you.
19 20714
What is use case testing?
Explain the concept of semi-random test cases?
test cases for friend finder system using gps?
Do you know explain security testing?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
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?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
how many test cases do u need to ship a product?
Test a file replication service that copies files from one net location to another
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
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
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
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.
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?