FAQ
How to Reset Your Cycle Password
This article describes the process for resetting the password for your Cycle account. Your Cycle account (email and password) are used for the activities listed below. Please note that you will use the same email and password regardless of the ...
Customer Care Severity Levels
At Cycle Labs, we want to provide the best customer care experience possible. We understand that there will be times you will need to reach out to us with questions and inquiries about Cycle, and there will be times you will need to contact us when ...
Can I use Cycle's Data Store reporting even if I don't have a database available?
Problem In-depth reporting and analysis of Cycle tests often requires the use of a database to log all of the details of your Cycle executions, but not all users have a readily available database to use for this. Solution Cycle comes pre-packaged ...
Does Cycle have a way to test the Integration Layer of my WMS?
Problem System communications while critical can be overlooked in the testing Cycle. Especially when the integration layer is run by different groups within an organization, trying to get valid data coordinated is often difficult. Solution Cycle ...
Can I use Cycle to run MSQL scripts?
Problem More complex scripts can be long and hard to read or understand for less technical users. Breaking the overall flow and SOP use case of a Cycle Feature. Solution Short MOCA commands and local syntax statements can be built in-line with the “I ...
Can I run Cycle from a remote machine without actively watching it?
Problem One of the advantages of running Cycle scripts on a dedicated machine is the ability to execute the tests without inhibiting your ability to work locally. This article describes how to allow Cycle to successfully image match on a remote ...
Can Cycle execute MOCA and Local Syntax?
Problem Cycle Features built to interact with and test the JDA WMS need to run queries, execute statements and perform validations directly against the database. Solution JDA WMS provides a framework to ease database interaction called MOCA. Cycle ...
Where can I get help using Groovy with Cycle?
Cycle now includes steps to execute simple Groovy statements inline as well as execute complex Groovy scripts. The 2 Cycle steps that execute Groovy are: I execute Groovy "<GROOVY_STATEMENTS>" I execute Groovy script "<GROOVY_SCRIPT_FILE>" Creating ...
What happens when I import Feature Files that have Scenarios with the same name?
Problem If multiple Feature Files that contain Scenarios with the same name are imported and then a Scenario with a name that exists in multiple files is executed, what will Cycle do? Solution When multiple Feature Files are imported that have ...
How do I create a log file for Cycle Support?
When troubleshooting complex Cycle issues often times the most valuable piece of information that can be provided is the Verbose log file. Luckily creating a Verbose log file is easy! Step 1: From the Cycle client menu bar select Edit -> Preferences ...
What improvements to Scenario Outlines should I be aware of?
What do we know about Scenario Outlines? Scenario Outlines are similar to regular Scenarios except that a Scenario Outline executes multiple times, once for each row of data it is using. What is staying the same? The keyword Scenario Outline: The ...