How to Add the BY WMS Test Library Into a New Cycle Project

How to Add the BY WMS Test Library Into a New Cycle Project

Problem

This article describes the process of adding the BY WMS Test Library to a new Cycle project.

The process described below assumes you will be adding the BY WMS Test Library to a new Cycle project directory that does not have any existing BY WMS Test Library features or customized features currently in the directory.

Solution

Create a New Cycle Project

1. Click on File->New->Project within Cycle.

file_new_project.png

2. Browse for the directory where you want Cycle to create your project in the 'Project Destination' box and enter a name for your new project in the 'Project Name' box.

project_setup.png

3. Cycle will create a new project folder and a distributed set of sub-folders for your project files.

new_folders.png

 

Download the BY WMS Test Library

If your Cycle subscription includes access to the BY WMS Test Library, please email help@cyclelabs.io for the download link to the latest version of the BY WMS Test Library.

 

Add the Test Library to Your Project

1. Open the BY WMS Test Library zip file that you downloaded from the Cycle User Portal and select the 'Extract all' option.

extract_all.png

2. Browse to the folder you created for the new project and click 'Extract'.

extract_to_folder.png

3. The BY WMS Test Library files are extracted and copied to your new project folder. You can delete the CYC_Project_file that is distributed with the bundle since you will be using the CYC_Project_File created specifically for your new project.

extracted_bundle.png

4. You should now see the full set of test library features, utilities, datasets, and other distributed files within your new project in Cycle.

bundle_project.png


    • Related Articles

    • Getting Started with Cycle 2

      Log In to Cycle Cloud In order to get started with Cycle 2, you will need to sign up for a Cycle Cloud account, and then download Cycle 2 from Cycle Cloud. The sign up process requires you to verify your email address. Please note, the email address ...
    • Cycle Project Will Not Open

      You may encounter a Cycle project that will not open properly. This can happen when you double-click the Cycle project file in File Explorer or when you attempt to open the project from within the Cycle application. There are two possible root causes ...
    • How to load and clean up test data efficiently in Cycle.

      Problem In order to properly evaluate system behavior it is required that known inputs produce desired outputs. This is especially critical when working with the JDA WMS due to its multitude of configuration options that drive specific system ...
    • Stay consistent in naming Cycle files, images and variables.

      Problem Teams that use differing names for core elements often encounter difficulties when reading other developer's Cycle tests. Solution Sticking to the following naming conventions will help add clarity and greater readability to Cycle projects: ...
    • Make Cycle Features easier for others to understand.

      Problem Even well written Cycle Features can sometimes seem unclear to a new user. Solution By including comments at the beginning of your Feature and within Scenarios, you can lay out all pertinent details for a reader without needing to use Cycle ...