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 >.
Hi,
We have a top level test which executes multiple tests.
Currently, we generate reports manually from 'test shell -> View Reports' after the test executaion.
We want to automate in creating the report once the test is finished, How can we achieve this please?
Thanks & Regards,
Raj.
Answer by Natti Katz · Jan 09 at 01:01 PM
you can pull reports by visiting the URL of a test, passing in the execution id
sample URL of test report:
http://<QUALI_SERVER>/Test/Report?reportId=<EXECUTION_ID>
example:
http://qs-il-lt-nattik/Test/Report?reportId=1a21798c-9d35-4d8a-960f-cbcef05156e8
as this URL is composed of the execution id, you can make an http request to this URL after being passed the execution id to pull down that report.
execution id is available as reserved variable inside testshell:
{executionDetails.ExecutionId}
the main test can't pull it's own report while it's running, but if you are calling sub tests, you can have main test pull those reports after test is done executing.
Answer by Rajasekaran veerichetti · Jan 11 at 11:00 AM
Hi Natti,
Thanks for your response.
We are running the tests from Testshell Studio on a different machine rather than server and not also not via Job Scheduler.
So where is the test report kept in the local machine please and how to access it from Test while running?
When tried to do Execution Query with Server option via Testshell studio, it say's 'no matching results found'. It looks like the report is only in the client machine.
Thanks & Regards,
Raj.
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.
Plotting graphs in Studio 3 Answers
Using pattern set 1 Answer
Remove multiple columns by column headers 1 Answer
How do I escape a single quote? 1 Answer