Questions tagged [qtp]

QuickTest Professional (QTP) is a functional and regression test automation tool for software applications and environments.

QuickTest Professional (QTP) is a test automation tool by Micro Focus designed for testing software applications and environments. It performs functional and regression testing by manipulating a user interface such as a native GUI or web browser. It works by identifying the objects in the application user interface or a web page and performing desired operations (such as mouse clicks or keyboard events); it can also capture object properties like name or handler ID. QTP uses the VBScript scripting language to write the tests and to manipulate the objects and controls of the application under test.

In its latest versions it has been renamed to UFT (Unified Functional Testing) tagged as .

1590 questions
0
votes
1 answer

QTP flex plugin

I am using QTP 11 now, but when I do some test on the webpage which uses Flex, the QTP cannot work on that, it cannot detect anything on the webpage. What plugin can I use to make the QTP work on this? And how to get it, Many thanks!
Bob Shen
  • 9
  • 2
0
votes
3 answers

Email is not sent

I want to send an email from my vbscript code, the below code is working properly on my machine, but when I changed my machine, the code is no more able to send email. There were no errors or problems occurred during run, but no emails were…
Manaysah
  • 375
  • 5
  • 15
  • 29
0
votes
1 answer

open the hyperlink from datatable in vbscripy:qtp

Is there any way in which we can extract links from global table and use it in script to open it up.That means we have to open a hyperlinks which are in datatable . eg in this line Browser("Browser").Page("KOHLER_4").Link("Reports").Click we can…
0
votes
1 answer

VBS - Replace certain text entries in various files

I created a template for my test suite in QTP where the level of abstraction (parameterization) is sufficiently good. I would now need to populate a new test suite from the existing pattern, thus replacing certain entries with other ones in various…
Pixie
  • 412
  • 1
  • 8
  • 26
0
votes
2 answers

Which objects can be accessed with DotNetFactory?

I wonder to know which objects can I access using QTP DotNetFactory object. Is there any list and their API of accessible objects? Thanks.
Alex
  • 33
  • 2
  • 8
0
votes
1 answer

What is Custom Web Object

I'm working in Test Automation of web application and I come across "Custom Objects" which the Automation tool can't recognize. I would like to understand technically what does custom object means, is it something like an object not designed using…
user1925406
  • 713
  • 3
  • 15
  • 33
0
votes
1 answer

modifying QTP imported Environment variables

Using QTP, I need to import environmental variables from an XML sheet, but there that is the imported ones are the imported Environmental variables are on read only mode, it cannot be edited. I need to know if there is any way to import environment…
Manaysah
  • 375
  • 5
  • 15
  • 29
0
votes
2 answers

QTP clicking on webbutton closed the dialog

I'm on a page that has a Pop-up. There is a list in this pop-up. I should firstly select an element in the list, then a link gets activated and I click on this link. Then another pop-up appears. Now, I have to click on a button in the new pop-up.…
0
votes
1 answer

Web Page not updated when value is selected from web list using QTP

So I have been searching for an answer for this for a long time, and have come up with a temporary solution which i'll write below, but I was wondering if theres a more elegant one? In the application im working on there is a weblist which can…
Festivejelly
  • 670
  • 2
  • 12
  • 30
0
votes
2 answers

How to use PDFbox dll in QTP vbscript

I need to use PDFbox dll in QTP vbscript , initially I tried to convert PDFbox jar to respective PDFbox dll with help of ikvmbin-7.2.4630.5, it was successfully so that i can use pdfbox.dll in c# and VB.NET similarly i need to use it with vbscript…
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
2 answers

How to add a custom DLL into QTP

How to add a custom DLL into QTP , Actually I need certain methods to be used in vbscript (QTP) present in a DLL file , now how to refer to that particular DLL in QTP is it possible Can anyone help me out since m new to QTP
Ganeshja
  • 2,675
  • 12
  • 36
  • 57
0
votes
1 answer

How to call a macro script in qtp and to run that macro script in excel

I have a created a macro script by recording in excel. Now I need to run this macro script in newly opened excel via QTP (Vb script) . Can anyone suggest me , what call function can be used in qtp to run this macro script in excel? my macro script…
Visitjaga
  • 45
  • 1
  • 5
  • 9
0
votes
1 answer

How to give user defined values to Weblist which has "select" option by default

Can somebody tell me, How to give user specified values to Weblist(It is actually a drop down and after recording it just shows "Select" value,and if the value is stored in my browser cookie select works) I want to give my user defined value…
SS89
  • 91
  • 1
  • 1
  • 10
0
votes
1 answer

QTP Object recognition not consistent

I'm writing a script to automate a desktop application. The issue I'm having is that there are few windows that are not recognized by the QTP on run-time The script runs fine 70% of the time. But sometime it gives me an error saying that Object is…
ilaunchpad
  • 1,283
  • 3
  • 16
  • 32
0
votes
1 answer

Editing QTP imported Environmental variables

Using QTP, I need to import environmental variables from an XML sheet, but there is a problem in editing them in run time, the imported Environmental variables are on read only mode, it cannot be edited. I need to know if there is any way to import…
Manaysah
  • 375
  • 5
  • 15
  • 29