Your Privacy
We use cookies to give you a better experience in Alchemy Help Center
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings in our cookie banner to change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. For more details, check out our Privacy Policy link below.
View Privacy Policy
Strictly Necessary Cookies
These cookies are necessary for the website to function and cannot be switched off in our systems, but do not store any person information. They are usually set in response to your actions that triggers a request for services, such as setting your privacy preferences, logging in or filling forms. You can change your browser settings to alert you about these cookies, but some parts of the Website may not work.
View Cookies
I set up the test as a Data-Driven Test (DDT) by referencing the data and looping over the table name. However, when I run it using the execute button in the Alchemy UI, it only processes the first row of data. How can I adjust it to execute with all the rows of data?
0 Votes
TheBugScout posted about 2 months ago Best Answer
Based on your setup, it seems that no further adjustments are needed. If your test is configured as a Data-Driven Test (DDT) as described, you just need to generate the executable for the suite and run it from the command prompt using below command.
java -jar "suitename.jar".
(here, Replace "suitename" with the actual name of your suite, which corresponds to the name of your JAR file)
Also, Note that, the java -jar "suitename.jar" command will only work if you are in the directory where the JAR file is located. Make sure to navigate to that directory in your command prompt before executing the command.
Thanks!
0 Votes
1 Comments
TheBugScout posted about 2 months ago Answer
Based on your setup, it seems that no further adjustments are needed. If your test is configured as a Data-Driven Test (DDT) as described, you just need to generate the executable for the suite and run it from the command prompt using below command.
java -jar "suitename.jar".
(here, Replace "suitename" with the actual name of your suite, which corresponds to the name of your JAR file)
Also, Note that, the java -jar "suitename.jar" command will only work if you are in the directory where the JAR file is located. Make sure to navigate to that directory in your command prompt before executing the command.
Thanks!
0 Votes
Login or Sign up to post a comment