
Manual Testing: Techniques and the age of AI
(1) Common Manual Testing Techniques. Manual Testing - ->Manual testing is the process where tester or QA analysts execute test cases without any automated tools. It is the foundation of software quality. Here are the most common ways testers approach a product. Black Box Testing: ->To verify the functionality of an application against the requirement specification is called as Black Box testing. ->In other words, you can simply tell the testing performed by the testers is called as Black Box testing. ->Black box testing is also called as functional testing or behavioral testing. White Box Testing: ->Testing each and every line in code is called as White Box testing. ->Generally, this testing is done by developers. ->White Box testing is also called as open box testing or unit testing. 3. Exploratory Testing: ->Testing is performed in a manner without following a script, the tester explores the app like user perspective and trying to find bugs/defects. 4. Regression Testing: ->Regressi
Continue reading on Dev.to
Opens in a new tab




