I have a testcase, where SUT license data will be modifed -> button in SUT is pressed and license modification query is shown. This will stop the SUT process and new process (License_update) will be started. After new license is entered and continued, (License_update) process is closed SUT will be started by this (License_update).
According to software developer:
Altiris\Wise\Virtual Package Editor
Check in use File - method
is used to check if the SUT is stopped when License_update can be executed.
If I now execute my Ranorex testcase (Project name is R_SUT.exe)
(- could there be a problem when I am using almoust the same name in my project than the SUT?)
-> SUT will inform, that SUT is still running. When checked from task manager, SUT.exe is closed.
So does the Ranorex (Project name R_SUT.exe) somehow keep the SUT running and prevents me to execute the test?
If I modify my testcase so, that testrun is stopped immediately after License update is selected (-> so R_SUT.exe is closed and SUT is closed), everything work fine. (only that I would like to continue the test run from here
