In benchmark testing, a benchmark is a metric or a point of comparison to which software products or services can be measured to evaluate quality measures. To put it another…
Regression Testing Regression testing ( a type of automation testing) is done to confirm a recent code or program change has not affected features. This test is fully or partially…
Sanity Testing Its a type of software testing in which after receiving the build with minor changes it is checked that there is no bug or error found. The aim…
Smoke Testing / Build Acceptance Test Smoke testing or build acceptance test is a type of functional testing in which we check if the actual or core functionalities of a…
What is Functional Testing? FUNCTIONAL TESTING is a type of software testing that validates the software system against the functional requirements/specifications. The purpose of Functional tests is to test each function…