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 are looking for any useful cases(situation) using INSPECT and VALIDATE functions of GUI Automator.
What kinds of situation is better for using INSPECT or VALIDATE ?
Answer by Yaniv Kalsky · Jul 05, 2013 at 08:27 AM
The Inspect tool will allow you to extract some data from a GUI element (image, table, tree, html, etc.) and then you can use it in your test. For example: converting an html table to a matrix that you can then further analyze).
The Validate tool will usually be used to define a criteria on a GUI element (the tool will have a only one result - True or False, but will not set a Pass or Fail status for the test). This tool can help you validate if an element exists or not, or if one of its properties has a certain value (for example: validate that a button has the correct text).
So basically whenever you need to get information from the GUI and continue working on that value- you'll use the Inspect tool. If you just need to check if something exist or not on the GUI before you continue to a next step or if it has the expected values in it - you will use the Validate tool.
Hello,
Thank you for the detail explanation.
Regards,
Hidemi Ogura, SQC Inc.
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.
How to merge a Vector variable into Scalar? 4 Answers
Plotting graphs in Studio 3 Answers
How to skip an iteration in a loop? 2 Answers
Multiple actions on IF command in matshell 1 Answer
How user should change IxLoad attributes 3 Answers