Hi, How to write test cases for use cases? Please give me examole

Showing Answers 1 - 5 of 5 Answers

Guest

  • Jul 13th, 2006
 

In software engineering, a use case is

1- A technique for capturing the potential requirements of a new system or software change.

2-Each use case provides one or more scenarios that convey how the system should interact with the end user or another system to achieve a specific business goal.

3-Use cases typically avoid technical jargon, preferring instead the language of the end user or domain expert.

4-Use cases are often co-authored by software developers and end users.

 

By defenition of usecases , we just follow the requirement document so we concentrate of testing like

functionality testing

acceptance testing

Alfa testing etc

  Was this answer useful?  Yes

soni

  • Jul 13th, 2006
 

Thank you very much

  Was this answer useful?  Yes

first of all understand what is use case ans test case .

Because usecase will help you to learn how the software interacts with the user and basic working takes place

But test case helps us to test the application based on the requirements based on input and output

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions