Answer Posted / preethi.g
Following is the General Template as per my knowledge:
Usecase id:
Usecase name:
Preconditions:
Actors(Inputs/Outputs):
Postconditions:
prototype:
Activity Flow Diagram:
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the different between SIT and UIT?
What are the main key components in Web applications and Client Server applications? and their differences?
What is meant by Boundary value analisis and Equalence partitioning? Can give derive this using these methods? In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% Which of these groups of numbers would fall into the same equivalence class? a) £4800; £14000; £28000 b) £5200; £5500; £28000 c) £28001; £32000; £35000 d) £5800; £28000; £32000
. Is any graph is used for code coverage analysis?
How do you go about testing a project?
write test condition for testing SMS service of a mobile phone maximun length is 100 character while sending and 80 character for receiving write test scenarios do not write test cases
What is the difference between GUI Testing,UI testing and Usability TEsting
10 scenarios for security testing using gmail applications?
Can you explain calibration?
What are cookies?
What is a test log?
What is software configuration management?
How will you prepare traceability matrix if there is no Business Doc and Functional Doc?
What is difference between Build, Version and Release
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 Just want to highlight, i am looking for a test case writing technique for above scenario.