What is Ecommerce Testing? eCommerce testing is the process of putting an eCommerce (online shopping) framework through its paces. It aids in the avoidance of errors and adds value to…
FRONT-END TESTING Frontend testing is a method of testing that examines a 3 Tier Architecture's Presentation layer. In layman's terms, you're testing the client-side GUI, or something visible on the…
Sometimes, for multiple reasons there are various expectations that we set while doing software testing that aren’t realisitc. In this blog we are going to discuss myths vs reality of…
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…
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…
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…
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…