Versions Compared

Key

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

Python script selection & Python test execution from Automatics Orchestration

For identifying a particular Test case is python a new field will be introduced in managed scripts. This new field will be used to mark particular test case as Python or not. The below are the stepwise information on how a particular test case will executed

  1. At first Python test case should be added in automatics, for that when adding a new test case the new test case identification field should be selected as Python and saved in Automatics.
  2. Once a Test case is triggered, Automatics will first check whether the test case is Python or not using the value in the new identification field.
  3. Once Jenkins job for Python script execution is triggered from automatics, it will pull the latest Python code from the configured repo along with the latest automatics core and it will invoke the corresponding Python script using JEP based on the Automation ID of the test case.