Hi,
Can anyone suggest a test case writing technique for the
below scenario.
1. User draws a lines on the image
2. User selects the lines and right clicks ( Measuremnts
like distance between the start and the end point,
coordinates of start point and coordinates of end point)
3. User selects one of the measurement
Measurement is displayed
Answer / praveen barthwal
Hi Below is the Test Case for above scenario,you have to
devide this in two three test cases.
1) Draw Line
2) Measure Line
3) Measure X Y (Start and End Point)
Test Case 1 (Draw Line)
Steps
1) User select the Draw Line button.
Output (Application should allow user to draw a line)
2) User click on Map window and specify the First point
Output (Application should ask user (display mode not
message window) to specify the second point.
3) User specify the second point on the Map.
Output: Applicaion draw a line on Map (If it is line there
is not need to close the funtionality but if it is Polyline
user has to double click on Map to close the funtionality)
Test Case 2 (Measure Line)
1)User select the "Select feature funtioality)
Output : Applcation allow user to select the feature
2) User select the line feature on Map.
Output : Feature should Highlighted and show as a selected
feature.
3) User select the "Measure Distance Icon"
Output : Applcation will show the length of the selected
line.
Test Case 3 (Show X and Y Corrdinate)
1)User select the "Select feature funtioality)
Output : Applcation allow user to select the feature
2) User select the line feature on Map.
Output : Feature should Highlighted and show as a selected
feature.
3) User select the "Show X Y Corrdinate"
Output : Applcation will show the Start and End point X , Y
Corrdinate of the selected line.
Note : You can combine test case 1 and 2, but it depands
upon the design , developer can show both the statics in
single funtionality.
Hope I am able to solve your probelm
Praveen Barthwal
Project Lead (Software QA)
RMSI Private Limited
| Is This Answer Correct ? | 2 Yes | 0 No |
How do i write a test condition to test the following simple program with the intention of 100% Condition coverage testing Print “Hello World” If Date $ = ‘01-01-2000’ AND Time $ = “00:00:00” THEN Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $. Could anyone please clarify in detail. Would really appreciate it....
What is an Use Case ? How can we write the Use Case and how can we write the Test Cases for that? What role plays the Requirements in the Use cases ?
Can anyone please suggest me a online book on manual testing??
What is mean by Sanitation Testing?
How would you determine the performance of a web application by looking at the values of ‘Response Time’ and ‘Pages per Second’? What do you understand by the terms ‘Response Time’, ‘Pages per Second’, ‘Transactions per Second’?
What is Hands-Off Testing?
HI could u plz tell what actually is done in a manual testing in practically in a company for ex suppose it is web applications testing how to proceed further
What r the major problems faced in manual testing?
1. what are the types of testing you know and you experienced ?
You are given two scenarios to test. Scenario 1 has only one terminal for entry and processing whereas scenario 2 has several terminals where the data input can be made. Assuming that the processing work is the same, what would be the specific tests that you would perform in Scenario 2, which you would not carry on Scenario 1?
Can any one tell me how will be the projects in realtime life?. I am much worried because this going to be my first job?
what is the diff bet two tier and three tier arch?