Архив метки: Q&A

Negative Testing

Negative Testing In software testing, the following are the main testing strategies- Positive Testing – Positive testing is also known as “Happy Path Testing”. In this testing strategy, by providing valid and correct data, the system’s behavior is checked. Any error or unexpected result is not desired in this testing strategy. Negative Testing – It… Читать далее »

Smoke Testing

Smoke Testing Hello friends! today we will be studying smoke testing. It is one of the most confusing terms in software testing. That is why it is also the most

Scrolling in Selenium Webdriver

Scrolling in Selenium Webdriver Scrolling a webpage is required in the automation when the application requires scrolling down or up to display additional information e.g. most of the e-commerce sites display only 10-20 products at a time and then load more products as the user scrolls down. In this tutorial, we’ll take an example of… Читать далее »