<<Previous Post << Complete Tutorial>> Next Post>> Agile Testing – The Complete Guide Agile Testing in simple terms is a testing practice which follows the principles involved in Agile…
<<Previous Post << Complete Tutorial>> Next Post>> What is Mutation Testing? Mutation Testing is a white box testing technique in which the application source code is mutated(changed) in small…
<<Previous Post << Complete Tutorial>> Next Post>> What is Ad-hoc Testing? Ad-hoc Testing is an informal and unplanned type of testing, where testers randomly perform testing on any…
<<Previous Post << Complete Tutorial>> Next Post>> What is Automation Testing? Automation Testing is a testing process, where the Test Automation tools are used for testing the Software.…
<<Previous Post << Complete Tutorial>> Next Post>> What is Manual Testing? Manual Testing is a testing process, where the Software Testers manually test the Software without using any…
<<Previous Post << Complete Tutorial>> Next Post>> What is End-to-End Testing? Today’s complex software systems are nothing but interconnection of multiple sub-systems. Though these internal sub-systems can be…
<<Previous Post << Complete Tutorial>> Next Post>> What is Dynamic Testing? Dynamic Testing is a software testing technique in which the testing is performed by executing the developed…
<<Previous Post << Complete Tutorial>> Next Post>> What is Static Testing? Static Testing is a software testing technique in which the testing is performed without executing the developed…
<<Previous Post << Complete Tutorial>> Next Post>> What is Re-testing Testing? Re-testing is a type of testing which is performed to verify whether the defects reported earlier are…
<<Previous Post << Complete Tutorial>> Next Post>> What is Negative Testing? Testing of any Software can be categorized into Positive and Negative. Negative Testing is a process of…