How do we input values from file
Latest Answer: Generally, QTP exports uses Excel file for data paramaterization. 1)Prepare test data in Excel sheet and import into QTP data table. Using DataTable methods, user can easily parameterize data and access them through out the script.DaTaTable ...
Hey Guys,I have Windows XP professional system in which i have installed QTP after disabling Antivirus & Firewalls.But the QTP tool is not getting started when i try to open it.Please tell me what exactly
Latest Answer: Hey Buddy,Can u tell me bit briefly what u did in that?also can u uninstall & reinstall the s/w & let me knw ur comments?Which lisence ur using nw (cuncurrent / standalone)??Thx,Ram~ ...
what if storage limit of shared object repository exceeds its limit(2 MB).how this kind of situation can be handled?
Latest Answer: QTP version 8.2 can't handle this, find out if ver 9.5 does. ...
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: Browser("Yahoo! Mail: The best").Page("(2 unread) Yahoo! Mail").Link("Inbox (2)").we can resolve this issue by Regular Expresions. In the Object Repository change the Value of the object using .* and save the change in the ...
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
View page << Previous 1 2 [3] 4 5 6 7 8 9 10 Next >>

Go Top