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

Automate Accessibility Tests With Cypress

We’ve introduced Cypress support for accessibility automation, allowing you to integrate accessibility tests seamlessly into your Cypress test suites. You can now automate checks for issues like color contrast and missing ARIA attributes, helping to ensure your web applications are more accessible and compliant with standards.

Additionally, you can run these tests across various browsers and devices on the LambdaTest platform, making it easier to identify and address accessibility issues. 

Bonus addition: Besides this update, you can also automate tests using the latest Selenium version, 4.23.

Start Testing

Upload Images Using SmartUI CLI

We've enhanced the SmartUI CLI package by adding an image upload feature. This new feature allows you to upload images directly from a specified directory to SmartUI for visual testing.

It works similarly to our current API upload functionality but includes additional features, such as support for the Git branching strategy.

Key features of the SmartUI CLI for image upload:

  • Image Support: Upload PNG, JPG, and JPEG images.
  • Directory Upload: Easily upload images from a specified directory.
  • Git Branching Strategy: Enhanced support for managing images in different branches.

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.

New Features in SmartUI and Test Analytics

SmartUI

Slack Integration for SmartUI Alerts

Now integrate Slack with SmartUI to receive alerts for changes detected and baseline modifications directly in your Slack channels. Simply activate the feature by toggling it on in your project settings. This feature will boost your team collaboration and ensure that all members are quickly updated about important modifications in the testing process.

Support for Storybook 8

SmartUI now supports running visual tests using Storybook 8. For more information, refer to our guide - SmartUI using Storybook.

 Test Analytics

Export Drill-Down Data to CSV 

Export drill-down data into CSV format. This feature enhances your data analysis and reporting capabilities by providing easy access to detailed insights. Also, you can effortlessly export drill-down results, improving data manipulation and sharing. 

Start Testing

Show Previous EntriesShow Previous Entries