Votes
Answers
Views
Question
2
1
55
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
1
79
I don't want to store my temporary results in the default location (C:\\\\TEMP\\\\TempResults). I want to use a different location. Is there a way to permanently change the default location so I don't have to type in a new location every time I run a test?
2
1
267
We're storing our test resources (function libraries, etc) in Sharepoint, but QTP has trouble accessing these files. Does anyone know how to get QTP to work with files stored in Sharepoint?
6
1
241
asked 12 years ago by gizmo
updated 12 years ago by DavidMofOSI
I am using LR 11.5 .when I try to record a https web application ,vugen is not recording actions when submitting login credentials.
5
1
84
asked 12 years ago by gizmo
updated 12 years ago by jeffrey-gardner-1
Using LR 11.5 Web HTTP/HTML protocol throws a correlation error for Dates. Please help if you know how to resolve this issue.
2
1
170
I cannot get a tooltip text from Quick test since it pops up and can't spy on object.
3
1
131
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
I would like to be able to email screenshot files and other information from QuickTest when the script is running. I don't see any menu item in QTP to do this.
2
1
130
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
Is there a way in QTP to search the inbox of Outlook for a specific e-mail? Once found, is there a way to view the attachments?
2
3
83
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...