Skip to content

Handow Steps Library

jian edited this page Jul 14, 2021 · 3 revisions

Handow provides a set of steps for normal testing reuirements. It is possible to create test projects totally depending on the built-in steps. In this case, users can finish their test project without writing any code. That's the complete TEST-AUTOMATION way.

All the built-in steps are defined in /steps/acts.step.js and /steps/facts.step.js of the Handow package. You can use the STEPS panel in the Editor dashboard to explore all available steps if you are working with SHM.

Action Steps (code reference)

All "Given" and "When" statements can invoke those actions.

Verification Steps (code reference)

The Then statements can invoke those verifications