Архив метки: testing
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… Читать далее »
Test cases for Online Shopping Application | Ecommerce Website Testing
Smoke Testing
Difference between Assert and Verify
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… Читать далее »
Test Cases for Coffee Machine
Test Cases for Coffee Machine UI scenario – Verify that the dimension of the coffee machine is as per the specification Verify that outer body, as well as inner part’s material, is as per the specification Verify that the machine’s body color as well brand is correctly visible and as per specification Verify the input… Читать далее »