Invoking the window based application by QTP -


issue in invoking window based application qtp when invoke our application using qtp, system hangs , application not loads memory size of application, shown in task manager 350 mb script in qc , executing script qc. qc automatically launches qtp script tries load appliaction under test fails. double click on exe of aut. login screen displayed. enter user name , password in login window , application should load instaed of loading application system hangs.

manually (when qtp not opened) application loads when qtp opened application not loaded (either manually or qtp). please suggest way launch application when qtp opened problem due memory size. there way memory size of either qtp or application reduced (while launching application), application can load properly.

you make qtp run in background may reduce memory consumption.

set qtapp = createobject("quicktest.application") qtapp.launch qtapp.visible = false 

i not sure can give method shot.

thanks


Comments