Forum Discussion

aaraya's avatar
13 years ago

Combinations of Data Source Loops

Hi Guys,
I have a question about combinations of loops. I need to automate one history method, for this test I have 2 tables (Players and Games). I need to get the history of all games for each player stored on the DB.
Players Games
aarara1 game1
aaraya2 game2
aaraya3 game3
I created 1 datasource for players and other for games. Then I created a Data Source Loop for players and other for games but I could not find the way to combinate the 2 loops to get the history of all games for each player stored on the DB.
My idea was to run the test with the following data
aaraya1 game1
aaraya1 game2
aaraya1 game3
aaraya2 game1
aaraya2 game2
aaraya2 game3
aaraya3 game1
aaraya3 game2
aaraya3 game3
No RepliesBe the first to reply