Page 1 of 1

Browser Datatable

Posted: Wed Feb 04, 2015 6:49 pm
by andrefelipe
When using an old version of Ranorex, the cross browser testing was different. Let me explain

If we create a simple datatable and insert 3 rows, one for each browser with the name of BrowserName, sometime ago, Ranorex would run the entire test solution 1 time for each row in this column, but now it's openin all 3 browsers at the same time.

How can I fix this without User code ?

I hope that I made it "clear".
Thanks in advance.

Re: Browser Datatable

Posted: Thu Feb 05, 2015 3:53 pm
by krstcs
Please provide more information:

1. What version of Ranorex are you using?
2. What Windows version are you using?

Also, please provide more details about what the problem is and the structure of your test.

My guess would be that the structure of your test changed, or that you somehow turned off a testcase somewhere, but without seeing it that is all I can do.

Re: Browser Datatable

Posted: Fri Feb 06, 2015 11:24 am
by andrefelipe
Reinstalled Ranorex, and it's working again. I don't know what happened, probably because I installed VS2013 after installin Ranorex, so I've found a .NET 1.1 application "problem" aswell, but eveythin is fine now.

Thank!