/
Version 2.15.0

Version 2.15.0

Version 2.15.0 

Audit Log, SAP HANA library, platform improvements

Audit log

New features!

Audit log! This brand-new feature expected by many quality analysts to make your life easier by allowing you to record all user changes, whether at the project level, keywords, a dataset and even libraries.

All changes will be kept in a log indefinitely! Audits are also filterable according to the desired criteria!


  • A new entry has been added to the main menu to access and view system audits.

 




  • You can easily see the changes with a Git comparison!


  • Note that changes on the User Management page can only be viewed by users with the Operator or Administrator role.




SAP HANA Library


  • Addition of a new library allowing to connect and use SAP HANA type database.
  • Keyword: DatabaseLibrary.Connect To Database Using Custom Params
    • dbApiModuleName: jaydebeapi
    • dbConnectString: 'com.sap.db.jdbc.Driver', 'jdbc:sap://HOST:PORT/DB_NAME', ['USERNAME', 'PASSWORD']
  • Driver required on server: ngdbc-2.7.9.jar
  • Compatible with the following versions: All versions of SAP HANA


Example:

MySQL Database Connection Example
 
DatabaseLibrary . Connect To Database Using Custom Params dbapiModuleName=jaydebeapi, db_connect_string='com.sap.db.jdbc.Driver', 'jdbc:sap://ct-prod-test2.askida.lan:8080/askida', ['root', 'password']
 
@{query_result}     DatabaseLibrary.Query    select * from project    sansTran=true
 
BuiltIn.Log    ${query_result}  
 
DatabaseLibrary.Disconnect From Database




Platform Improvements

Among other implementations of version 2.15

  • Additional columns have been added to the Excel file of the executions to better visualize the status of each level (functionality, scenario, step)


  • For small screens (1400x1050) and for those using a low resolution, a minimum height has been added in the bottom part of the combined keyword page.
  • Color adjustment in the pages to reorganize the order of the components.
  • Fixed some display bugs.
  • Upgrading of the keyword libraries integrated in Alithya GoTest.

  • Some keywords are now obsolete, if they are used in your scripts a warning will be visible at the start of the execution report (log). We recommend that you make the adjustments shown.

  • If you are using an external library, the following two files must be modified:
    • sh: python setup.py install --> python3 setup.py install
    • py: #!/usr/bin/env python --> #!/usr/bin/env python3


For any questions regarding this keyword upgrade and its impacts, please contact our support team: https://alithya.atlassian.net/servicedesk/customer/portal/3


©️2023 Alithya GoTest - All Rights Reserved
Need Help? You have a suggestion?