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 |
How does u get the width of the textbox?
Explain what is assertion in selenium and what are the types of assertion?
From selenium ide how you can execute a single line?
Explain about selenium-grid ?
What are the main advantages of selenium?
How to input text in the text box without calling the sendkeys()?
What are the different components in selenium?
How to insert a comment in selenium ide?
What is XPath? How does it work?
How to execute javascript in selenium?
How to create batch(.bat) file after creating suite from TestNG?Can anyone explain entire process?
Describe a framework. List some of the common automation frameworks.