Test Action iterations
Question ID: 108783
1
0

I have 3 actions:

– Login
– DataEntry
– DataChecker

For the DataEntry action, I have multiple rows of data in the Global DataTable and I want it to run the action for each row.

Rather than running all rows, it is only running the first row then going on to the DataChecker action. I need all the rows run first before going to DataChecker.

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on December 26, 2018 8:51 pm
29 views
Answers (1)
1
Private answer

The GlobalDataTable is for test iterations. Each Action has it's own DataTable. You should move your data from the GlobalDataTable to the DataEntry DataTable. That should get all your rows run in the DataEntry action before moving on to DataChecker.

Here's some [helpful information][1] from Micro Focus.

[1]:https://admhelp.microfocus.com/uft/en/14.51/UFT_Help/Content/User_Guide/Data_Pane_Overview_GUI.htm

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on December 26, 2018 8:51 pm
0
Moving the data made my test run as expected. Thanks!
( at December 26, 2018 8:52 pm)
EyeOnTesting

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

X
Scroll to Top