Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

Tricentis Tosca Interview Questions and Answers(A+ Solution guide)

Rating
-
Sold
-
Pages
5
Grade
A+
Uploaded on
10-10-2024
Written in
2024/2025

Explain string operation in tosca testsuite. - ️️used to modify strings through regular expressions. To perform string operations, you should download and import the AidPack module to your project. State the difference between Selenium & Tosca - ️️Selenium: free to use No built in reporting API testing is not possible Tosca: Paid & licensed automation tool. Reporting capabilities are inter grated into tosca. API Testing is possible. Tell me about yourself - ️️My name is Samuel Fernandez. Im an automation engineer with a focus on Tricentis Tosca. I've been working in the IT industry for 5 years and have spent the last 4 years in Test Automation. In my career, I've participated in 3 Tosca projects. The last project was with Amazon where we automated the testing for a Lease Management application called Tririga. and By the end of this project, we automated a total of 300 test cases and reduced their testing cycles from 1 month down to 1 day. What are the features of Tricentis Tosca? - ️️Some features are the ability to test faster and more effectively by running multiple tests across virtual machines. List out the main components of Tosca TestSuite - ️️Tosca Commander Tosca Executer Tosca Xscan Test Respository What are the benefits of using Tosca as a test automation tool? - ️️Available at a reasonable cost All-in-one tool features like support model-based and risk-based testing. What are different types of errors that are available in tosca? - ️️Verification failure User abort Dialog-failure Explain how to run/execute tests using execution lists? - ️️Right click on each selected test case and select run.Explain how to run/execute tests using Tosca Scratchbook? - ️️Right click on the test case and click run in scratch book. Explain how to perform API testing in tosca? - ️️API Services: Determine the API details and functionality for automation API Scan: After scanning the API for a specific system, the API scan feature allows you to create tosca modules. Create test Case: Create test case Run: Execute tests & share reports with stack holders. How do you create a test sheet? - ️️Right click on the folder where you'd like to create a test sheet. Select create test sheet. Specify the name of your test sheet. What does XL reference contain in tosca? - ️️The XL reference contains instances or instance names. What are web services in Tosca? - ️️Tosca Webservice Engine 3.0. used to manage/control web services. Explain the importance of Tosca API Scan. - ️️allows developers with a no-code solution that makes it easy to create, manage and execute automated API tests. Explain TCShell - ️️provides access to most of Tosca commander's functionality. Explain how Model-based & Risk-based testing are supported by Tosca. - ️️Modelbased testing: Tricentis Tosca uses model-based testing instead of scripting for automation testing. This involves creating a model of the AUI (Application Under Test). A model (the lego blocks can be combined and reused across your tests) can be used to represent the intended behaviour of an AUT, as well as the testing strategy and the test environment. It is a simple and codeless approach that is easy for anyone to understand and use. Whenever a change is made to an application (e.g., adding or removing a field), you need only update the module once. These changes will be synchronized across all of the impacted test cases, saving you time and effort. Risk-based testing: In the blink of an eye, defect-filled product releases can disrupt your business processes and damage your brand and customer trust. The problem is, traditional test approaches don't measure business risk as much as they focus on checking the total number of test cases run. The problem can be solved with Toca'srisk-based test optimization, which maximizes the risk coverage while minimizing effort. Using this approach, you can reduce the number of tests you don't need by 40%, while increasing your application's risk coverage by 90% or more. In addition, you are able to identify which business-critical functions were successful or failed, enabling you to make faster and better decisions throughout the release cycle. As you can see in the below diagram, traditional testing approaches only cover 20% of risks and focus on the overall number of test cases run. In contrast, with risk-based testing, the goal is to maximize risk coverage and minimize testing and therefore risk coverage is 80%. What are the different business parameters in Tosca? - ️️The reusable TestStepBlock usually consists of TestSteps that can be reused in a number of TestCases, meaning you don't have to rewrite as much code. In Reusable TestStepBlocks, business parameters display an overview of crucial business information. Business parameters can be used to set or pass dynamic values in test step blocks. You can create it simply by right-clicking on Reusable TestStep Block and choosing business parameters from the context menu. Explain how you check whether a file exists or not in a specific directory in Tosca. - ️️Tbix file existence Directory: location of file that needs to be verified File: Name of the file that needs to be verified Steps to perform Tosca Connect and HP ALM integration. - ️️Download and Install ALM Rest API Install task-top on a test system using license key Synchronize Test cases from Tosca to HP ALM's Test Plan Module. Sync Tosca execution lists from HP ALM's test lab modules. Sync Tosca execution entry & latest test results with HP ALM's Test Lab/ Test Run Modules.

