These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
VISIT OUR DIFFERENT FORUMS:
Announcements > | |
CloudShell > | TestShell > |
Developers > | BI (Business Inteligence) > |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide > | Configuration Management > |
Getting started with Shells > | Extending CloudShell with Cloud Providers > |
Getting started with Orchestration > | API Guide > |
To share your integration, follow the instructions in this guide >.
We got several questions about the custom error tool and how to properly use it.
To clarify the usage, we created a short tutorial and a test case:
Extract both tests to Tests folder and open Test 64.
The tests were generated on 5.1 patch 4 - available in the download center.
In this test, you enter a folder name to {folder} variable, and an error will occur if a file called "tal.example.zip" is missing from that folder.
If the error will generate, the Error Handler function will be launched and throw a message with the folder name.
Few things to note:
The error step - I used here a custom name error (I didn't select a preset error from the list - I simply typed "Missing File" in the error name.
I also included a description and a parameter.
I will be able to access those after the error occur, when I use lastError.Name
, lastError.Description
orlastError.Parameters
.
Error Handling page in Test 64 -
I created a custom handler that will trigger if the error is "Missing File"
The action will be to launch a EH test.
The EH test expects an IN parameter. I populate it with the error parameter I created.
lastError.Parameters is a 2 columns matrix of the parameters I defined in the Error step.
So I will use as input: {lastError.Parameters('FolderName',1)}
These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
Announcements | |
CloudShell | TestShell |
Developers | BI (Business Inteligence) |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide | Configuration Management |
Getting started with Shells | Extending CloudShell with Cloud Providers |
Getting started with Orchestration | API Guide |
To share your integration, follow the instructions in this guide.
Copying rules for TestShell items in Explorers
Integrate Jenkins with TestShell
TestShell Studio getting-started screencasts
Extract Lines with All Occurrences of a Sub-string using Transformation
API File System doesn't work properly
How to generate random number and write its result to excel? (v. 4.8)