Votes
Answers
Views
Question
4
1
31
We've been using the UFT data for a long time with no problems. Now, with UFT 15.x, the new DataTable format is messing up our existing tests. For example, Entering a large number the DataTable converts it to scientific notation vs treating it as a string: 123456789101234 becomes 1.234E+14 Dates are...
2
1
237
Tags:
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.
0
1
50
We are seeing additional columns being created in our DataTable after upgrading to UFT 14.50. After the update, we are experiencing additional columns in Data sheet that were not introduced there. I have checked it on my laptop, as well as two new ones in our dept. Software configurations on which t...
2
1
195
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...
0
1
48
I'm not able to access my datatable by using the sheet id for some BPT components I have.
2
1
117
I was running my UFT test with 3 rows of data in the DataTable. I deleted all the rows and UFT is still iterating 3 times even though the DataTable is now empty.
1
1
79
asked 8 years ago by neena
updated 8 years ago by bubblehead712
I'm getting this error when attempting to attach a xls or xlsx: ... HP Unified Functional Testing ... [ALM\\Resources] Resources\\BlueBell\\Datatables\\Users You do not have write permissions for this file. ... Changes you make to this file will not be saved. ... OK ...
2
1
322
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
1
112
After importing an .xls sheet into the datatable, the cells with references to other cells become corrupted and show #REF instead of the data we need. Is there any way to fix this?