Allow 'offline' execution of the shared test #554
Quali-Community
started this conversation in
Useful Tips & Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The feature allows to copy (on the local drive) all the relevant shared test before the execution. In this case if the NT disconnects during the running, there is no impact on the execution results.
To allow the feature:1. Close Studio\Runner
2. Open "C:\Program Files\qualisystems\Studio\QsTestShellRunner.exe.config"
3. Change <add key ="EnableSharedTestsCaching" value="false"/> to <add key ="EnableSharedTestsCaching" value="true"/>
4. Open "C:\Program Files\qualisystems\Studio\QsTestShellStudio.exe.config"
5. Change <add key ="EnableSharedTestsCaching" value="false"/> to <add key ="EnableSharedTestsCaching" value="true"/>
(shay.d) - 08/09/2012 12:08 PM
· 2707 ·
Beta Was this translation helpful? Give feedback.
All reactions