* What is the difference between use case and test case?
use cases:
BA write use cases
it can be in the form of diagram or in a tabular format where the writer describe step-by-step user interaction with the system.
a set of action executed by user to achieve a goal:
Test cases:
Tester write test cases
a set of action executed to validate the functionality of system.
* Difference between SDLC and STLC
The software development life cycle(SDLC) covers the
Information gathering
Analysis
Designing
Coding
Testing
Implementation
Release & Maintenance
Software testing life cycle(STLC) covers
1. Test planning
2. Test development
3. Test execution
4. Result analysis
5. Bug reporting
6. Preparation of reports
STLC is the part of the SDLC
* What is the difference between functional document and business document?
Functional Document:
It means “Functional Requirement Specification” (FRS).
It deals with requirements given by client.
Use cases are not included.
always developed by developers and engineers
we describe the particular functionalities of every single page in detail from start to end.:
Business Document:
It means “Business Requirement Specification” (BRS)
It deals with aspects of business requirements
always developed by Business Analyst
we defines what exactly cus