1.

What are the ways we can use multiple browsers in Tosca for the same test case?

Answer»

In Tosca, we are not able to TRIGGER multiple browsers at once, but we can perform cross-browser execution. In order to automate TestCases with applications that have to RUN on different browsers, buffers can be used. The test configuration parameter can be changed at runtime using buffers, and the browser to be used can be specified using the TBox Set Buffer. The following STEPS need to be followed in order to perform cross-browser execution:   

  • Design a Test Configuration Parameter “Browser”.
  • Using the buffer, change the value of the Test Configuration Parameter to [B[Browser]].
  • Specify which browser should be used using the TBOX Set Buffer. Users have the option of selecting Internet Explorer, Firefox, CHROME, etc.
  • Executions will be TRIGGERED by individual browsers.


Discussion

No Comment Found