PTF test: Radio Button action not working
Peoplesoft Test Framework (PTF)
In one of my PTF tests, I have to set a value for a radio button object. It does not work. I have tried several forms of Radio commands that the doc says will set the value.
1. Radio.Set_Value Name=<object name from Message tool> <value>
2. Radio.Exists Name=<object name from Message tool>; value=<value>
3. Radio.Set_Value id=<object id from Message tool> <value>
We are using PTF ver. 8.51.25.
This is holding up a lot of tests, so any help will be appreciated.
- Amit