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-
Creating an Action
Action represents a particular user activity that is possible in a context. It represents a "verb"- what can be done in a given context. Creating an Action1. Navigate to create (+) icon on the top ...
-
Automating MongoDB validation
Following commands in Action logic editor help you work with MongoDB, automate querying and verification against the database. All CRUD operations are supported. Establishing Connection Connect to ...
-
User Setup
Users in accelQ are created and managed at Tenant level and are identified by the email address used during the time of user registration. Once created, you can assign access to one or more project...
-
What is a Data List
Data Lists are managed as test resources. Each data list contains a set of list values and corresponds to an input requirement for your application-under-test. For example, Class of Service for an...
-
What is the difference between fixed and variable Data Types
When you create a Data Type, you have an option to setup variable data values based on application environments. In ACCELQ, a Project admin can customize a set of application environments. For exam...
-
Adding Element to Repository
What is an Element Element refers to a UI field or control available in a page (Context). Before you can write any automated logic for an element, it must be saved in the repository. When you captu...
-
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...
-
A Step-by-Step Guide to API Chaining in ACCELQ
This section will walk you through the essentials of creating, executing, and validating your API tests on our codeless platform. Learn how to make your first call, handle dynamic data, chain reque...
-
Building a Scenario in WorkBench
The Scenario Workbench is a powerful, AI-driven orchestration capability that simplifies the automation Scenario development process by eliminating the need for prerequisites or supporting entities...
-
Managing dependency changes between Scenarios and Actions
As you recall, a Scenario is made up of a series of Steps, each of which is an Action. It is important to understand how this dependency should be managed under version control. During the time whe...