Test Scripts in Flowriter
Last updated
Last updated
Flowriter can analyze a Story's Acceptance Criteria and generate Step Definition test scripts, in Javascript.
These can be used to save time when creating automated tests to validate the implementation of the feature documented in the Story.
Step Definition test scripts do not prescribe the test automation framework - different tools may be used to automate testing.
If your feature relates to an app, Flowriter will attempt to determine whether it is a web or mobile app and include sample Selenium or Appium Javascript code in the Step Definition test scripts.
Where Flowriter cannot determine the technical nature of the feature, or it includes steps that cannot normally be automatically controlled by a third-party automation framework, it will include comments in the source code to indicate this.
For example, is a popular tool for controlling web apps in automated tests, while is a popular tool for controlling mobile apps in automated tests.