Load/append a persisted test executive to an in-memory test executive

Issue #45 new
Steve Ball created an issue
  1. Loading a persisted test executive can currently be accomplished by using a subroutine. This implementation requires a subsequent save and load to disk to then run correctly. This save/load could be removed to simplify the operation.
  2. A preferred implementation would add a method to the API to load a xml from disk and append the steps to a provided parent ID, removing the need for a subroutine altogether.

Comments (0)

  1. Log in to comment