SaaS testing is a method in which it is ensured that applications are built using the software as service model. SaaS testing is performed when closure of SaaS development process takes place. Testing and development are derived by the demands of dynamic market which are competing software services. However,...
Keyword Driven Framework This framework is a functional automation testing that divides cases in four parts. These cases are separated on the basis of code difference and step difference for better automation. Keyword driven testing is divided into two stages: Design and Development stage: In the first stage, the...
Integration testing is the type of software testing in which combined components are tested as a group. The core purpose of this type of software testing is identify errors in the integrated units. Test stubs & test drivers assist in integration testing. A software project is made up of...
BLACK BOX TESTING Among all the software testing methods black box testing is the one in which functionalities of software applications are checked without the knowledge of internal path and code. This test is also called behavioral testing and are based on software requirements and specifications. It is focused...
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 selected from already executed test cases which are re-executed to confirm existing functionalities are working as expected. This testing...
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 software is working or not. Smoke test is a pre test. This test allows QA team to proceed with...
Regression Testing is the process of testing the modified/updated parts of the code and the parts that might get affected due to the new modules addition to ensure that no new errors have been introduced in the software after the modifications have been made. Regression means return of something and...