I am attempting to create a very large response map table. The problem I am having is the time it takes for iTest to map the table initially and every time I attempt to work with the associated response. It also has a tendency to lock up iTest as well. I have increased the memory in my iTest.ini file to 2048, which helped to a certain extent.
Here is what I am trying to accomplish:
I have two large tables (table_a and table_b)
I would like to iterate through each row in table_a and assign to a variable (row_n)
Then I would like to iterate through each row in table_b to see if I find a match for row_n.
I was hoping to do this using row queries from a response table map but I may have to find another way. Any help would be appreciated.