30th March 2023

Sanity Testing

Sanity testing is a type of software testing that aims to quickly evaluate whether the basic functionality of a new software build is working correctly or not. It is usually performed on builds that are in the initial stages of development, before the full regression testing is performed. Sanity testing is limited in scope and typically focuses on critical functionality and does not aim to uncover every possible error or bug in the system. It is a quick and lightweight way to ensure that the software is functioning as expected before further testing is conducted. Sanity Testing is a subset of […]
5th March 2020

Automation Testing Vs. Manual Testing

websites development Automation Testing Vs. Manual Testing Testing is one of the most important aspects of the software development process. It is where the software actually sees the light of the day and it is the moment of truth. There are various ways of software testing. Manual testing is the methodology of humans doing all the testing. For a long time this worked very well. But today there is so much preponderance of software that it is just not feasible for humans to test all the software manually. This is where the software testing automation takes over. There are a […]