Votes
Answers
Views
Question
4
2
70
How can I change the license server for QTP? I've changed the environment variable, but it is still trying to connect to the old license server when I start QTP? What gives?
2
1
33
I'm trying to work with QTP and Google Chrome browser. Sometimes when testing, for some reason my objects quit being seen by QTP as web and only are seen as Windows. I use Chrome all the time, so my updates are current as far as I know. I also have all of the available web patches and the weird thin...
3
2
43
How can I get Lotus Notes to exist with QTP?
5
2
58
Have installed QTP 11 on a Win7 machine...installed using 'Run as Admin' option....Installed all available patches using 'Run as Admin'....started qtp11 after install using 'Run as Admin'...qtp11 starts no problem...I have admin rights anyway....when the tester, who also appears to have admin rights...
5
1
84
asked 13 years ago by neena
updated 13 years ago by bubblehead712
We have an Oracle Forms application that we've been running scripts against since QTP 9.2. Now that we moved to QTP 11 (from 10), the OracleTable on one particular screen is not being fully recofnized.
10
1
319
asked 13 years ago by neena
updated 13 years ago by bubblehead712
Does anybody know how to make a connection to a JDBC database with QTP?
5
1
39
asked 13 years ago by neena
updated 13 years ago by bubblehead712
I have installed QTP 11 on a machine and now trying to install the 'QuickTest Professional Add-in for QC'. I keep getting message Microsoft Visual C++ 2005 SP1 Run-time Components is missing on this machine, Please install all Missing prerequisites and run this installation again. I have Microsoft V...
8
1
38
asked 13 years ago by hank-the-hammer
updated 13 years ago by bubblehead712
I am trying to parse an XML file that is on the web but for some reason I can not load it. Does anybody know what I need to do to make this work? vPath="http://www.w3schools.com/xml/cd_catalog.xml" Set xmlObj = XMLUtil.CreateXML() print vPath xmlObj.LoadFile(vPath) vlist = xmlObj.ToString() ...
11
1
51
asked 13 years ago by bubblehead712
updated 13 years ago by bubblehead712
I have several test machines with different OS's (XP,Win 7, etc) and architecture (32/64). Is there a way to detect if the architecture is 32 or 64 bit while running test so I can make sure the path to the application under test is correct?