07-12-2013, 11:38 AM
(This post was last modified: 07-12-2013, 11:41 AM by RameshKrishnan.)
hi all..I found solution for
Issue 2 : If it goes into the below else part of If condtion (on right click of a image in webtable),a webelement opens ,but i have to for some 15 or 20 sec for qtp to execute next line.
Can any one tell me how reduce this time or any other solution.
If Window("Window_2").WinMenu("ContextMenu").Exist(1) Then...Seems If i use .Exist it will take more time..so had mention the Time for (Exist) .Exist(1)....
I have one more Doubt....
Issue 3 : In this whole script for just one line Window("Window_2").WinMenu("ContextMenu")...I had record in QTP rest I did with descriptinve ...
Can any one suggest to make it as descriptive..?
As to identify the window in web App...I did this Tools-->Object Identification-->Environment--->Standard Windows-->Window Object (in Test Object classes)-->Mandatory Propertied--->Add/Remove--->Check Visible Property...And recorded in QTP....
Is this the only solution or is there any work around...Pls suggess...
Issue 2 : If it goes into the below else part of If condtion (on right click of a image in webtable),a webelement opens ,but i have to for some 15 or 20 sec for qtp to execute next line.
Can any one tell me how reduce this time or any other solution.
If Window("Window_2").WinMenu("ContextMenu").Exist(1) Then...Seems If i use .Exist it will take more time..so had mention the Time for (Exist) .Exist(1)....
I have one more Doubt....
Issue 3 : In this whole script for just one line Window("Window_2").WinMenu("ContextMenu")...I had record in QTP rest I did with descriptinve ...
Can any one suggest to make it as descriptive..?
As to identify the window in web App...I did this Tools-->Object Identification-->Environment--->Standard Windows-->Window Object (in Test Object classes)-->Mandatory Propertied--->Add/Remove--->Check Visible Property...And recorded in QTP....
Is this the only solution or is there any work around...Pls suggess...