Bikini: Test Script Flow |
Execution Flow | ||
Warning
This is very experimental and will change
- Read introspection file from the IntrospectionUrl specified.
- Assign each item in the introspection file to a variable named introspection.item-name.
- For each directory in TestDir:
- Get the test-name and test-description from description.txt.
- In alphabetical order for each action.post file in the directory:
- Get action-name and atom-description from action.txt.
- Substitute variables in action.post.
- Submit action.post.
- Save the result from the post.
- Substitute variables in action.resp.
- Compare the reslut with action.resp storing regexp matches in the assigned variables.