Click here to Skip to main content
16,018,318 members

Comments by VicQA (Top 2 by date)

VicQA 22-Aug-16 13:38pm View    
I figured it out on my own, thank you for your input.
VicQA 22-Aug-16 11:45am View    
The reason I am using two relative directories is because in order for the batchfile commands to work, the working directory has to be set to the location of the test-solution dll, otherwise it wont run. Even with your suggested fix it still is breaking:

Something went wrong when trying to run the tests,
here is the exception: System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(String fileName, String arguments)
at TestRunner.Methods.Util.ExecuteProcess(String client, String directory, String Filename) in C:\Users\Victor\workstride-automated-tests\DextapAutomation\SeleniumDemo\ConsoleRunner\TestRunner\TestRunner\Util.cs:line 115