07-08-2011, 10:47 AM
(This post was last modified: 07-08-2011, 11:29 AM by kotaramamohana.)
Sample script also opened in Read only mode. No one is accessing my script because we are executing scripts in local machine only.
I have attached screen shot for one line of code, I dont know how to change mode from Read-only to normal. I have verified setting under Tools-->"Options" too.
Can you provide VB script to open in Normal mode
Hi Friends,
QTP opened in Read only mode because i have used below mentioned script in AOM.
App.open "D:\QTP_RAZOO\Driver", True
Instead of True if we use False (App.open "D:\QTP_RAZOO\Driver", False) QTP will be opened in Normal mode.
But still i am facing, if QTP is not identified object in applicationa, again its traversing to First step of script. Can you provide what are the necessary settings i have to do.
Thanks In Advance
I have attached screen shot for one line of code, I dont know how to change mode from Read-only to normal. I have verified setting under Tools-->"Options" too.
Can you provide VB script to open in Normal mode
Hi Friends,
QTP opened in Read only mode because i have used below mentioned script in AOM.
App.open "D:\QTP_RAZOO\Driver", True
Instead of True if we use False (App.open "D:\QTP_RAZOO\Driver", False) QTP will be opened in Normal mode.
But still i am facing, if QTP is not identified object in applicationa, again its traversing to First step of script. Can you provide what are the necessary settings i have to do.
Thanks In Advance