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 |
Tell me how you can capture server side log selenium server?
How do you handle Alerts and Pop Ups?
Have you created any framework?
How can you prepare customized html report using testng in hybrid framework?
Tell us what kind of keyboard operations can be performed in selenium?
How to iterate through options in test script?
How does testng allow you to state dependencies? Explain it with an example.
Explain what is datadriven framework and keyword driven?
We do create a reference variable ‘driver’ of type webdriver
Explain what are the junits annotation linked with selenium?
How to enter text in the HTML text box without invoking the SendKeys ()?
How do you send enter/tab keys in webdriver?