测试Siebel Application的一些问题
1. The most problematic thing that I faced was intermittent errors when the object is not on the screen. Once, it took me over 30 odd runs of the same script to figure out that this issue was mainly due to object not being visible on the current view of the page. Finally by increasing the resolution we were able to resovle it.
2. Another issue was searching sub-children in the list applet as we had to expand every node and then search for the value. The same is the issue when searching for a value. We were able to do it with a loop but the performance was poor and there was no option to fix it also.
3. One more issue was working with child items of the list applet as these don't get added to the OR directly and we had to manually define these objects. Moreover, because if the CAS API, we cannot use Description Programming when working with the List applet.
4. Another issue was with modal dialog boxs where clicking on a button doesn't return the control back to the script and causes a timeout error. For this we had found two resolutions, one was to use the object as Web Test Object instead of a Siebel object and other was to click on the object using DeviceReplay.

浙公网安备 33010602011771号