Assignment 01
Assignment 01
3. What all kind Software Testing like (Unit Testing, System Testing,
System Integration Testing, UAT Testing.)?
Build Verification Teting (BVT) and Smoke testing are both used to
verify software builds, but they serve different purposes.
BVTs are a superset of smoke tests and exercise basic functionality in
the build more thoroughly.
Smoke testing checks for the stability of a software build and is
performed before detailed testing.
Sanity testing is performed after a stable build is received and ensures
that all bugs have been fixed.
Test results are the outcome of the whole software testing life cycle
process. The results thus produced offer an insight into the
deliverables of a software project, significant in representing the
project’s status to the stakeholders.
10.What is RTM?
14.Difference between Use Cases, Test Cases, Test Plan & Business
Scenarios.