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…
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…
Shift Left Testing and Shift Right Testing Approaches This tutorial discusses two important testing approaches i.e. Shift Left testing and Shift Right testing. Let’s first look at the ‘Shift Left’…
Difference Between System and Integration Testing System testing is a level of testing where the application as a whole is tested for its compliance to functional and non-functional requirements. Whereas,…
Difference Between Test Plan and Test Strategy Test plan and test strategy are 2 of the most confusing terms in software testing. Hence, the difference between test plan and test…
Test Design Techniques
Connect to Microsoft SQL Server in Java During test automation, we are required to connect to different databases. In this tutorial, we will learn how to connect to Microsoft SQL…
Selenium with Python Tutorial Hello friends. If you are not completely new to the software testing or development field, you must have heard of the automation tool
ETL Testing Hello friends! in this tutorial, we are going to study about – ETL testing, its process and types. Let’s start with ETL first and then we will move…