Executing same test case multiple times

Technology specific object identification, supported applications, web technologies, and 3rd party controls.
Rakesh123
Posts: 72
Joined: Thu Oct 28, 2010 2:18 pm

Executing same test case multiple times

Post by Rakesh123 » Tue May 16, 2017 2:00 pm

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

krstcs
Posts: 2683
Joined: Tue Feb 07, 2012 4:14 pm
Location: Austin, Texas, USA

Re: Executing same test case multiple times

Post by krstcs » Tue May 16, 2017 11:39 pm

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.
Shortcuts usually aren't...