During recording of automation, when selecting a parent from the drop down it was failing when playing back the test.
What was recorded from my step was: RadTreeView('ct100_firmComboBox_i0_firmTreeView'): 'SVAutomationVC' action -> 'Click'.
Eventually, before this step another step had to be entered to get this to work. This step was inserted before the click action: Scroll ListItem1 to top of window.
The test passed once this was inserted into the automation script.
Now, I am having issues with automating the selection of a child selection to this parent. At the drop down list the parent (SVAutomationVC) displays with '+' next to it. And once '+' is selected the user is able to view the child or children. When I record the steps of selecting the child and play back occurs it fails. I have tried to insert steps as done for the parent but nothing as worked.
I have attached my automation scripts and also a screen shot of how far the scripts take me in the application. Has anyone else had this problem or does anyone have an answer so that I can move past this point in my automation with a successful script?
What was recorded from my step was: RadTreeView('ct100_firmComboBox_i0_firmTreeView'): 'SVAutomationVC' action -> 'Click'.
Eventually, before this step another step had to be entered to get this to work. This step was inserted before the click action: Scroll ListItem1 to top of window.
The test passed once this was inserted into the automation script.
Now, I am having issues with automating the selection of a child selection to this parent. At the drop down list the parent (SVAutomationVC) displays with '+' next to it. And once '+' is selected the user is able to view the child or children. When I record the steps of selecting the child and play back occurs it fails. I have tried to insert steps as done for the parent but nothing as worked.
I have attached my automation scripts and also a screen shot of how far the scripts take me in the application. Has anyone else had this problem or does anyone have an answer so that I can move past this point in my automation with a successful script?