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-
Missing Step alerts in Scenario
When building or editing a Scenario in ACCELQ, you may encounter a Missing Step alert. This alert indicates a potential break in the logical flow of the Scenario — usually when an Action is inserte...
-
Designing Contexts for modularity
Synch point for a context is important Setting up Synchronization point for a Context is very important. During test execution, it provides an automated way to ensure the page is fully loaded befor...
-
Purge Context views from time to time
As the application-under-test (AUT) evolves over a period of time, a Context may end up with multiple Views captured at various stages. There is a possibility that many of these Views are redundant...
-
Custom Selectors - XPath, CSS and JQuery
ACCELQ's element explorer provides rich set of functionality to intuitively setup identification criterion for a UI element. However, in some rare situations where you are unable to construct the e...
-
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...
-
Creating Actions and Contexts on the fly
When you are building a Scenario, ACCELQ presents with Actions (grouped into Relevant and All Actions) that are already part of the project. It may sometimes be necessary to create a brand new Acti...
-
Working with Abstract Elements
Abstract Element refers to a place-holder for a UI Element that an Action logic needs to interact with. In a fast-paced agile environment, you may not always have access to application UI when you ...
-
Executing selected test cases from a Test Suite or a data driven Scenario
Feature Availability ACCELQ 3.0 and aboveWhen executing a Test Suite or a Scenario containing more than 1 test case, it is possible to select desired test cases from Run modal. Click on th...
-
Managing test reports storage utilization
Test Reports grow with executions and it is a good practice to clean up old reports from time to time. ACCELQ provides comprehensive options to purge old test reports and clear up storage space. As...
-
Designing Contexts and Actions for modal windows
Modal windows present several alternatives to setup Contexts and Actions for modularity. Consider the following examples for a guidance on best practices.Example 1:Consider a modal with following c...