I want to really understand what happens when you “publish” one or more Test Cases to Orchestrator.
For example, I have a process that does something depending on various inputs, and my Test Case loops through a project-folder-stored Excel sheet to grab sample inputs for the tests.
Some questions:
- Does the process I’m testing first have to be separately published into Orchestrator? Or does the test case include the process as well?
- Does the “Publish Test Case” process automatically bundle up my Excel sheet with the test case?
- If I change something in my process, must I republish both the process and the test cases that test it? In other words, do the test cases depend on the process version?
- If I change something in the Excel sheet, must I then republish the test case as well?
- When the process has some Test Cases embedded, are they now included in the process package?