Page 1 of 1

Executing same test case multiple times

Posted: Tue May 16, 2017 2:00 pm
by Rakesh123
Hello Everyone,

I have a small issue with my automation requirement.

There is one test case which need to be executed multiple times & as the data need to pull from SQL Server database I cannot able to create any data connector.

So is there any way I can pull the data from database and bind those data to simple data table which I create for that particular test case

Thanks,
Rakesh

Re: Executing same test case multiple times

Posted: Tue May 16, 2017 11:39 pm
by krstcs
Ranorex has a SQL data connector specifically for this. You should use it. If you need help with it, the User Guide contains a complete example and walk through of how to connect to your database with the data connector.

I use this in almost every test and usually I have many of them in each test, it works great. But you do need to understand SQL Server, T-SQL, and relational databases in order to make it all work correctly.