Latest Answer: Store display text in object repository and use the following code to read textMsgbox Brpwser("Browser").page("Page_Name").webelement("text").GetROProperty("innertext")where "innertext" is property of ...
I am getting this error .Object doesn't support this property or method: 'Browser(...).Page(...).Frame(...).WebElement(...).Exists'please help me in this.
Latest Answer: Use Exist Method to check for the Existance of an Object.Ex:If (Browser().Page().WebEdit().Exist) Then StatementsElse StatementsEnd If ...
Hi all,I am using vb script to run qtp scripts. code isSet qtApp= CreateObject("QuickTest.Application")qtApp.LaunchqtApp.Visible = FalseqtApp.Open "Path of the script"qtApp.test.runThis
Browser("Yahoo! Mail: The best").Page("(2 unread) Yahoo! Mail").Link("Inbox (2)").Clickthis is the recorded script i get after performing the action on yahoo mail..now when
Latest Answer: Today I tried after read your question. You know what I did, I just changed the object name in the object repository file.ie.when you are recording if is inbox(4), then running it must be inbox(3) in the application.so go to resource->object repository-> ...
supposed there are some 2o links in web page how do we give count of themif the links ar there in an weblist object.can we use getrop(itemcount)or how we vil put page check point,pls do me needful.Thankssudha
Latest Answer: Dim oLinksSet oLink = Description.Create()oLink("micclass").Value = "Link"oLink("html tag").Value = "A"Msgbox Browser("title:=.*").Page("title:=.*").ChildObjects(oLinks).Count ...
How to delete 10 first mails by using qtpi need to delete 10 first mails from mail box by using qtp
Latest Answer: Dim ifor i = 1 to 10 browser("Yahoo").page("Yahoo-mail").webtable("inbox(50)").childitem(i,1,"webcheckbox",0).set "ON"Nextbrowser("Yahoo").page("Yahoo-mail").webbutton("Delete").click ...
I would like to know whether QTP supports Uniface applications or not? Does it require plugins? Any problem encountered? Please help me in finding right tool for Uniface and HTML applications.Any
Hi All,Can anybody explain "What are the Test Automation frameworks and classify them?"
Latest Answer: Automation Framework defines the concepts of Data Flow, Results Flow,
Execution Methods, Recovery ,Error Handling Mechanisms, Pre-Execution Setup,
Post-Execution Aspects, Mail Configurations etc,
In simple framework is your procedure / process on ...
Latest Answer: One way of testing the XML pages is using the XML Check Point.XML Check Points can be classified into 3 types1.XML Web Page/Frame Checkpoint to check an XML document within a Web page or frame.2.XML File Checkpoint to check a specified XML ...
Latest Answer: Text area check point is used for checking the text present in a specified area.Text check point is used to check the text present in a specific object.Image check point is used to check the properties of a particular image .Bitmap Check point is used ...
View page << Previous 1 2 3 [4] 5 6 7 8 9 10 Next >>

Go Top