Useful Use Cases - Business Scenarios - Use cases and Decision table

Q.  Which of the following Use Cases are useful?
- Published on 19 Oct 15

a. Performance Testing
b. Business Scenarios
c. Static Testing
d. Unit Testing

ANSWER: Business Scenarios
 

    Discussion

  • Prajakta Pandit   -Posted on 29 Oct 15

    - Business scenarios are useful in use cases.

    - Most of the times business scenarios will be provided by the clients as they have detailed knowledge on the application with respect to business transactions.

    - It is used to make sure that all the business process flow of the softwares are working fine.

    - It helps in finding lots of defects which cannot be found with other types of testing.

    - Performance testing is a computer science practice, which is used to build performance standards into the implementation, design and architecture of a system.

    - Static testing is the verification part of software testing.

    - Unit testing is used to assist testing a module in isolation. Unit tests are written and run by software developers to ensure that code meets its design and behaves as intended.

Post your comment / Share knowledge


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)