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...
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...
Compatibility Testing Compatibility testing is a type of software testing in which software is verified that whether it is supported for running on different hardware, operating systems, and applications. Compatibility testing is non-functional. Types of Compatibility Tests Hardware Operating systems Software Network Browser Devices Mobile Versions Let’s explain all...
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 is to identify that the functionality of the application is working as expected. If the test fails, the build...
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...
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 of the software application, by providing appropriate input, verifying the output against the Functional requirements. Fundamentals of Functional Testing...