Архив метки: 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… Читать далее »

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… Читать далее »

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… Читать далее »

SQL For Testers

SQL For Testers Welcome to this tutorial on SQL for Testers. As a software tester, you are required to perform