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 Posted / 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 |
Post New Answer View All Answers
what are questions asked in TCS for database tester (sqlserver)?ay idea
What is Catapult Testing in E-Learning Domain?
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
how to test a store procedure?
Unix question: 1)command to print a list of files containing a particular word. 2) what does a .profile mean. 3) what is a file server? 4) Command to move towards left in vi editor explain grep and find commands using example.
What are the main key components in web applications?
What is a test scenario?
What is date driven testing?
!what are the entry criteria for antomation testing ?
What is srs and brs document?
How does quality control differ from quality assurance?
How do you determine user soad for a perf test of a Web application?
What is an inspection in software testing?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..