test cases for friend finder system using gps?
No Answer is Posted For this Question
Be the First to Post Answer
While writting Test Cases test testers have to write what test inputs/data he/she is going to use
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
Write the test case for a login page?
How to write test cases on laptop???
0 Answers RAS Inforays Technologies,
need for documenting test cases??? advantages and disadvantages of documenting test cases???
how can write testcase for admin role? can u tel me detail
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
Give me 10 test cases on library management system
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
What is STATEMENT COVERAGE testing
Explain the syntax testing?