<<Previous Post << Complete Tutorial>> Next Post>> What is System Testing? System Testing is one of the Software Testing levels, in which the complete integrated system is tested…
<<Previous Post << Complete Tutorial>> Next Post>> What is Integration Testing? Integration Testing is one of the Software Testing levels, in which the individual tested units are integrated…
<<Previous Post << Complete Tutorial>> Next Post>> What is Unit Testing? Unit Testing is one of the levels of Software Testing, where the testing is performed on the…
<<Previous Post << Complete Tutorial>> Next Post>> What is Grey Box Testing? Grey Box is a method of software testing, which is a combination of Black Box Testing…
<<Previous Post << Complete Tutorial>> Next Post>> What is White box Testing? White box testing is a method of Software testing, which tests the code and internal program…
<<Previous Post << Complete Tutorial>> Next Post>> What is Black Box Testing? Black box testing is a method of Software testing, which is also known as Specification-based testing,…
<<Previous Post << Complete Tutorial>> Next Post>> What is Sanity Testing? Sanity testing is a subset of Regression testing which is performed to verify whether the minor bug…
<<Previous Post << Complete Tutorial>> Next Post>> What is Regression Testing? Regression testing is a type of software testing which is performed on the previous working functionality, to…
<<Previous Post << Complete Tutorial>> Next Post>> What is Smoke Testing? Smoke testing is a type of testing in which only the major or critical functionalities of the…
<< Complete Tutorial>> What is Software Testing? Before understanding what is Software Testing, we have to first understand what is meant by the word Testing. Lets first understand the meaning of the word Testing in the real world. As humans, we generally Test something to find out whether it is working or not. Example for Testing: Let’s say…