Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...

For a partner to upgrade the 3.0 support in Automatics orchestartion orchestration Please follow below steps.

...

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

Update urls in Automatics properties

Update below parameters to Automatics properties these urls need to be defined to support 3.0 Executions 

predefined_ds_bulk_url= <Scriptless Service Bsse Url>/addBulkPredefinedEntries

service.base.url=<Scriptless Service Base URL> 

Steps to trigger scriptless test case