Support Team
- Total activity 870
- Last activity
- Member since
- Following 1 user
- Followed by 4 users
- Votes 6
- Subscriptions 475
Articles
Recent activity by Support Team-
What are some parameters that weigh in the calculation of test readiness?
Test Readiness is calculated based on consolidated intelligence in the Universe applicable for the given flow. The following parameters play a role in the calculation of readiness, with weights and...
-
What is the difference between Data Type and Data List?
Data Type represents a semantic definition of a data element which has a defined classification structure. For example, in your banking application, there could be different types of Accounts group...
-
How do I know whether a new screen in my application qualifies as a new Context or a new View for an existing Context?
Context represents a state of the test application. A UI based Context can be associated with one or more Views that capture the visual essence of the Context. Determining when to mark something as...
-
Why does the System warn when the number of Views for a Context exceeds 10?
View refers to the visual representation of a UI Context. It allows offline interaction with application screen and various other analysis use cases in ACCELQ. A Context may have multiple Views tha...
-
How to run multiple Scenarios sequentially and pass output from one Scenario as input to subsequent Scenarios
Static Test Suite allows combining multiple Scenarios and arrange them in required sequence. This Suite can then be executed as a single unit.When you are building end-to-end test flows, sometimes ...
-
What is the difference between Tenant Admin and Project Admin privilege?
Tenant Admin has privileges to operate across all the assets belonging to the Subscription or Tenant. Tenant Admin can manage Projects (create, delete etc.) and manage Users on the system. A Tenant...
-
What if I have existing CSS based or XPath based element locators that I want to make use of?
One of the biggest pain points in traditional automation is lack of flexible mechanism to identify an element at runtime. Element Explorer in ACCELQ is a powerful feature supporting comprehensive m...
-
How do I replicate configuration information from an existing Project into a new Project?
In an enterprise environment, you may be working with multiple projects on ACCELQ, each for a different test application. Each such project may require its own custom configuration to meet specific...
-
I want to assign an Owner for every Scenario. I should be able to designate one of the existing ACCELQ users to own a Test Scenario.
Custom Fields in ACCELQ provide an ability to flag various entities across the system. In an enterprise environment, it is extremely helpful to design appropriate Custom Fields which will help busi...
-
How do I exit out of an Action based on some condition?
In certain situations, it may be necessary to terminate the Action logic based on some specific condition. Consider an Action, VerifyAccountInfo, where you are required to incorporate logic to veri...