66
At the moment, i run in the windows scheduler on my Cloud-Hosted-Environment (CHE) the following task at startup or daily:
"C:\Program Files (x86)\Regression Suite Automation Tool\Microsoft.Dynamics.RegressionSuite.ConsoleApp.exe" /settings "C:\RSAT\RSAT_Chrome.settings" playbacksuite /updatedriver /byid 1
"C:\Program Files (x86)\Regression Suite Automation Tool\Microsoft.Dynamics.RegressionSuite.ConsoleApp.exe" /settings "C:\RSAT\RSAT_MSEdge.settings" playbacksuite /updatedriver /byid 1
So in that case, the browser driver will get updated, since the test suite with ID 1 does not exist, the play back of the test suite fails with an error message.
The update driver - functionality should also be possible without running a test suite, so for example i could run it with the following command:
"C:\Program Files (x86)\Regression Suite Automation Tool\Microsoft.Dynamics.RegressionSuite.ConsoleApp.exe" /settings "C:\RSAT\RSAT_Chrome.settings" updatedriver
"C:\Program Files (x86)\Regression Suite Automation Tool\Microsoft.Dynamics.RegressionSuite.ConsoleApp.exe" /settings "C:\RSAT\RSAT_Chrome.settings" playbacksuite /updatedriver /byid 1
"C:\Program Files (x86)\Regression Suite Automation Tool\Microsoft.Dynamics.RegressionSuite.ConsoleApp.exe" /settings "C:\RSAT\RSAT_MSEdge.settings" playbacksuite /updatedriver /byid 1
So in that case, the browser driver will get updated, since the test suite with ID 1 does not exist, the play back of the test suite fails with an error message.
The update driver - functionality should also be possible without running a test suite, so for example i could run it with the following command:
"C:\Program Files (x86)\Regression Suite Automation Tool\Microsoft.Dynamics.RegressionSuite.ConsoleApp.exe" /settings "C:\RSAT\RSAT_Chrome.settings" updatedriver
STATUS DETAILS
New
Comments
In addition to this suggestion, it would be very beneficial if there e.g. was an option in the RSAT settings that you can enable, allowing RSAT to check/update the necessary drivers automatically on start up.
Category: Regression Suite Automation Tool (RSAT)