Skip to main content

Cyclescript Fundamentals

Cycle test scripts are written in a business-readable, domain-specific language termed that is designed to promote behavior-driven development. CycleScript was designed to enable non-technical users to write scripts for Business Process Validation and automated testing purposes.

Automated scripts in Cycle are comprised of three main elements: Features, Scenarios, and Steps. The figure below shows the basic structure of a Feature File.

Feature File Structure