InterviewSolution
Saved Bookmarks
| 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:
|
|