Search Tutorials


Top Tosca Testing Tool (2024) Interview Questions | JavaInUse

Tosca Interview Questions


In this post we will look at Tosca Testing Tool Interview questions. Examples are provided with explanation.


Q: What is Tosca Testsuite?
A:
Tosca Testsuite is a software tool for the automated execution of functional and regression software testing. In addition to test automation functions, TOSCA includes integrated test management, a graphical user interface (GUI), a command line interface (CLI) and an application programming interface (API).

Q: What are the advantages of using Tosca Testsuite?
A:
The Advantages of using Tosca are as follows-
  • Script less automation.
  • Easy to learn, so you can train your team within very less time compared to QTP/UFT and selenium. So you can start automation very early.
  • Model based automation, you do not need to write framework for this. It is already present.
  • Reusability of assets and copy-paste features for test cases and modules.
  • Test management and manual testing is also present.
  • Can be integrated with HP ALM, can run selenium scripts.
  • Mass updates - Tosca provides its own query language same as SQL called as TQL. you can change many test cased together using this.
Q: How to run Tests using ExecutionLists?
A:
ExecutionLists can be executed by selecting either the option Run from the context menu or by pressing the F6 key in the Execution section. If you would like to run more than one ExecutionList, select the ExecutionLists of your choice using Ctrl + left mouse button. Before you run ExecutionLists, please make sure that the test object is either started already or will be started by the first TestCase.

Q: How to run Tests using ScratchBook?
A:
Unlike the focus of an ExecutionList, the focus of the ScratchBook is a temporary arrangement and execution of TestCases while creating TestCases. In addition, you can also perform partial test executions by running only individual TestSteps. The ScratchBook enables you to combine various TestCases, TestSteps or test folders and execute them. However, the TestCases compilation and the execution results will NOT be saved. The ScratchBook should therefore only be considered as a temporary assistance for executing TestCase parts while building TestCases.


Q: What are the error types in Tosca?
A:
In the handling of errors and exceptions, Tosca differentiates between three types of errors:
  • Verification-Failure: verification does not provide the expected results (e.g. an invoice total differs from the TestCase definition).
  • Dialog-Failure: the application wants to steer a control which does either not exist or is not in an operational state. Application errors like crashes or jams (i.e. if the application is not responding) also belong to this category.
  • User Abort: Abort of the test execution by the user.

Q: How to fetch Test data from Excel using TOSCA ?
A:
This can be done in 2 ways-
  • Case 1: For a single test scenario which has to be tested against different datasets, we can make use of TemplateInstances, Using this we created the required test case using the data set. Then we import the excel data and use it in the Test Cases.
  • Case 2: If the data to be imported from external sources is to be used for different test cases then we can use the common modules provided by Tricentis along with standard TOSCA installation under the name Excel Engine


Q: Explain the use of ScratchBook in TOSCA ?
A:
ScratchBook in TOSCA provides temporary assistance to develop Test Cases while executing TestCase. ScratchBook also facilitates temporary arrangement and execution of TestCases, so several TestCases, TestSteps or test folders could be arranged together in any required order and can be executed in ScratchBook.

Q: What are different modules in TOSCA ?
A:
The different modules are-
  • Tosca Commander
  • Tosca Executor
  • Tosca Wizard
  • Test Repository

Tosca Interview Questions
Q: Can we launch multiple browsers in TOSCA? ?
A:
Multiple Browsers cannot be launched with TOSCA. But we can achieve cross browser execution. For using cross browser execution
  • A Test Configuration Parameter "Browser" should be created either at TestCase or its Parent Levels.
  • We can select vaue as InternetExplorer, Firefox, Chrome.
  • The respective browsers will trigger executions.

See Also

Spring Batch Interview Questions Apache Camel Interview Questions JBoss Fuse Interview Questions Drools Interview Questions Java 8 Interview Questions