Common and manual Testing Technique and future manual testing in the Age of AI
Introduction Software testing is a procedure of validating and confirming that a software product meets business needs and technical specifications. It ensures the application is defect-free and de...

Source: DEV Community
Introduction Software testing is a procedure of validating and confirming that a software product meets business needs and technical specifications. It ensures the application is defect-free and delivers high performance and usability. Testing has two types • Manual Testing • Automation Testing These are several methods to detect issues at different stages of testing. Below is a list of common manual testing techniques with explanations Common Manual testing techniques • Black Box Testing • White Box Testing • Gray Box Testing White Box Testing White box testing is a type of testing where the tester has complete knowledge of the system. The tester should understand the source code, architecture, and design of the application. In this method, everything is visible to the tester. They check how the internal logic works, how the code is written, and how different parts of the system are connected. Example: Think of a car. In white box testing, it is not just about driving the car. The tes