Архив метки: testing

Test Cases for Calculator

Test Cases for Calculator Check if the calculator is a normal calculator or a scientific calculator. Verify that all the buttons are present and text written on them is readable. Check the arithmetic operations are working fine- +, -, /, * etc. Verify that BODMAS is applied in case of complex queries and the correct… Читать далее »

Exceptions in Selenium

Exceptions in Selenium In this post, we will study the most commonly encountered exceptions in Selenium WebDriver and the root cause of these exceptions.