How to create batch(.bat) file after creating suite from TestNG?Can anyone explain entire process?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / kiran
Before running the code, select the class from the Package Explorer, right click and choose the TestNG> Convert to TestNG. You will be asked to give file name which will be further saved as FileName.xml. And run the xml file once.
On the other side: open Note pad and enter below code
java -cp bin;* testng TestNG nameOfYourXmlFile
and save as the name given to that .xml file. But while saving give the name in double quotes. Ex: "FileName".bat
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the annotations used in testng?
Which web driver implementation is fastest?
What is the difference between find elements () and find element ()?
Why and how will you use an excel sheet in your project?
what are the Dynamic elements in web Application?
What are the different types of drivers available on Webdriver ?
i am a 2013 BE and 2015 M.tech passed out.i have taken course in manual testing with selenium automation.i have confident that, i have required technical knowledge in manual as well as automation.now my problem is whether to go as fresher or keep 3 years of experiance.there are very few interviews to call 2013 b.tech and no calls for M.tech...!!is it make any problem, if i keep fake.please let me clear my doubt
Explain selenium waitfor commands ?
How can we get a text of a web element?
What is the difference between selenium and qtp?
How does you use mouse over actions
What test can selenium perform?