I have created a batch file to run my tests and test lists. I have used ArtOfTest.Runner in the batch file.
Now I want to pass Base URL as a command line parameter through ArtOfTest.Runner. The test must accept this as data. I checked the options for ArtOfTest.Runner. But I couldn't find any option which accepts command line parameter as data into a test. How can I accomplish this? Is there any other exe/command/option I can use?
Now I want to pass Base URL as a command line parameter through ArtOfTest.Runner. The test must accept this as data. I checked the options for ArtOfTest.Runner. But I couldn't find any option which accepts command line parameter as data into a test. How can I accomplish this? Is there any other exe/command/option I can use?