How to create batch(.bat) file after creating suite from TestNG?Can anyone explain entire process?
Answer Posted / ajmal
OPen Note pad and enter below code
java -cp bin;* testng TestNG nameOfYourXmlFile
save it as all files then change file type to (.bat)
thats it.. u can run it using CMD of jenkins tool..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between find elements () and find element ()?
What are the different types of web controller APIs supported in Selenium?
What is selenium webdriver or google webdriver or selenium 2.0?
How much does selenium license cost per client machine?
How can you redirect browsing from a browser through some proxy?
What is the command to insert text into the HTML text box using Selenium?
What are the open-source frameworks supported by selenium webdriver?
How is testng better than junit?
How to handle alerts in selenium webdriver?
What do you mean by xpath?
How is driver.close()command different from driver.quit command?
How to do file upload in selenium?
What is implicit wait in selenium webdriver?
How do perform drag and drop using webdriver?
What is XPath? How does it work?