-
-
-
-
-
-
-
-
-
wait 1,0
Wend
If the value returns false for the first time , then its keep on retuning only false even though the the application opens that Frame.
Appreciate your help.
">I am using QTP9.0I am checking for the existence of the Frame, if it does not exists then waiting for sec and then checking the existence in while loop.The code is as belowWhile Browser("Browser").Page("Page").Frame("listFilter").Exist = false wait 1,0WendIf the value returns false for the first time , then its keep on retuning only false even though the the application opens that Frame.Appreciate your help.
-
-
-
-
-
Noe I wanna Fetch all the Browser's currently loaded in the application.....
Appreciate your Help.
Thanks
Nawab Shaikh ">Hi Friends,I want to Fetch the Application objects for Example all the Browser currently loaded in Windows .The Scenario is I want to do end to End Descriptive Programming in my Code...Something LikeSet oDesc = Description.Create()oDesc("micclass").Value = "Browser"Noe I wanna Fetch all the Browser's currently loaded in the application.....Appreciate your Help.ThanksNawab Shaikh
-
-
-
">In one of the popup window, 1.I have recorded two edit fields by selecting them from a drop down box and after I have selected the options, 'INSERT' field need to appear. But when I am running those steps the option that I have selected is not shown up but the default options are shown up and 'INSERT' button too does not shown up. How to make sure that the selected fields are displayed along with the 'INSERT' link.When I am recording it is recorded as:Browser().Page().WebTable().WebElement(Option name that I have selected).click2. How to differentiate between two or three links with same name, like "DELETE", when the TYPE is None and not Index. When I am putting it in a loop, only one link gets deleted which is associated to one row. For other rows the 'Object not found' message is displayed
-
-
-
QTP Interview Questions
Ans