Forum Discussion

k_venkata23's avatar
13 years ago

Cross browser testing

Hi,



I am using testComplete for web testing and I have developed scripts for my test cases which will work on the browser IE and firefox and I used Web testing Tree model is "Tag" and I have scripted as below.


obj = Page.WaitChild('INPUT', 200)


obj = Page.WaitChild('A', 200)


Now I want run the scripts on browser chrome, here I have the problem is the hierarchy of web page elements is displayed as Tree

object model in my object browser for chrome browser hence my scripts are failing.



Help me how to resolve the issue with minimal changes in the script...it's urgent.



Regards,

~k