Support Team
- Total activity 879
- Last activity
- Member since
- Following 1 user
- Followed by 3 users
- Votes 6
- Subscriptions 486
Articles
Recent activity by Support Team-
I want the automation runtime to wait until an element is enabled before starting to interact with the page
Context level Synch Point feature allows various conditions to be set, for determining that the page is fully loaded before interacting with it. System automatically validates this condition before...
-
I want to ensure application page is fully loaded before the test script starts interacting with it
Synch Point defines the strategy to ensure a UI Context (page) is fully loaded before any runtime operations are performed on it. By default, test run will wait until the DOM is fully loaded. But i...
-
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 ...
-
Element Identification is a challenge on my application. Dynamic properties with no fixed pattern or ID
accelQ takes a comprehensive approach for element identification. With the advent of rich interactive and dynamic applications on the web, it has become a challenge to tag element identification fo...
-
How do I parameterize the entry point URL for a UI Context?
A UI Context can be marked as “Entry Point” if it can be directly invoked with a URL without any business logic. Such Contexts can be initialized as the first step in a Scenario. Initialization ste...
-
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...
-
What does Data Environment flag indicate during test run?
accelQ cleanly abstracts out the data layer from the Test Case or Scenario logic. When you write your Scenario, think about the steps necessary for the workflow and what permutations of data are re...
-
How do I insert a new statement from an element in the View Canvas
Action Logic is comprised of statements to accomplish the browser based interaction and verifications on the test application. Logic Editor provides functionality necessary to build these statement...
-
How do I insert a new statement in the Logic Editor
Action Logic is comprised of statements to accomplish the browser based interaction and verifications on the test application. Logic Editor provides functionality necessary to build these statement...