Cycle Demo Feature 1
One of the best ways to get comfortable with Cycle is to create your first Feature File. It can be as simple as using Cycle to open Notepad, or to open a browser and navigate to a website.
This demo Feature opens a Chrome web browser, navigates to the User Portal, and logs you in.
To use this Feature File, follow these steps:
-
Install the Chrome webdriver by using the process described in the web testing setup section. You need to install this webdriver before you can use web Steps.
-
Download the .zip and open the Feature File: Log_into_website
-
Update the username and password information in the Feature File and save it.
-
Click the Execute button to see the Feature in action.