Skip to content

Enhancements, defect fixes and 508 compliancy support.

Compare
Choose a tag to compare
@mkrishna4u mkrishna4u released this 09 Feb 22:27
· 46 commits to main since this release
  1. Updated 3rd party libraries like selenium, appium, testng etc.
  2. Added support for 508 compliance. Added tab navigation and color contrast verification support.
  3. Enhanced close scenario context functionality. Main updates are related to screen capture functionality.
  4. Fixed ObjectUtil to handle array data properly.
  5. Corrected web driver switching on failures.
  6. Updated step definitions version to 6.1.2 in STAS.

Release Upgrade steps:

  1. Open pom.xml file from your STAS project and change the following elements' value to 6.1.2.

    <version>6.1.2</version>
    <smart-testauto-framework.version>6.1.2</smart-testauto-framework.version>
    <smart-testauto-cucumber-stepdefs-en.version>6.1.2</smart-testauto-cucumber-stepdefs-en.version>>

Also take the latest TestDevelopers guides for latest information.

You are all done.