What is the Maximum number of sheets can be added to QTP/UFT ?
Question ID: 105117
2
0

I have been wondering if there is a limit to the number of datatable sheets in QTP/UFT.

Marked as spam
Posted by (Questions: 2, Answers: 98)
Asked on September 6, 2013 4:36 pm
123 views
Answers (1)
3
Private answer

Ran the following script in QTP 11 and UFT 11.52 and it stopped trying to create table 255. So if you add action 1 and Global you are limited to 256.



For x = 1 to 500 
     print x
    datatable.addsheet (''Sheet'' & x)
Next

So if you add action 1 and Global you are limited to 256.

Marked as spam
Posted by (Questions: 2, Answers: 98)
Answered on September 6, 2013 4:38 pm
EyeOnTesting

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

X
Scroll to Top