ACCELQ Admin
- Total activity 104
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 59
Articles
Recent activity by ACCELQ Admin-
Checkout Explorer: Centralized Checkout Management in ACCELQ
The Checkout Explorer is a powerful hub designed to give you complete visibility and control over all checked-out entities in your project. Instead of managing check-ins one by one, you can now vie...
-
User Roles and Access Control (RBAC)
ACCELQ employs a robust Role-Based Access Control (RBAC) system designed to secure test assets and streamline collaboration in enterprise environments. By defining custom roles, organizations can e...
-
Action Design: Keeping Input Parameters Lean and Manageable
Designing effective and maintainable test automation in ACCELQ often comes down to how well your Actions are structured, and a big part of that is how you manage input parameters. Actions are desig...
-
Action Design: Keeping Output Parameters Lean and Manageable
While designing Actions in ACCELQ, it’s important to maintain clarity and simplicity—not just for input parameters, but for output parameters as well. Output parameters enable continuity across Sce...
-
Understanding ACCELQ OCR-Based Automation
ACCELQ provides Optical Character Recognition (OCR) capabilities to enable automation for scenarios where traditional locator-based methods fail. This feature allows text-based interaction with any...
-
Importing Swagger Definitions for API Automation in ACCELQ
Availability: Enterprise Edition Swagger (now part of the OpenAPI initiative) is a framework used to define and document RESTful APIs. It provides a standardized way to describe an API’s structure,...
-
Distributed Agent Execution
Subscription: Enterprise Edition Distributed Agent Execution in ACCELQ allows users to distribute the execution of a given test job across multiple agents, thereby significantly reducing overall ex...
-
Working with Test Cases in ACCELQ
In ACCELQ, Test Cases are data-driven instances of a Scenario. While a Scenario defines the logic and flow of steps, the Test Cases provide the actual data required to execute that flow.The Test Ca...
-
Random Data Generation in ACCELQ: A Comprehensive Guide
ACCELQ provides a powerful "Get Random Data" command that enables testers to generate various types of random data for test automation. This guide covers common use cases and examples for different...
-
Understanding Scenarios Not Eligible for Data-Driving (Default Test Cases)
In ACCELQ, the standard automation workflow involves creating Scenarios driven by test case data. Typically, input parameters defined at the Action level bubble up to the Scenario level, allowing ...