plz.. tell me hw to write the Use Case for Online
Purchase... just tod. itself i need...
Answer / Priti
To write a use case for online purchase, follow these steps:
1. Identify the actors involved (e.g., Customer, Admin).
2. Define the system's initial state (what is the situation before the action takes place).
3. Describe the action that occurs (the user selecting items to purchase and proceeding to checkout).
4. Specify the final state (the user has completed the purchase and received a confirmation).
| Is This Answer Correct ? | 0 Yes | 0 No |
Write the testcase for pen
Scenarios to test wireless Speaker via bluetooth
Write a test case for computer keyboard?
write a navigation for object repostory
Can anybody help me out to write test cases for booking train ticket online???
write a test case for yahoo compose page?
write a test case flipkart login page
Hi, 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
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
Is there any formula to find the number of test cases needed
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
If the pseudo code below were a programming language ,how many tests are required to achieve 100% statement coverage? 1. If x=3 then 2. Display_messageX; 3. If y=2 then 4. Display_messageY; 5. Else 6. Display_messageZ; 7. Else 8. Display_messageZ; A. 1 B. 2 C. 3 D. 4