Page 1 of 1

Module variables gets unbinded

Posted: Tue Feb 16, 2016 9:53 am
by sivakumaran
Hello Ranorex group,

there is a global parameter called ui language.
This ui language I configure it English US or German, So I want to run my test suite for multiple languages.
this parameter I want to pass it down to my tests.

so I bind this global parameter to the module variable for each of my recording module
and use this module variable inside the test.
sometimes this module variable is getting unbinded from the global parameter.

Did someone had a similar experience?
Can some body help me out to resolve this issue?

regards, Siva

Re: Module variables gets unbinded

Posted: Wed Feb 17, 2016 9:03 am
by odklizec
Hi Siva,

I believe you already posted about problem like this in the past? As I mentioned in my answer to your previous post, it's definitely not normal behavior. Unfortunately, there is not enough information about your solution (its structure), Ranorex version, etc. So there is not much we can do for you.

Please answer the requested details from previous post and eventually, post the problematic solution. If you can't/don' t want to post it publicly, send it to [email protected] along with detailed description of your problem.

Re: Module variables gets unbinded

Posted: Thu Feb 18, 2016 11:54 am
by Fergal
sivakumaran wrote:...Did someone had a similar experience?...
I have a small Ranorex solution with 4 TCs (each containing a number of modules). Three of those TCs contain variables that are bound to data in a simple data table. I ran the solution a few days ago and everything worked perfectly.

Yesterday, I opened the solution and was surprised to see that in all of the modules which contained variables, those variables were unbound. There wasn't one single variable which was bound and I had to bind the data again in every module .

I have no idea why the data bindings were suddenly lost, as I made no deliberate changes to the test suite, since the previous time the tests ran successfully. This wasn't a problem as it occurred in a small solution, however it would be inconvenient if it happened in a large solution, with lots of bound variables.

The solution is on Tortoise SVN (the SVN log confirms that no one else worked on it at the time of the error). [Ranorex 5.4.4 on Windows 7]

Re: Module variables gets unbinded

Posted: Fri Feb 19, 2016 12:14 pm
by Support Team
Hello Fergal,

Unfortunately, we are not aware of any similar issues at the moment.
May I ask if the issue is reproducible with your Ranorex Solution?
If yes, it would be great if you could upload or send the compressed Ranorex Solution to [email protected].

Thank you in advance.

Sincerely,
Johannes

Re: Module variables gets unbinded

Posted: Mon Feb 22, 2016 5:48 pm
by Fergal
Thanks Johannes.
Support Team wrote:...May I ask if the issue is reproducible with your Ranorex Solution?...
No, it hasn't happened since and I don't know of anything specific that caused it. It wasn't a significant issue and I only posted about it in response to Siva's question.

Thanks again!