2
votes
2answers
27 views
QTP+VM: Why is the Click command not executed when I’m not conncted to the VM via Remote Desktop?
I'm using QTP 10 together with VMWare to test a Siebel Application.
I'm executing the following code to click on a Save button.
Browser("Siebel").Dialog("Filedownload").WinButton( …
1
vote
3answers
98 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 …
3
votes
4answers
112 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, an …
0
votes
1answer
231 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
3answers
83 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 …
1
vote
2answers
83 views
XMLSpy in Eclipse
Hi, I need to test XMLSpy functionality in Eclipse. After I switch Eclipse to XMLSpy Perspective and QTP is runnig (record or run mode), it does not work. Could you help me?
Thanks …
2
votes
3answers
132 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 n …
1
vote
3answers
116 views
Testing Fly Out Menu in QTP
Hi,
I am looking for ideas to trigger the actions for fly-out menus using QTP.
I am testing a Web App using QTP. The application has "cascaded" or hierarchical fly-out menu.
e.g …
0
votes
1answer
71 views
Web Extensibility
I am working with QTP now for some time and heard of web extensibility, I have tried to do a lot of research on this topic but to no avail. Can please through some light on this to …
0
votes
0answers
16 views
Need info on HP AIS Certification
HI friends,
HP AIS Certification valid for how many years?
I did cetification on HP QTP 9.2 and QC 9.2 on May 2008
Thanks
1
vote
2answers
121 views
Debugging into C# code from other application
I'm loading a dll (c#) from QTP. Is it possible to debug the c# code when the qtp test starts.
0
votes
3answers
120 views
QTP: simultaneously user testing is possible in QTP ?
I want to know that can I test an application with multiple users in QTP ?
If yes then how can i do this.Please give me steps to do it.
1
vote
3answers
558 views
WCF Web Service Testing with QTP
I want to automate testing of WCF Web Services(over TCP) using QTP's WebServices Add-In. However when I specify path of WSDL it gives me errors. Has anyone tried using QTP? or any …
1
vote
0answers
54 views
.net extensibility with QTP
I am using QTP v10 and my application is in .Net 3.5. I created the custom server control for TrackBar from the provided document "HP quicktest professional .net add in Extensibili …
0
votes
2answers
188 views
QTP: How to link up to a browser?
Hi i am new to qtp ,this is a sample script in which i am facing few errors like "URL might be wrong" could you kindly guide me through this.
Browser ("Google").Navigate ( "http:/ …
