Keyboard Shortcuts

ContextQA keyboard shortcuts for the portal — browser shortcuts, editor actions, and accessibility guidance for navigating the test automation platform efficiently.

Keyboard shortcuts in ContextQA: A set of keyboard combinations available in the portal's single-page application for common navigation and editing actions, supplemented by standard browser shortcuts that work across all views.

Mouse-heavy workflows slow down experienced users. ContextQA's portal supports keyboard shortcuts for common actions in the test steps editor and test case list views. This page documents confirmed shortcut behavior, browser-level shortcuts that work across all portal views, and accessibility considerations.

Current state of keyboard shortcut support

ContextQA is a browser-based single-page application (SPA). Keyboard shortcuts are available for common actions in two primary areas:

  • The test steps editor (when creating or editing test case steps)

  • The test case list view (when navigating and managing test cases within a suite)

The definitive way to discover available shortcuts in the current portal version is to hover over interactive buttons and controls. When a keyboard shortcut is bound to a button, the tooltip that appears on hover includes the shortcut combination. This is the most reliable reference because the shortcut set evolves as ContextQA adds features.

A comprehensive, versioned shortcut reference will be added to this page as the portal's shortcut system matures and stabilizes.

Browser-level shortcuts that work in ContextQA

Because ContextQA runs in a standard browser, all browser-level shortcuts work in the portal. The following shortcuts are particularly useful during test authoring and result review sessions:

Shortcut
Action

Ctrl+R / Cmd+R

Reload the current page — useful when a portal view is stale after a background operation completes

Ctrl+Shift+R / Cmd+Shift+R

Hard reload, bypassing browser cache — use this when portal assets appear outdated after a ContextQA release

Alt+Left / Cmd+[

Browser back — navigate to the previous portal view

Alt+Right / Cmd+]

Browser forward — navigate to the next portal view

Ctrl+L / Cmd+L

Focus the browser address bar — useful for quickly copying the current execution report URL to share

Ctrl+F / Cmd+F

Open browser find-in-page — works on test case lists and execution reports to locate specific text

Ctrl+T / Cmd+T

Open a new browser tab — useful for comparing two execution reports side by side

Ctrl+W / Cmd+W

Close the current tab

F5

Reload the page (Windows/Linux alternative to Ctrl+R)

F11

Toggle full-screen mode — useful on laptops when reviewing execution report detail panels

Test steps editor shortcuts

When editing test case steps in the step editor, hovering over each action button reveals its shortcut if one is bound. Common editing patterns that benefit from shortcuts include:

  • Adding a new step — look for the keyboard shortcut on the Add Step button tooltip

  • Saving the current test case — the Save button tooltip displays the save shortcut

  • Deleting a selected step — the Delete or trash icon button tooltip displays the delete shortcut when a step row is selected

If a button has no tooltip shortcut, the action is mouse-only in the current portal version.

Accessibility considerations

ContextQA's portal is built as a React-based SPA. Standard browser accessibility shortcuts work throughout the portal:

  • Tab and Shift+Tab move focus between interactive elements in the logical DOM order.

  • Enter and Space activate focused buttons and checkboxes.

  • Escape closes modal dialogs and dismisses dropdown menus.

  • Arrow keys navigate within dropdown menus and option lists once they are open.

If you rely on a screen reader, the portal's semantic HTML and ARIA labeling support standard screen reader navigation patterns. Areas with dynamic content updates (execution status polling, step result updates) may require manual refresh or navigation to pick up new content, depending on your screen reader and browser combination.

What to expect in future releases

The ContextQA team is expanding keyboard shortcut coverage in the test authoring and analytics areas. A stable shortcut reference with a versioned changelog will be published here when the shortcut set reaches sufficient coverage across the core workflows. Until then, the hover-tooltip method described above is the definitive source.

If specific keyboard shortcuts are important to your workflow, submit a feature request through the ContextQA support portal or flag it with your account team. Shortcut coverage priorities are influenced by user feedback.

Frequently Asked Questions

How do I find out if a button has a keyboard shortcut?

Hover your mouse cursor over the button and wait for the tooltip to appear. If a shortcut is bound to that button, the tooltip displays the key combination alongside the button label. If no shortcut is listed, the action does not currently have a keyboard shortcut.

Do keyboard shortcuts conflict with my operating system shortcuts?

Most ContextQA shortcuts use combinations that avoid conflicts with common OS shortcuts. However, combinations using Ctrl+Shift or Alt on Windows/Linux may occasionally overlap with OS-level shortcuts depending on your configuration. If a shortcut does not work as expected, check whether the OS or another application is intercepting the combination.

Can I customize keyboard shortcuts in ContextQA?

Custom shortcut binding is not available in the current portal version. Shortcut customization may be added in a future release.

Last updated

Was this helpful?