-
Automate Audio app using QTP
Hi, can any one tell me how to automate computerized generated audio in QTP.
While automating QTP is not recognizing audio action. -
Import Complete Coloumn Values to Excel
I am working in UFT. I want to copy the complete column values to excel using HP UFT. So I will copy fast rather than inserting loop to it. Please help me from this. Urgent
-
Multiple Browser Tabs Testing
I have opened browser with 5 tabs, and the tabs should be change dynamically, Ii need to close the 3rd tab. How will you write a code for it?
-
-
Click on Previous Object under a Web Element
There is a web element, under the web element I have many links in one column I am selecting the link which I want and I want to click on the button which is in the previous column in line with the selected link. I tried with previous sibling, using this I can get the value but I am not able to click on it. Do you have any code where I can click on the previous button of the selected link. Please let...
-
-
-
How to find out the regularly changing value in a single line?
How to find out the regularly changing value in a single line? Tell me How many ways are there?
Ex: India having 100 crore population now.
here 100 is changing regularly. How to write the Script for this?Property name of the field in QTP
By Click the WEDBUTTON we will get the WEBEDIT window at the same place of webbutton then how you get the property of that edit object and what is that property.
For Example Enter User name and click on Submit button it turns as text box and asking the age of the user, now tell me the property name of text box and how it will beObject is not recognizing by QTP
Some of the objects like Rich text boxes are not recognizing by qtp, while recording. What is solution for that, if anybody knows please put the solution ASAP.
How to Use Business Process Testing (BPT) with UFT 12.02
What is the main benefit Business Process Testing in HP unified functional testing? How to create, maintain, and run Business Process Testing Tests and Flows in UFT? Please, I need to know the main steps in the recommended order.
GetTextLocation method is not working properly
I am searching a word "DR" withing a Winobjetc by using the below given code;Window("Job Console").ActivatestrFind=Window("Job Console").WinObject("WindowsForms10.Window.8.app.0.").GetTextLocation("DR",l,t,r,b)If strFind=True Then msgbox "Coordinates are:"& l & "," & t & "," & r & "," & b Window("Job Console").WinObject("WindowsForms10.Window.8.app.0.").Click (l+r)/2,(t+b)/2End IfFor search word "DR"...
SAP Radio button NOT recognizing the UFT 12.0 Business component
How to resolve, UFT 12.0 Business component is NOT recognizing "SAP radio button" running from ALM?
Name change dynamically
While trying to pass the pageName dynamically, Why the below code does not work?
Browser("Browser").Navigate linkURL
pageName = Browser("Browser").Page("micclass:=Page").GetROproperty( "title" )
Browser("Browser").Page(pageName).WebEdit("Write something...").set(msg)
Browser("Browser").Page(pageName).WebButton("Post").Click
Click Dynamically Changing Web Element
I need to click on OK button (QTP - Web element) in a popup. There are many "OK" Buttons with all same properties but with different Index. The index keeps on changing everyday & my scripts fails
How do I click on OK without using Index. There is no other property which is unique for OK in different popups through out my App
Thanks
Milind
Ans