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…
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…
Test cases for Online Shopping Application | Ecommerce Website Testing In this article, we will see some high-level test cases for an
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
Difference between Assert and Verify Both Assert and Verify statements are used in the test suites for adding validations to the test methods. Testing frameworks like
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…
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…
SQL For Testers Welcome to this tutorial on SQL for Testers. As a software tester, you are required to perform
Compatibility Testing Hello fellow QAs, in this tutorial, we will study about about a very common testing type – compatibility testing. Before, we begin first let’s understand why we need…