QTP Scripts Running in Hidden Mode

Wednesday, March 21, 2012
Avatar

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

2 Replies
Wednesday, April 4, 2012
Avatar
re: rajeshkumar Wednesday, March 21, 2012

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?

Monday, November 12, 2012
Avatar
re: inflectra.david Wednesday, April 4, 2012
When I do so , I am not able to open up remoteLaunch.exe as "RemoteLaunch.exe has encountered a problem and needs to close. We are sorry for the inconvenience error dialog is displayed

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, March 21, 2012
  • Last Reply: Monday, November 12, 2012
  • Replies: 2
  • Views: 4107