Launching QTP after key-in the logon detail -


I am trying to launch the QT using VB code below:

 < Code> Dim qtpApp set QtpApp = CreateObject ("QuickTest.Application"). QtpApp.Launch   

This was working in some other environments, but in my existing environment when I used Key-in logon Details will be opened in That is, if we click on the QP Shortcut / QTP icon from the Laupe bar, then it will open some prompts for the initial username and password. After completing the initial screen of that quick ONT KTP.

My code above does not include this logon description, I tried for many possibilities and searched for the log. But it can not be made possible, so please help with it?

go to File->; Enable automatic login by providing ALM / QC connection and required c credentials.

Enable 3 checkboxes in this window too.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -