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
How to assert text of webpage using selenium 2.0?
What kinds of tests can be run with the selenium framework?
How can you insert a start point in selenium ide?
Mention why do you need session handling while working with selenium?
How to type in a textbox using selenium?
When do we use findelement() and findelements()?
How to fetch the current page url in selenium?
How can we launch different browsers in selenium webdriver?
Explain what is the main difference between web-driver and rc?
What are the advantages of selenium as a test tool?
What is the super interface of webdriver?
What is the difference between "assert" and "verify" commands?
How can we fetch the page source in selenium?
How you can use “submit” a form using selenium?
Does selenium support mobile internet testing?