...
/Parameterisation, DataProvider and Factory
Parameterisation, DataProvider and Factory
This lesson explains in detail how to parameterize a test and use @Parameter, @DataProvider and @Factory annotations effectively for testing purposes.
We'll cover the following...
@Parameters
#
Tests can be parameterized using @Parameter
. They can be passed from testng.xml. Parameters can be set ...