-
Spring Batch unit test example
In this tutorial, we will show you how to unit test Spring batch jobs with jUnit and TestNG frameworks. To unit test batch job, declares spring-batch-test.jar, @autowired the JobLauncherTestUtils, launch the job or step, and assert the execution status.
Date: 2019-08-18 View: 1520
-
Ant and TestNG Task example
In this tutorial, we will show you how to run a TestNG test in Ant build.
Date: 2019-08-18 View: 1520
-
TestNG Groups Test
In this tutorial, we will show you how to do the group testing in TestNG.
Date: 2019-08-17 View: 1520
-
TestNG + Spring Integration Example
In this tutorial, we will show you how to test Spring’s components with TestNG.
Date: 2019-08-17 View: 1520
-
TestNG Hello World Example
A classic example, show you how to get started with TestNG unit test framework.
Date: 2019-08-17 View: 1520
-
TestNG + Selenium Load Testing Example
In this tutorial, we will show you how to use @Test attributes invocationCount and threadPoolSize to perform a load test or stress test on a website.
Date: 2019-08-17 View: 1520