Test execution - Paxterra/TestON GitHub Wiki

Test Execution :

Test Authoring Interface (TAI) : TAI (Test Authoring Interface) UI based :

 * Will provide TAI stand-alone application soon, now user can get the raw code from the TAI directory.

User can launch the test from TAI-UI by clicking the Run Button in tool-bar.

RunTest

Find the clear description about Debugging and Logs

User can launch test from interactive CLI also :

Interactive CLI :

It provides user the ability to,

  • Translate a string in OpenSpeak to equivalent python code
  • Execute a test through the framework
  • Pause the test after execution of current step
  • Resume test after pause
  • Dump states of various objects and variables in the test

Paxterra