State the objectives of Smoke testing.
Answers
1.The purpose of the smoke testing is to ensure that the critical functionalities of an application are working fine.
2.This is a non-exhaustive testing with very limited number of test cases.
3.It is also known as Build verification testing where the build is verified by testing the important features of the application and then declaring it as good to go for further detailed testing.
4.Smoke testing can be done by developers before releasing the build to the testers and post this it is also tested by the testing team to ensure that the build is stable enough to perform the detailed testing.
5.Usually smoke testing is performed with positive scenarios and with valid data.
6.It is a type of shallow and wide testing because it covers all the basic and important functionalities of an application.
7.Usually the smoke testing is documented.
8.Smoke testing is like a normal health check up of the build of an application.
SMOKE TESTING
Explanation:
SMOKE TESTING, also known as “Build Verification Testing”, is a type of software testing that comprises of a non-exhaustive set of tests that aim at ensuring that the most important functions work
The result of this testing is used to decide if a build is stable enough to proceed with further testing.
objectives of Smoke testing.
- Verify that all components have been installed.
- Verify that nothing extra has been installed.
- Initialize database.
- Configure system variables and constants (e.g., configure table settings).
- Create and configure basic system-level meta structures that are required for system testing.
- Verify basic functionality for each feature/GUI screen.
#Learn more :
https://brainly.in/question/14999029