Votes
Answers
Views
Question
10
2
134
asked 13 years ago by hank-the-hammer
updated 13 years ago by Michaeldx
Just ran QTP test with no problem and the HP run results viewer displays "Can't create data table". Does anybody know what is wrong
2
1
35
We are trying to move to Service test from Vugen for our Web Service scripting. We have not found an easier way to create parameters for our data arrays, except thru variables. Any suggestions?
0
1
34
asked 13 years ago by i-script
updated 13 years ago by bubblehead712
I am working with a powerbuilder application and I am moving from standard checkpoints to custom checkpoints. The custom checkpoint I am working on will pull all the information from a table in the application and store it in an excel spreadsheet. It will then compare the values in the application's...
1
1
49
I am currently working on a project that is uses the Powerbuilder to generate financial reports. These reports typically have subtotals throughout the report in addition to the grand total at the bottom of these reports. For the report that I am validating, the subtotals and grand totals cannot be s...
1
2
1142
Tags:
hello, Can someone provide a good example of when and how the globals.h file would be used? I've also been told that in order to create an effective data repository to be used across multiple scripts, yet another piece of software called HP VTS (Virtual Table Server) has to be utilized. Is this the ...
7
2
163
I am having a bit of an issue adding data to local sheet on my test. I am using the code datatable("A","Compare results")= currentlocation This is adding Currentlocation to my datatable named Compare results BUT when i run more then 1 iteration of the test it writes over each entry s...
8
2
144
asked 15 years ago by young-steve
updated 13 years ago by vivekjog
I am pulling data from a application and needing to save the data in to a Excel document. Currently I am loading the datatable one cell and row at a time. This is taking hours to run and I was wondering if anybody uses another method that might speed up this process.
11
3
203
I'm trying to use descriptive programming and a parameter from the local data table to click on a link. The descriptive I'm using is outertext and the outertext is stored as a parameter on the Local Data Table. This is what I have: Browser("title:=Browser").Page("title:=Page").Link(&...