Forum Discussion

sbharath0490's avatar
sbharath0490
New Contributor
9 years ago

Running TC scripts on multiple browsers without locally installing browsers.

Hi All,

 

Could you please let me know the procedure for Running test complete scripts on multiple browsers[i.e. IE 9,10,11] without installing them locally.

 

Is there any way to do this task. 

 

Thanks,

Bharath

9 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    TestComplete interacts with the UI of the Web Browser when executing many test cases. To run the scripts on IE 9, that browser needs to be installed on the machine that is running the scripts and the same for the other browser versions. 

     

    I believe there are a number of tools and utilities that can be installed on your test machine to support multiple versions of a browser at a time. Depending on your need, different tools may be necessary.

    • sbharath0490's avatar
      sbharath0490
      New Contributor

      Thanks for reply,

       

      So can I use VM ware for installing multiple browsers and need to Install TC also in VM's and get the access through Remote desktop.

       

      Thanks,

      Bharath

       

       

       

       

       

      • tristaanogre's avatar
        tristaanogre
        Esteemed Contributor

        Yup. Although, if you have installation licenses for TestExecute that you can put on the VM's, that would be better than installing the full TestComplete application on those VM's. You can then write your automation tests to run on a different browser based upon the environment if need be.