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
2
votes
1 answer

Writing to custom QC fields from QTP

I'm using QTP and QC 11 and am attempting to update a custom field in QC with details of a failed test (so we can easily see why a test failed without opening up the test run). I've created a memo type field on the testcycle and on the run field. My…
Dave
  • 21
  • 5
2
votes
3 answers

Quicktest Pro - find first button after matching text

I want to use dynamic object recognition (descriptive programming) to find the first button labeled "Delete" that occurs after some given text (eg, the first Delete button that appears after the text "Item XYZ-123"). I have a kludgy way to do it if…
Kimball Robinson
  • 3,287
  • 9
  • 47
  • 59
2
votes
1 answer

Iphone test automation - Need Software

In my work we recently started to build iphone (and a little bit of android) apps. and now we are searching for a software that we could make an automated tests for our apps. It could be a virtual emulator or a physical device, it doesn't…
IdanRozin
  • 21
  • 2
2
votes
1 answer

QTP DotNetFactory vs COM-Visible .NET Assemblies

I'm just curious - QTP has the functionality to call .NET objects directly via the DotNetFactory object, see this article from learnqtp.com, but it can also call objects through COM (see this post from Joe Colantonio). What would the advantage be…
Riddari
  • 1,713
  • 3
  • 26
  • 57
2
votes
1 answer

How to fetch the content from the PDF into a string using QTP/VBScript?

I need to validate a particular content from the PDF using QTP. How I can get the content from the PDF into the string Using QTP/VBScript. So that, I can validate the content in the PDF.
Suresh D
  • 4,303
  • 2
  • 29
  • 51
2
votes
2 answers

QTP not able to fetch Text property when the Text is too large

I'm facing an issue in which QTP is not fetching text property of a WinObject when the Text is too large. In other cases it's properly fetching the Text property. Note: It's not fetching Text property in Object Spy as well as at run time using…
TechGeek
  • 2,172
  • 15
  • 42
  • 69
2
votes
2 answers

Can i test mxGraph ui with HP's Quick Test Professional?

Hy, Is it possible to test mxGraphs via UI by using Quick Test Professional?
ALIENwoods
  • 35
  • 3
2
votes
3 answers

Can not identify the object in QTP

I'm using QTP 9.2. While running script i got this error repeatedly Cannot identify the object "Login1$Password" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application. When i run the…
Anum
  • 19
  • 1
  • 1
  • 3
2
votes
1 answer

Can we have Shared Checkpoint in QTP

As we do with Object repository. We can export the check point, merge or re-use check points in other QTP scripts. I tried with the OR Manager and did not find any option. Kindly let me know if this can be done. It would be helpful.
Kumar
  • 57
  • 2
  • 7
2
votes
0 answers

QTP (Siebel) which field in list applet is activated?

when I press a "New" button in list applet, there appeared new row with activated particular field, I need to check, if correct field is activated. The question is: how to know which field in list applet is active now? Thanks.
Aleksandrs
  • 1,488
  • 1
  • 14
  • 34
2
votes
1 answer

QTP : How do we capture the tool tip text displayed on doing mouseover on a radiobutton?

I am trying to capture the text displayed on doing mouse over on a radio button with Descriptive Programming using GetROProperty. If I spy the tool tip text displayed, it is recognizing as WebElement. I tried executing the below…
ajazz
  • 71
  • 1
  • 1
  • 12
2
votes
1 answer

How could QTP recognize the Web-element

I would like to get information about a web-element. This web-element is always present on the page. But QTP can't recognize, because there is a lot of web-elements with the same class. By default QTP used to recognize this web-element by it's…
Eugene
  • 5,353
  • 6
  • 27
  • 37
2
votes
1 answer

On what basis 'Exist()' method(in QTP) will identify existence of a test object in the open Application?

On what basis does the Exist() method(in QTP) identify existence of a test object in the open Application?
2
votes
1 answer

getting text from within the co-ordinates specified in qtp

Is there a function in qtp in which the co-ordinates to be considered can be specified and the text be extracted from with in the co-ordinates. for example i want the text only from a particular part in an image, so is there a function where in I…
Tom
  • 411
  • 12
  • 28
2
votes
1 answer

how to invoke QTP API

I want to write a program to do some GUI(JAVA Swing) automative testing.The program need to invoke the QTP API. The interface of QTP can capture the GUI structure and turns it into a xml file. I look up the helping document and I find the interface…
Rain
  • 117
  • 2
  • 9