Could you plz help me with setting a boolean value for a RadioButtontest er.Checked,
E.g. objRadioButtonT etser.Checked=T rue.
Though I am not getting an error with this statement in my code, the value is not set..
When I check It with AssertEquals(Tr ue,objRadioButt onTetser.Checke d)
the test case fails
E.g. objRadioButtonT etser.Checked=T rue.
Though I am not getting an error with this statement in my code, the value is not set..
When I check It with AssertEquals(Tr ue,objRadioButt onTetser.Checke d)
the test case fails
Comment