Votes
Answers
Views
Question
0
1
477
asked 9 years ago by scruffy
updated 9 years ago by josh-yates
UFT error "The server process could not be started because the configured identity is incorrect. Check the username and password" when trying to run a test from ALM
2
2
57
asked 9 years ago by mrbeavis
updated 7 years ago by amanjain42
Windows opened before UFT is launched used to be ignored and only windows opened after were recognized. In our latest version UFT can also see windows opened prior to opening UFT. This has become an issue is running tests from Quality Center (ALM) which must be opened in IE. When UFT runs a script i...
1
5
361
asked 9 years ago by kaptainkayoss
updated 7 years ago by jchu
I'm trying to execute the following line in my script: Set qtApp = CreateObject("QuickTest.Application") When it runs, I get the following: "Error: Unspecified error Code: 80004005 Source: (null)"
3
2
344
asked 9 years ago by rtp
updated 9 years ago by DavidMofOSI
Hi, Can someone please answer this? I have to integrate UFT Functional scripts (12.02) with HP ALM Performance Center 12.20. Using Performance Center I have to do a load test using UFT scripts and I have to capture response times for the transactions mentioned in UFT scripts? Will UFT scripts will w...
0
1
71
asked 9 years ago by esen
updated 9 years ago by bubblehead712
Tags:
Environment ? qtp12 and powerbuilder12, I define two functions? *Function GetAllDataTxt (object) GetAllData = object.Describe (datawindow.data) End Function* **Function GetAllDataRows (object) GetAllDataRows = object.Rowcount End Function** But,Executed in the script data = GetAllDataTxt (PbWindow (...
2
1
60
I have the run results viewer set to capture a video at every run. I manually set this in the Options and it has always worked. Suddenly, it stopped working despite all the settings being set exactly the same. It says no output associated with this view. This is a very vital part of my testing to ac...
2
1
152
How do we "Call to Existing Action" programmatically (without right-click then Call to Existing Action)? In other words, we don't know which existing action to be run at design time until the run time. Therefore, we need to find out how to dynamically load the action from ALM based on the pa...
2
1
64
I'm recording from my web application, and every time I record on the same page/frame, a new instance is created in the Object Repository. In my case, "top_frame" is recorded and added to my object repository. Then, when I record again any objects under that, a new "top_frame_1" inst...
0
1
27
asked 10 years ago by nick45
updated 10 years ago by Captain Mercury
->How to connect with QTP ->How to get data from QC to QTP