Архив рубрики: English

Tutorials on English

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.

Soft Assertion in TestNG

Soft Assertion in TestNG Assertions in our test suites are required to validate the actual result with the expected result. The Assert class provided by TestNG provides a form of hard assertion wherein as soon as an assertion fails the execution of that particular test method stops and the test method is marked as a… Читать далее »