Forum Discussion

rajesh_makiredd's avatar
rajesh_makiredd
Occasional Contributor
10 years ago

How to change the tree model

Hi,



Previously we are using DOM(Web testing model) for web application testing and executed in IE only. Now we want to test it in multiple browsers(cross browser testing) ,  

But Tree model is the best model for cross browser testing. So is there any way to change my script from DOM model to Tree model..Please suggest us..



Thanks in advance.

1 Reply

  • TanyaYatskovska's avatar
    TanyaYatskovska
    SmartBear Alumni (Retired)


    Hi Rajesh,


     


    The models are completely different. Modifying the current tests can take much time. You will have to record the tests anew.


     


    Using the Tree model is much easier for the cross-browser testing. However, you can use the DOM model to execute tests in different browsers. You will need to modify/create tests for the each browser, though.