TestNG & Junit

4 comments:

  1. 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?

    ReplyDelete
    Replies
    1. create a dynamic folder ( "testng-results-Build no:DD-MM-YYYY_HH-MM-SS' )using ant

      Just pass created folder name with outputdir attribute of testng target

      Delete
  2. How to pick different values from excel when you run selenium webriver script from Jmeter.

    I 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?

    ReplyDelete
  3. 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

Leave your comments, queries, suggestion I will try to provide solution