Skip to content

v1.2

Compare
Choose a tag to compare
@vothaian vothaian released this 20 Apr 23:11
· 149 commits to main since this release
  • Add and update functions to the WebUI keyword (softAssert, verifyElementTextEquals,...)
  • Optimize functions Wait and some handle functions in the WebUI class
  • Delete and update class in the Utils package
  • Add FailureHandling enum to check flow control (STOP_ON_FAILURE, CONTINUE_ON_FAILURE, OPTIONAL)
  • Add read data from Excel file with Hashtable (in SignInTest)
  • Add read data from the JSON file (JsonUtils)
  • Update ClientTest class