Now Test Mobile Accessibility on Android Devices

LambdaTest Real Time App Testing now supports the screen reader feature for testing mobile app accessibility on real Android devices. This feature allows you to navigate through app elements with spoken descriptions of the UI, similar to Google TalkBack. It helps ensure your Android app complies with Web Content Accessibility Guidelines (WCAG).


Note: Currently, we have rolled out this feature in beta.

To get started, refer to our documentation on Screen Reader (TalkBack) for Android.

Start Testing

Now Test Mobile Accessibility on Android Devices

LambdaTest Real Time App Testing now supports the screen reader feature for testing mobile app accessibility on real Android devices. This feature allows you to navigate through app elements with spoken descriptions of the UI, similar to Google TalkBack. It helps ensure your Android app complies with Web Content Accessibility Guidelines (WCAG).


Note: Currently, we have rolled out this feature in beta.

To get started, refer to our documentation on Screen Reader (TalkBack) for Android.

Start Testing



 

HyperExecute: Set Dynamic Email Address for Report Sharing

HyperExecute CLI added an enhancement to the --vars flag providing greater flexibility in specifying email addresses for report and artefact sharing. You can now use a variable to dynamically set the email address used to share reports or artefacts. This gives you more flexibility than hardcoding the email address in the YAML configuration file.

report: true
partialReports:
  location: target/surefire-reports/html
  type: html
  frameworkName: extent
  email:
      to:
        - "${email}"
        - "${email1}"

uploadArtifacts:
  - name: Reports 1
    path:
      - ProtractorTestReport.html
    email:
      to: 
        - "${email}"
        - "${email1}"

This is how you can pass the value of your email address via CLI by running the command

./hyperexecute --vars "email=xyz@abc.com" --vars "email1=abc@xyz.com"

📕 Read the documentation - How to dynamically set your email address? to learn more about it.

Start Testing

New in Analytics: Usage By Groups Module

We've added a new module in Test Analytics called Usage By Groups. This lets you see detailed info about your test groups, including their performance and how test sessions are spread out.

The Usage By Groups widget tracks metrics like total test sessions and hours of usage for each group. This info helps you find high-performing groups, spot areas needing improvement, and decide how to allocate resources.

Start Testing

Expanded Selenium Support and Browser Updates

Selenium Version Support Expanded

HyperExecute now supports Selenium versions 4.16 to 4.21. This update ensures broader options for test automation frameworks and provides access to the latest Selenium features.

Firefox Browser Updated 

To maintain browser compatibility and access the newest features, we've incorporated support for Firefox version 128. This update guarantees reliable testing on the latest Firefox releases.

Show Previous EntriesShow Previous Entries