Tagged Questions
QuickTest Professional (QTP) is an automated testing tools from HP. QTP interacts with applications simulating user interactions on the application's GUI.
17
votes
8answers
5k views
Automating QA on Flex Application
I have a Flex Application that needs to be tested and our QA department is really adament on using some form of automated-testing tools like HP's QuickTest Pro (QTP). However, QTP requires that you ...
6
votes
2answers
1k views
How do you write your QTP Tests?
I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination ...
6
votes
3answers
3k views
Can I use a language other than VBScript to programmatically execute QTP Tests?
I have VBScript code which launches QuickTest Professional, executes a series of QTP tests, and emails the results. This works well, but I would prefer to use a language with better tools support (a ...
5
votes
6answers
1k views
iPhone test automation - benchmark tools?
Hi
we are expanding one of our projects in a major bank to include access via mobile devices. We are evaluating a few tools - inc. perfecto mobile, experitest and deviceanywhere.
From our initial ...
5
votes
1answer
381 views
How can I define a ControlTemplate for my TabControl without breaking automated testing?
Summary
In my WPF application, I needed a TabControl with buttons on the left, so I defined a ControlTemplate with the layout I wanted and it worked fine.
However, my tester's automated testing tool ...
5
votes
6answers
2k views
5
votes
9answers
4k views
Mercury Quick Test Pro and Virtual machines: Works from one client machine but not another
I have a virtual machine (VMware) with Mercury Quick Test Professional 9.2 installed. I have a script to test an application, written in VB.NET using the Infragistics library.
If I access this ...
4
votes
1answer
109 views
VB: What is missing in scripting host while it is present in “full” VB?
When programming (scripting) in VB scripting host, how can I learn what is implemented and what not?
For example, records (or: the structure keyword) are not implemented, but classes (or: the class ...
4
votes
2answers
772 views
How to convert many thousands of lines of VBScript to C#?
I have a collection of about 10,000 small VBScript programs (50-100 lines each) and a small collection of larger ones, and I'm looking for a way to convert them to C# without resorting to by-hand ...
4
votes
2answers
215 views
Is it possible to get code coverage data for a GWT web app running tests from the web browser?
I am not sure if this is possible but I would like some way to get code coverage information for tests that are written in Quick Test for our GWT based web app.
It does not seem like there is any ...
4
votes
4answers
786 views
What alternatives exist for running QTP tests in batch?
We are in the process of implementing automated regression testing for our applications, and are looking for a solid batch-testing utility. We have QuickTest Professional 10.0, and it comes bundled ...
4
votes
3answers
2k views
Calling C# dll in vbscript
I am trying to call a C# dll from QTP (uses vbscript). I have tried a number of things with no success:
Visual Studio 2010
Create C# class libary (st.dll)
code:
using System;
using ...
4
votes
7answers
1k views
QuickTest Pro automated testing
I have three easy questions.
Does anybody use QuickTest Pro for automated testing?
Any other automated testing applications that you recommend?
Is automated testing a good idea?
Thanks
3
votes
2answers
88 views
UnauthorizedAccessException when using QTObjectModelLib.dll
I follow an example from SO answer how to run QTP script from C#. However during Application object creation I get UnauthorizedAccessException. Any clues what might be wrong? Here is a screenshot of ...
3
votes
1answer
394 views
HP QTP 11: Script execution fails when running in Firefox, but Debug Viewer shows result of operation
I'm trying to run our automation, written for IE, on Firefox 3.6 and facing those frustrating problem:
I have a code:
Set cellDataItems = ...
3
votes
1answer
142 views
Case-sensitivity in QTP 11 question: different results with different cases in VBScipt
I found strange behavior in QTP 11 today: expression
Browser().Page().WebElement("PositionManagerContainer").WebElement("LoadingMessage").Object.ParentNode.ParentNode
Gives error: Object Required ...
3
votes
2answers
203 views
Pass a pointer in a win32 dll from vbscript (qtp)
I have a good old fashioned win32 dll with functions of the form
void Foo1(int* value)
void Foo2(char* string)
void Foo3(MyType* data)
//ect...
I need to call this in QTP (vbscript) and retreive ...
3
votes
1answer
316 views
QTP find object in a Browser frame in a Java frame in an IE window?
So we have a bit of an unusual setup in our software. On a webpage, we have a Java applet. QTP can handle objects on the webpage itself or the Java applet itself quite easily. The problem comes ...
3
votes
1answer
376 views
How to read memory values using VBScript?
I want to use VBScript to read values directly out of memory of another running application.
I can't seem to find information on using ReadProcessMemory() in VBScript.
I intend to use this in Quick ...
3
votes
1answer
260 views
Identifying content displayed inside QTP
I am trying to identify the content displayed inside a frame using QTP.
I am asking from the Page all the frames that match the description and get a collection of frames.
I take the first frame from ...
3
votes
4answers
1k views
Wait() function in QTP
Can any body suggest me a function which I can use in QTP for following scenario...
As sometimes page navigation take times due to which our script shows an error. For that we use the wait(time) ...
3
votes
1answer
574 views
QTP, access to QC field by label
I want to update a custom user field in QC using the Label of field instead of the name
At the moment we are doing it this way
Set currentRun = QCUtil.CurrentRun
currentRun.Field("RN_USER_03") = 1
...
3
votes
1answer
363 views
how to Implement Cruise Control with QTP?
I would like to integrate QTP with Cruise Control, which I have done so far, i'm stuck at the reporting part.
I would like to somehow report back to Cruise Control with the results, how can I ...
3
votes
2answers
554 views
Delphi 2009 (and probably Delphi 2010 as well) and QTP
We have a suite of automatic tests written in QTP (Quick Test Pro - an HP product), and we have just upgraded to Delphi 2009 (I know we are late adopters), and all of these tests no longer work. The ...
3
votes
1answer
2k views
QTP Web Extensibilty - How to force QTP to stop test execution
I'm implementing an extension to QTP using the Web Extensibility Toolkit.
If my JScript function that implements the QTP action encounters an error (e.g User gave wrong argument values), I want the ...
3
votes
3answers
2k views
QTP Web extensibilty toolkit and ajax
I'm trying to test using QTP a web app that is using ajax4jsf to implement the ajax features.
QTP doesn't have the ability to recognize when the ajax had finished.
I've read that the web extensibility ...
3
votes
5answers
4k views
Can I invoke QTP test suits automatically from Maven/Hudson?
We need to integrate QTP with Hudson to automatically invoke test suites against the code deployed in Hudson. The build process is based on Maven.
Is there any plugin or something to achieve this? We ...
2
votes
1answer
30 views
Is there a dictionary of dictionaries in QTP version of VBS?
Something similar to Set<String, Set<String>> in Java?
2
votes
1answer
18 views
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 ...
2
votes
1answer
246 views
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. ...
2
votes
1answer
44 views
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
1answer
41 views
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 ...
2
votes
1answer
92 views
CaptureBitmap function in QTP not working
All that I want to do is to take screenshot of a webtable !!
I have done this a million times before and it has worked a million times perfectly.
Line of code is :
...
2
votes
1answer
73 views
Is there any way to improve QTP’s debug engine like it was possible in QTP 9.2 with pdm.dll?
in this article described how to improve QTP’s debug engine
Is there anything possible for QTP 10 and QTP 11?
Thank you!
2
votes
1answer
225 views
QTP How to save images from webpages
I would like to know if it's possible to simulate the process: Right click on an image -> Click on "Save image as.." on the popup menu -> save the image in local.
I tried CaptureBitmap() function, ...
2
votes
0answers
189 views
QTP with JQuery Tree
We are using an application which make use of JQuery tree and were trying to automate the application. we find the following issues while automating the application, it would be great if anyone could ...
2
votes
2answers
118 views
How to deal with changing page names?
I am new to QTP and programming in general, but my current task is to create automated tests using QTP 9.2 for a multi-page web application.
My script was working fine during an earlier build, but now ...
2
votes
1answer
403 views
Execution of QTP scripts on remote machines
I am posting this question regarding the execution of QTP scripts on remote machine. When i log in to my remote machine via "mstsc", and execute the script without closing the remote desktop ...
2
votes
1answer
146 views
Is it safe to delete the Snapshots folders from QTP tests?
In a given test's folder, there is the following structure:
Action0
->Snapshots
->->Lots of *.pngs, *.htmls, etc.
.
.
.
ActionN
What are the snapshots used for? From what I've seen at ...
2
votes
2answers
269 views
Synchronization in QTP
I am in the middle of a script for a website. How can I make synchronization with the progress bar in my website? I am sing QTP 9.5 version.
2
votes
1answer
369 views
Virtual Object in QTP 9.5
How to use Virtual Object from Virtual Object manager? I am using QTP version 9.5
I have added required Object into Virtual Object Collections. And how to add it to Object Repository?
2
votes
2answers
238 views
QTP: is it possible to create a function that will be executed before/after each test runs
Is it possible to create a function to be executed before/after each test runs?
Maybe something like this.
For example, it is needed to
revert to a clean db before each test
clear application ...
2
votes
1answer
158 views
Virtual Desktop and Desktop Automation would go together?
I am not speaking on virtual machines,but Virtual desktops. Softwares like Desktops from microsoft provide functionality to create virtual screens and group windows onto them.
Is is possible to use ...
2
votes
4answers
3k views
QTP vs Selenium - Compare
I have an application/product which is created using .net technologies. This product has a GUI, which connects to a DB using a Web API (SOAP on an application server). Majority of the tests are ...
2
votes
1answer
139 views
Website Testing with multiple languages and multiple domains
How do you go about testing a site before deployment across multiple languages(English, German and Spanish) and multiple domains(.in, .fr, .de etc). If an automatic framework already exists in QTP for ...
2
votes
1answer
413 views
HP QTP (VbScript): work with Java-objects (like DotNetFactory for .NET classes)
is there any way to work with Java classes in the same of similar way (create, call methods)?
QTP provide such support for .NET classes via dotNetFactory. Is there anything like that for Java?
...
2
votes
1answer
125 views
how to Implement Cruise Control with QTP?
I would like to integrate QTP with Cruise Control.net and dont know how to do that so can any one please let me know step by step how to do it or if any url that says about it.
i have a qtp and ...
2
votes
2answers
342 views
How to specify in QTP's Object Repository, that I want to find Web Button object by title
I have rich web application with a lot of dynamic stuff (used ExtJS 3.0). I want to find Web Button using HP QuickTest Pro 10. This web button have only one property , that can uniquely identify it: ...
2
votes
4answers
282 views
UI automation best practices
We have developed some UI automation test cases. Currently we are executing those on application which is under development. As per our observation, during execution, majority of scripts are failing ...
2
votes
1answer
227 views
Can I determine if current test execs from test lab or interactively from within QTP IDE?
What is the most efficient way to check if the current QTP test execution is interactive, i.e. not part of a QC test set execution launched from the QC test lab?
Do you guys know a cool way? WR used ...