Skip to content

Releases: anhtester/AutomationFrameworkSelenium

v1.3

08 May 23:05

Choose a tag to compare

  • Add LocalStorageUtils class to handle local storage
  • Add functions in keyword WebUI: handle Window and Tab, screenshotElement, printPage, setWindowPosition,...
  • Optimize code in keyword
  • Add and optimize code sample in TestHandle class (testcases package)
  • Update version dependencies in pom.xml: Selenium 4.1.4,...

...more...

v1.2

20 Apr 23:11

Choose a tag to compare

  • 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

v1.1

09 Apr 21:41

Choose a tag to compare

  1. Delete class not used
  2. Update version in pom.xml
  3. Update information for the test case in ExtentReport
  4. Add an icon for the browser in ExtentReport
  5. Add function in some class
  6. Customize parallel sample test case

v1.0

06 Apr 18:32
1509587

Choose a tag to compare

SOME FEATURES IN VERSION 1.0

  1. Run the parallel test case
  2. Read Object web element from a properties file
  3. Extent Report
  4. Allure Report
  5. Send Mail after the run test (Report information and HTML file attachment)
  6. Logfile
  7. Record video and Screenshot test case for failed
  8. Read data test form Excel file (xlsx, csv, json,...) with class define fields (param: Client client)
  9. Base function in the library (WebUI, Utils,...) ...etc.. (wait, dynamic xpath,...)