TestNG:
- TestNG vs Junit 4.
- Road To - TestNG Installation in eclipse.
- Some basic annotation of TestNG.
- How to create TestNG suite file.
- TestNG Parametrization: Part-1.
- TestNG Parametrization: Part-2.
- TestNg Dependencies.
- Road to override TestNg listener methods
- TestNG - Exception Test
- TestNG - Ignore Test
- TestNG factory class with example.
Am using selenium webdriver (ANT+TestNG+Java).How do I save results of TestNG with time-stamp and build no.(testng-results-Build no:DD-MM-YYYY_HH-MM-SS.xml),without overwriting previous results. Could anyone share the build.xml code?
ReplyDeletecreate a dynamic folder ( "testng-results-Build no:DD-MM-YYYY_HH-MM-SS' )using ant
DeleteJust pass created folder name with outputdir attribute of testng target
How to pick different values from excel when you run selenium webriver script from Jmeter.
ReplyDeleteI am trying to run selenium firefox driver from jmeter with multiple threads of 10.I want to pick different Login id value from excel for each Thread.How can i do it?
Is there any ready automation framework available which built on Selenium, so that we can start building our test scripts?? Which includes reports generation, Version control and with the Continuous integration support??
ReplyDelete