Архив метки: testing
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 hard assertion wherein as soon as an assertion fails the execution of that particular test method stops and the test method is marked as a… Читать далее »
Shift Left Testing and Shift Right Testing Approaches
Difference Between System and Integration Testing
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, in integration testing, we test the interfacing between the modules which are interconnected with each other. Let’s now see the difference between the two.
Difference Between Test Plan and Test Strategy
Test Design Techniques
Connect to Microsoft SQL Server in Java
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 Server using Java with a sample code snippet. But before that let’s first check the different scenarios in automation where we are required to connect… Читать далее »