Support Team
- Total activity 850
- Last activity
- Member since
- Following 1 user
- Followed by 4 users
- Votes 6
- Subscriptions 474
Articles
Recent activity by Support Team-
Web Driver Configuration for test executions (Profiles)
ACCELQ gives you the ability to customize web driver capabilities for your test execution, granting you control over the startup behavior of your browser. With ACCELQ, you have the option to create...
-
Installing JDK for ACCELQ Local Agent
ACCELQ Local Agent requires Java Development Kit, version 11 (JDK 11). Verify if JDK 11 is available on your system Open a command prompt, and type javac -version If the output indicates something...
-
Setting up Safari browser for automation
ACCELQ supports automated execution against Safari browser on Mac, but requires a brief setup on the desktop where the test needs to run (machine where Local Agent is running). Before you execute y...
-
How to edit a scheduled job or a CI job
To edit a scheduled/recurring job or a CI job,Navigate to the Jobs tab, under Results section and click the row to open the Job information.Click on the "Edit" link in the top right, to update the ...
-
Hello World! Scenario
Let's put together the basic concepts to build our first Hello World! scenario.Sample ApplicationWe will use ACCELQ's QBank application for the example flow. Application URL: https://qbank.accelq.c...
-
Database testing with ACCELQ
ACCELQ supports logic development with database query executions and verifications against most major database providers. Current support includes Oracle, SQL Server, MySQL, PostgreSQL and Teradata...
-
Securely execute tests behind firewall using Local Agent
ACCELQ Local Agent allows you to run tests locally inside your firewall, while the test assets are still managed centrally either on the cloud or on your on-premise server. If you are using ACCELQ ...
-
How do I capture view for a browser without tool bar
Some times, you may have a page on your application that opens in a browser without the toolbar. In these cases, you cannot access the ACCELQ Recorder plugin as the Extension buttons are not displa...
-
How do you handle clicking on a CSS pseudo element in a page
A CSS pseudo-element is used to style specified parts of an element. This portion of element is not identified as a separate element in the DOM. However, it may have its own event handling on click...
-
How do you handle Actions with multiple possible destination Contexts
Consider a situation where you have an action in a page that could result in different destination contexts in different situations.For example, let's say on an e-commerce site, you have an Action,...