Votes
Answers
Views
Question
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
131
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
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
2
214
asked 12 years ago by kaptainkayoss
updated 11 years ago by avinash106657
I want to be able to work with a table object in my application, but it is being seen only as a WinObject (probably due to a 3rd party toolset being used). I've been using low-level, but is there anyway to teach QTP how to work with it as in row/column like other tables?
1
2
76
asked 12 years ago by chrisb
updated 12 years ago by bubblehead712
I'm working on a project that has around 300 function libraries. They're all located on the C drive of the automation host. Those libraries used to be associated "statically" to each test (we don't do this manually, of course, we use Test Design Studio). We're currently trying to move away f...
0
2
95
asked 12 years ago by darrel
updated 12 years ago by sandeepmoras
11
3
68
asked 12 years ago by myotherme
updated 12 years ago by pavelshainsky
In Quality Center, I click the Test Script tab but I don't see any QTP scripts. What do I need to do?
5
1
33
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
I'm trying to figure out a way that I can write my own status messages outside of using the QTP Report object. I don't need the status information part of the report. I wanted to make notes of what part of the script was being tested and maybe some data that is being used in the test.