You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Introduction

  • Automatics have support for scriptless automation.
  • It empowers the testers and other users to automate test cases without worrying about the coding language.
  • The tool is very easy to use by everyone. Anyone who is in need of any type of testing can also use this tool as it is based on Keyword driven.
  • User can easily be able to create the test scripts without programming intervention using basic commands in existing methods and Available API's.
  • Time saving and whoever doesn't have programming knowledge can easily work with Scriptless Automation.  
  • Manual testing team can easily find out the failures inside the scripts and verify the bugs produced during testscript triggering time.
  • Rich set of utility APIs available.


Details are available in the below links,

Upgrade Automatics to support scriptless execution

Automatics Orchestration

For a partner upgrading from Automatics 1.0 Needs to follow the below steps,

  1. Upgrade Automatics Orchestration to v3.15 or above since it contains the latest code changes for Scriptless Automation execution. Pull the latest code of Automatics Orchestration.
  2. Run the SQL scripts from Automatics_DB.sql file present in the Automatics Orchestration starting from line number 1596. These scripts will help in creating all the new tables that are required for Scriptless Automation execution.
  3. Add the new changes from hibernate.cfg.xml file which contains the configuration about the two new tables Automatics Orchestration will be interacting with.
  4. Once after the above changes generate a WAR file of Automatics Orchestration and deploy it in the tomcat server. Deployment can also be done using Automatics UI
  5. Setup the microservice Refer Automatics 3.0 Microservice Setup for more details.
  6. Create Utility parse for jobs for automatics core , rdkb-utills, rdkv-utills and scriptless-automation projects .Refer Utility Parser Jobs
  7. Add the base URLs of Automatics Orchestration and Scriptless Service application in database, which will help in the communication between one and another. Use 'AUTOMATICS_BASE_URL' and 'MICROSERVICE_URL' as the config names for adding the base URLs of orchestration and microservice in master_config table.
AUTOMATICS_BASE_URLBase URL of Automatics Orchestration Application
MICROSERVICE_URLBase URL of Scriptless Service









  • No labels