Andrew Sickorsky wrote: > Hello, Marc! > Checkbox was found, all steps passed, but... actually checkbox's state > doesn't change in application. And there was nothing in the logexcept > common information. DEBUG level log for this successfull step is below. > AFAIU all seems correct. all other steps finished successfully.
looks correct. Why do you mean that checkbox state doesn't change? Log seems to say that it has been checked. To "see" the current state of the page after the setCheckBox, you can try: <groovy> println step.context.currentResponse </groovy> If you submit the form, you can look at the sent request to see what is sent for your checkbox. Marc. -- Blog: http://mguillem.wordpress.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

