Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 550 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 550 Bytes

OWD_TEST_TOOLKIT

Toolkit (framework?) to help with rapid and stable test development for OWD project.

Installation

  1. Clone this repo. as normal ("git clone ...")

  2. Type "cd OWD_TEST_TOOLKIT".

  3. Type "./install.sh"

... that's it!

If you want you can use the ./example folder to create your own test cases:

  1. Copy the folder to somewhere else and rename it to whatever you want.
  2. Look at the example test case for hints on how to get started, it includes adding mock data and some basic TOOLKIT method calls.