I am using IBM Mobile Test Workbench for automated testing of an hybrid application. Application is built using IBM worklight 6.1.
I set up the workbench environment. Recorded few of test cases using an ios device(version 6.0). I was able to generate reports for them. It was going fine until I tested a page which has a drop down.
When I recorded that page(which has a drop down), workbench successfully recorded all the steps. But when i tried to playback on the device. It failed!
Here are the recorded steps:
- Click On Jquery select menu whose content is 'XYZ'
- Set Row to 3 in component 1 in PickerView
- Click item at position 2 in Table View
Errors I am getting while playing back this recorded test:
- Set Row to 3 in component 1 in PickerView - Unable To Find an Object of type UIPickerView
- Click item at position 2 in Table View - Unable To Find an Object of type UITableView