Featured
-
Difference between Boundary Value Analysis and Equivalence Partitioning
Both Boundary Value Analysis and Equivalence Parti
by vinay.kumar -
7 Principles Of Testing
Testing shows presence of defects: Testing identi
by mayank.thapliyal -
Bug life cycle
Below are the state of any bug by which bug goes
by vishwanath.rana
Tags
Smoke Vs Sanity Testing - Advantages and Differences
Smoke and Sanity testing both are bit mystify topics in Software Testing, So in this tutorial, we will see the Difference and Advantages of both Smoke and Sanity Testing.
Smoke Testing:
It is also known as build...
Smoke Testing v/s Sanity Testing
Smoke Testing: is use to find issues in the early phases of testing and is performed after software build to discover that the critical functionalities of the program is working fine. It is executed “before” any detailed functional or...
What is Smoke Testing?
What is Smoke Testing ?
Smoke testing is a testing approach which is stimulated for hardware testing. In this testing we verified for the smoke with the hardware elements when we activated hardwares power. correspondingly in the software testi...
Types of Smoke Testing
Smoke Testing
Testing the basic and critical features of an application before proceeding with deep rigorous testing is known as Smoke Testing.
In Smoke Testing we only test the positive flow of basic and critical features of the application,...
Smoke Testing
What is Smoke Testing?
Smoke Testing: In computer software terms smoke testing is when you power on new hardware for the first time and if it do not catches fire or no smoke comes out it means the testing is successful. A smoke test is done in...
Smoke Testing
Testing the basic and critical features of an application before proceeding with deep rigorous testing to make sure that there are no blocker bugs and the build is testable or not is known as smoke testing.
Whenever a build is installed,its a go...
Smoke Testing And Sanity Testing
SMOKE TESTING
Smoke Testing term came from the Hardware Testing. Like in hardware testing, Tester Check whether or not it Catch fire and smoke. Same as in Software Smoke testing tester check that the main functionality of software is working f...