Page 1 of 1

Invoke Action and Checkbox

Posted: Tue Mar 19, 2013 10:16 am
by dkohlenberg
Hello,

if i use the invoke Action with "check" or "unchek" parameters, the checkbox values in the screen are ok. If i use then the Save Button of the screen, the values of the invoke action are lost. If i set the check box with mouse clicks, the values will be saved.

What is wrong ?

Re: Invoke Action and Checkbox

Posted: Tue Mar 19, 2013 4:10 pm
by Ciege
Which invoke action do you speak of? Are you just manually setting the checked value of the checkbox through code? If so, it could be that your AUT expects a user/mouse action of an actual click to trigger some sort of fire event. Manually setting the checked value will not trigger this event. So if you want to manually set the checked value, you will need to fire the event yourself so that the AUT behaves properly.