Search found 2 matches

by mkendallm
Thu Oct 26, 2017 10:15 pm
Forum: General Questions
Topic: Iterate only modules within a test case
Replies: 6
Views: 2185

Re: Iterate only modules within a test case

Hey KevinKevin, Inside the test suite you can have smart folders, and test cases. Both can have data sources attached to them, and they will iterate everything inside once for every row of the data source. There is a requirement that each user code module, or recording module must have a test case a...
by mkendallm
Tue Aug 16, 2016 7:53 pm
Forum: Automation Discussions
Topic: Move Selenium scripts to Ranorex
Replies: 4
Views: 4493

Re: Move Selenium scripts to Ranorex

I have successfully ported other selenium automation into Ranorex, but the biggest issue that I see is your tests are Java, and either JUnit or TestNG as exported by the selenium IDE in Firefox. There is hope here because the syntax of the Java is very similar to the C# code, and JUnit or TestNG mak...