Votes
Answers
Views
Question
1
vote
2
answers
1005
views
asked 14 years ago by
updated 12 years ago by
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 ...
2
votes
1
answer
280
views
asked 10 years ago by
updated 10 years ago by
My scripts update data in my DataTable, and I want to upload those changes to ALM so other scripts can use the changed data. I can't seem to figure out how to do that.
2
votes
1
answer
223
views
asked 3 years ago by
updated 3 years ago by
Category: Test Automation
We've upgraded from 14.53 to 15.01. This code worked in 14.53 without any problem: DataTable("dtStart",GlobalSheet) = "2/5/2019 02:58:26" in 15.0.1 it does not work anymore and we have not been able to determine why.
11
votes
3
answers
182
views
asked 15 years ago by
updated 15 years ago by
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(&...
2
votes
1
answer
154
views
asked 6 years ago by
updated 6 years ago by
Using the below code I am trying to import an Excel spreadsheet into UFT datatable. My Excel spreadsheet only has one worksheet called "TestData". Only thing is, instead of importing into the DataTable sheet called "TestData", it always goes into the GlobalSheet instead of my TestDat...
7
votes
2
answers
147
views
asked 14 years ago by
updated 14 years ago by
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...
1
vote
1
answer
134
views
asked 11 years ago by
updated 11 years ago by
I need to understand the proper syntax for retrieving the value of a cell from a specific column and row of a DataTable that has been populated from a comma-delimited file. I found some sample code from a QTP source online, but when I execute it, I get the following run-time error: "Type mismatc...
5
votes
1
answer
123
views
asked 11 years ago by
updated 11 years ago by
I have been wondering if there is a limit to the number of datatable sheets in QTP/UFT.
8
votes
2
answers
121
views
asked 14 years ago by
updated 13 years ago by
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.
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top