Votes
Answers
Views
Question
1
1
130
asked 12 years ago by hank-the-hammer
updated 12 years ago by bubblehead712
Do I need to get new license when going from QTP to UFT?
1
1
26
asked 12 years ago by hank-the-hammer
updated 12 years ago by bubblehead712
I am thinking of upgrading to UFT 11.5 and I was wondering if I need to upgrade my QC/ALM server.
3
2
43
asked 12 years ago by pumpkin
updated 12 years ago by bubblehead712
I just install Firefox and patch QTPWEB_00090 and QTPWEB_00122 but can not get QTP to work with Firefox.
1
2
58
I have a test that needs to verify that the application is properly displaying the current system date. The programmers developed this window such that the control takes on the name of the value (e.g. "Thursday, November 4, 2010"). I have logic in my business component that formats a variabl...
2
1
56
asked 12 years ago by hank-the-hammer
updated 12 years ago by bubblehead712
I am that user, using QC 10.0 fully patched. There is a known good test that when I tried to open directly in QC's Test Plan, I got this error. Other people can open / use the test, but even if I open the test in QTP, then I cannot execute the test because the components the test uses are not fo...
2
3
84
asked 12 years ago by hank-the-hammer
updated 12 years ago by adelina
I am running the following code in BPT: Dim strRefNum Datatable.Import("Z:\\color.xls") strRefNum = DataTable.Value("Color") msgbox "1 " & strRefNum strRefNum = DataTable.Value("Color", dtGlobalSheet) msgbox "2 " & strRefNum For the above code the first messag...
0
1
129
asked 12 years ago by pavelshainsky
updated 12 years ago by bubblehead712
We have UFT 11.51 Build 1267 and QC11 patch 12. Sometimes after we save new tests in Quality Center, when we try to modify the existing tests we get "Sequence Contains more than one matching element" Error. Has anyone seen this before?
2
1
85
asked 12 years ago by neena
updated 12 years ago by bubblehead712
I am getting the following error. [Window Title] Windows Installer [Main Instruction] The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program ...
2
1
72
asked 12 years ago by neena
updated 12 years ago by bubblehead712
I have been looking thru QTP documentation to find out how to extract variables from PageDOM. The way to access the object in jQuery is as follows : $(s) If you wanted to access a variable of s object, you would do, for example: $(s).pageName or $(s).channel On this page I tried below but looks like...