4
votes
2answers
758 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 bette …
3
votes
9answers
2k 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 …
2
votes
4answers
248 views
How to test labels in QTP
I'm using QTP 9.5 test my application written in
Delphi. I got Delphi Add-in installed and QTP
can identify Delphi controls. Most but not all,
specially TLabel. QTP can not recogn …
2
votes
3answers
253 views
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 app …
2
votes
1answer
660 views
QTP: Object Required errors when Object is valid
I have the following VBScript in a reusable action:
'Gather links
Browser("1").Navigate "http://InternalWebmail/something/inbox.nsf"
set oDesc = Description.Create()
oDesc("miccla …
1
vote
3answers
105 views
How to capture and compare all object properties on a web page
I'm working on a web-based application. I would like to check properties for all objects on the page, but would rather not have to do them individually.
I remember test-tools past …
1
vote
1answer
360 views
QTP/VBScript: How to remove all URLs from a string?
I have a string in my QTP test project. In some cases, this string is a plaintext E-mail's content; in other cases it's HTML. In both cases, I need to strip all URLs from the str …
1
vote
2answers
558 views
QTP: Get list of all links in an E-mail
I'm "developing" a test plan in Mercury/HP QuickTest Pro 9.1, in which I must extract a list of all links in an E-mail and perform logic against each of them.
In this case, I am u …
1
vote
2answers
165 views
QTP_errObject
Hi All:
May I request you to clarify the issue I have with QTP err object.
I am trying to capture the screen shot of an object on which error occured.
I use the code object.captu …
0
votes
3answers
88 views
Document Not Saved Error in Excel.
This is my code snippet for comparing 2 excel files. I call this function from my QTP scripts. I get this error quite often which causes my test script to fail. Any pointers will b …
0
votes
1answer
192 views
Why do I get an InteropServices.COMException when attempting to launch QTP from C#?
This question is a follow-up to the one at http://stackoverflow.com/questions/895342/can-i-use-a-language-other-than-vbscript-to-programmatically-execute-qtp-tests. I have a C# (.N …
0
votes
1answer
968 views
QTP: Parameterize a Database Checkpoint
I have a database checkpoint in QTP (HP QuickTest Pro); this checkpoint works if I pass it a static query, but I need to be able to pass in parameters or build the query programati …
0
votes
1answer
234 views
creating generic file in generic folder using QTP
I created a generic folder by taking the name from DataTable:
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
strdata = Datatable.Value("Column name", "Sheet")
fso.Cr …
0
votes
5answers
1k views
Mercury Quick Test Pro - Testing with a custom grid
Hi,
We are trying to create some tests that reference an vendors custom grid. Unfortunatly QTP only recognises it as a WinObject which is quite useless. We need to be able to nav …