Show more Read less
Institution
Tricentis Tosca
Course
Tricentis Tosca

Content preview

Tricentis Tosca Interview Questions
Explain string operation in tosca testsuite. - ✔️✔️used to modify strings through regular
expressions.
To perform string operations, you should download and import the AidPack module to
your project.


State the difference between Selenium & Tosca - ✔️✔️Selenium: free to use
No built in reporting
API testing is not possible

Tosca: Paid & licensed automation tool.
Reporting capabilities are inter grated into tosca.
API Testing is possible.

Tell me about yourself - ✔️✔️My name is Samuel Fernandez. Im an automation
engineer with a focus on Tricentis Tosca. I've been working in the IT industry for 5 years
and have spent the last 4 years in Test Automation. In my career, I've participated in 3
Tosca projects. The last project was with Amazon where we automated the testing for a
Lease Management application called Tririga. and By the end of this project, we
automated a total of 300 test cases and reduced their testing cycles from 1 month down
to 1 day.

What are the features of Tricentis Tosca? - ✔️✔️Some features are the ability to test
faster and more effectively by running multiple tests across virtual machines.

List out the main components of Tosca TestSuite - ✔️✔️Tosca Commander
Tosca Executer
Tosca Xscan
Test Respository

What are the benefits of using Tosca as a test automation tool? - ✔️✔️Available at a
reasonable cost
All-in-one tool features like support model-based and risk-based testing.

What are different types of errors that are available in tosca? - ✔️✔️Verification failure
User abort
Dialog-failure

Explain how to run/execute tests using execution lists? - ✔️✔️Right click on each
selected test case and select run.

, Explain how to run/execute tests using Tosca Scratchbook? - ✔️✔️Right click on the
test case and click run in scratch book.

Explain how to perform API testing in tosca? - ✔️✔️API Services: Determine the API
details and functionality for automation

API Scan: After scanning the API for a specific system, the API scan feature allows you
to create tosca modules.

Create test Case: Create test case

Run: Execute tests & share reports with stack holders.


How do you create a test sheet? - ✔️✔️Right click on the folder where you'd like to
create a test sheet.

Select create test sheet.

Specify the name of your test sheet.

What does XL reference contain in tosca? - ✔️✔️The XL reference contains instances
or instance names.

What are web services in Tosca? - ✔️✔️Tosca Webservice Engine 3.0.
used to manage/control web services.

Explain the importance of Tosca API Scan. - ✔️✔️allows developers with a no-code
solution that makes it easy to create, manage and execute automated API tests.

Explain TCShell - ✔️✔️provides access to most of Tosca commander's functionality.

Explain how Model-based & Risk-based testing are supported by Tosca. - ✔️✔️Model-
based testing: Tricentis Tosca uses model-based testing instead of scripting for
automation testing. This involves creating a model of the AUI (Application Under Test).
A model (the lego blocks can be combined and reused across your tests) can be used
to represent the intended behaviour of an AUT, as well as the testing strategy and the
test environment. It is a simple and codeless approach that is easy for anyone to
understand and use. Whenever a change is made to an application (e.g., adding or
removing a field), you need only update the module once. These changes will be
synchronized across all of the impacted test cases, saving you time and effort.
Risk-based testing: In the blink of an eye, defect-filled product releases can disrupt your
business processes and damage your brand and customer trust. The problem is,
traditional test approaches don't measure business risk as much as they focus on
checking the total number of test cases run. The problem can be solved with Toca's

Written for

Institution
Tricentis Tosca
Course
Tricentis Tosca

Document information

Uploaded on
October 10, 2024
Number of pages
5
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers
$8.89
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
Brainarium Delaware State University
View profile
Follow You need to be logged in order to follow users or courses
Sold
1888
Member since
2 year
Number of followers
1044
Documents
22740
Last sold
20 hours ago

3.8

326 reviews

5
151
4
62
3
55
2
16
1
42

Trending documents

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions