Votes
Answers
Views
Question
0
2
144
When I generate a Progress Test Set Graph Dates in the result are showing weekend dates (non business dates) with actual results for fail/pass/no run, etc. even though nobody was running tests on these days. Numbers under Pass are showing the wrong number. Steps: 1. Go to Test Lab 2. select a test s...
0
1
148
We are trying to integrate ALM to Servicenow using Tasktop. Since we only have one project in Servicenow, but multiple projects in ALM, we were told we needed to add a field to the ALM defect with the project name. I think I am overthinking this. Is there an easy way to do this (as it is displayed i...
0
1
39
When I add and link a new defect from a test STEP, why does the paper clip not show beside the test instance in the test lab, even though it shows on the defect in the defect module and under the test instance detail??
2
2
5730
A user is getting the following: Initialization has failed. Contact your system administrator. For details, see the Loader log file. Failure details: Initialization failure. ALM server URL must be in the intranet zone or added to the trusted sites list.
2
1
49
In UFT 11.53 with all the necessary patches installed. I have a function called MinimizeUFT which contains the following code. Set objUFT = GetObject("", "Quicktest.Application") objUFT.Minimize As soon as the control comes to the GetObject line UFT crashes. Has anyone seen this prob...
1
1
28
We created a UFT GUI test with the following XPATH expressions: set currentBrowser = Browser("Title:=Smart Web Portal") set currentPage = currentBrowser.Page("title:=Smart Web Portal") exist = currentPage.WebElement("xpath:=//div[@id='loginContent']").Exist(1) Whe...
2
2
51
asked 9 years ago by myotherme
updated 8 years ago by bubblehead712
We installed UFT then Chrome and cannot get UFT to work with Chrome. UFT sees it as regular Windows objects.
1
1
93
I'm having a ton of trouble with UFT. It seems to crash frequently, especially when working with either ADODB or ARRAYLIST. There are also times when it will not recognize that a function library from ALM is associated with it, and sometimes it just drops the ALM connection altogether. This is happe...
2
1
50
UFT debugger is not working correctly. UFT is getting stuck when I am debugging (bothF11 and F5) and not able to stop the UFT Test after it is stuck. I have to open the task manager to close UFT.