In general, template is nothing but something in standard format. In TOSCA TestSuite, we can convert test case to template so that it can be used for various data combinations. Template can use test data from test data sheet.
Monday, 27 May 2024
Wednesday, 15 May 2024
Anchor Controls
Anchors are controls that work as positional reference, providing context or information about the location of the control you want to identify.
For example, if you copy the text displayed in a Label close to a Textbox to transfer it into the Textbox itself, Tosca first searches for the anchor control (the Label) and then uses its identification criteria as a reference to find, interact with, and identify the selected control (the Textbox).
Relative algorithm :
Monday, 6 May 2024
Explain Tosca test configuration parameters?
Explain Tosca test configuration parameters?
Tosca Test Configuration Parameters (TCPs) are used to parameterize test data for configuration-related activities. They can be applied across the entire test suite and include both in-built TCPs and user-defined TCPs for various objects within the Tosca project structure.
What is Tosca WebAccess?
What is Tosca WebAccess?
Tosca WebAccess is a web interface that allows users to access workspaces through web browsers without requiring the installation of Tricentis Tosca Commander. The data of workspaces is stored on the workspace server system, and users can access it using client browsers.
Describe the organizational units of testing procedures in Tricentis Tosca?
Automated testing in TOSCA is structured into the following organizational units:
- Planning
- Specification
- Execution
- Logging
- Analysis