GlobalSheet datatable operations not working in UFT 15.01
Category:
Question ID: 109884
1
0

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.

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on October 26, 2020 5:08 pm
223 views
Answers (1)
1
Private answer

The code should be:

DataTable("dtStart", dtGlobalSheet) = "2/5/2019 02:58:26"

as per Help Center documentation. I have seen Micro Focus describe this as a "hidden bug" in earlier versions of UFT that has now been fixed.

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on October 26, 2020 5:10 pm
0
I've updated the code as you suggested and it now works. Thanks!
( at October 26, 2020 5:10 pm)
EyeOnTesting

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

X
Scroll to Top