Enhancements, defect fixes and 508 compliancy support.
- Updated 3rd party libraries like selenium, appium, testng etc.
- Added support for 508 compliance. Added tab navigation and color contrast verification support.
- Enhanced close scenario context functionality. Main updates are related to screen capture functionality.
- Fixed ObjectUtil to handle array data properly.
- Corrected web driver switching on failures.
- Updated step definitions version to 6.1.2 in STAS.
Release Upgrade steps:
-
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.
- https://github.com/mkrishna4u/smart-testauto-framework/blob/main/smart-testauto-studio/latest/docs/STAS-TestDevelopersGuide.pdf
- https://github.com/mkrishna4u/smart-testauto-cucumber-stepdefs-en/blob/main/docs/STAS-StepDefinitions-En-TestDevelopersGuide.pdf
You are all done.