agvillamizar
12 years agoNew Contributor
Passing parameters to a Query in a keyword test.
Hello
I need some help with keyword testing.
I have a table with some fields and i need to compare it with another table with the same fields. I need to find the differences between each field of both tables.
I created a driven data loop with a custom query for iterate the first table but i need to pass some parameters to the query.
Select* from table where date between :param1 and :param2
how can i pass those parameters to the query in a keyword test?
i tried to concatenate the query but i was incapable of return the name of columns when i try to get the values from the tables
Really thank you for the help
I need some help with keyword testing.
I have a table with some fields and i need to compare it with another table with the same fields. I need to find the differences between each field of both tables.
I created a driven data loop with a custom query for iterate the first table but i need to pass some parameters to the query.
Select* from table where date between :param1 and :param2
how can i pass those parameters to the query in a keyword test?
i tried to concatenate the query but i was incapable of return the name of columns when i try to get the values from the tables
Really thank you for the help