Hi,
I am using Ranorex 3.0.2 and working on make modular recording to be recalled. I am running into some issues. I am making a lot of variables, but finding that within the same testcase I want the different instance of the same recording module to have different variables - is this possible?
Also, I need to fill variables with different data sources. The Name & Address type information is in a simple datatable but the meat of the test is from a SQL database. It only appears that I can set one data source per testcase.
In the current test I need to reuse the Name & Address type variables (they are unimportant for this test) for each loop and what the SQL database information is the meat. But I don't want to hardcode the variables in module because then I won't be able to reused the module for other tests where Name & Address are the meat.
Am I missing something? Is there another way to bind the variables besides a data source or hardcoding them?
Thanks