Skip Navigation LinksHome Page > Forums > SpiraTeam Forums > SpiraTeam Issues & Qu... > QTP Scripts Running in Hi...
Hi ,
I am using Remore Launch and used the QTP integration add on to run the QTP test scrips as a linked tested from Spira Test. While running the tests , QTP is in a hidden mode. Our requirement is it to be in a view mode. I think the code inside the add on is written to open the QTP in a invisible mode.
Can you please let us know How to make it visible?
Regards
Rajesh T
Try adding the following configuration setting to the RemoteLaunch.exe.config file:
<applicationSettings> <Inflectra.RemoteLaunch.Engines.QuickTestProEngine.QuickTestPro9.Properties.Settings> <setting name="ApplicationVisible" serializeAs="String"> <value>True</value> </setting> </Inflectra.RemoteLaunch.Engines.QuickTestProEngine.QuickTestPro9.Properties.Settings> </applicationSettings>
Does that fix the issue for you?
And if you have any questions, please email or call us at +1 (202) 558-6885