Smoke Testing

 - Smoke Testing is  done on initial builds.

-  Smoke test is done to make sure the build we received form the development team is testable/stable or not .

- Smoke testing is perfomed by both dev and qa.

- Smoke testing build may be either stable or unstable 

- it is a part of basic testing

- usually it is done every time there is a new build release

- Focus of Smoke Testing is on the workflow of the core and primary functions of the application.

- In the smoke testing, we only focus on the positive flow of the application and enter only valid data, not the invalid data. 

- Smoke testing does not require to design test cases. There's need only to pick the required test cases from already designed test cases.

- for ex. test includes the build properly install or not and basics navigation or feature are the run as proper or not.



Comments

Popular Posts