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-
How to update Web Drivers on ACCELQ local agent
ACCELQ Local Agent comes pre-packaged with necessary Web Drivers for various browsers. In case you need to update the Web Driver version, you can download relevant driver for the browser and plac...
-
Wait times for various commands and UI interactions during test execution
When you run an automated test on an application, ACCELQ applies implicit wait times to ensure the application screen or field is ready for interaction. The wait times for various command types are...
-
API Wizard running in Browser-Connect mode
API Wizard is a guided step-by-step approach to creating API service connection calls and verifications. It helps a non-technical user to create robust API test logic simply by navigating through a...
-
Working with HTML tables in accelQ
HTML table is a common composite control you will find on web applications for display of data. ACCELQ supports comprehensive functionality related to automated test logic development on tables. Yo...
-
Executing automation scripts against Microsoft Edge browser
accelQ supports test execution against Microsoft Edge browser. Follow these steps to enable this support: Step 1: Download Microsoft Edge browser's Web Driver from the following site: https://devel...
-
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...