Description
The Orders Cucumber sample is a Java project that includes a Cucumber feature story and runs a LoadComplete load test as part of the feature’s test scenario. It launches the Basic sample project shipped with LoadComplete.
The project uses Maven to specify the libraries the project uses. To run the test, the project uses the JUnit framework.
Sample Location
You can find the sample project here:
<LoadComplete Samples>\OrdersCucumber
Open the sample Java project in a Java IDE of your choice, build the project, and run the OrdersTest test. To learn how to build Java projects and run JUnit tests, please refer to your Java IDE documentation.
Requirements
- Java
- Maven
- JUnit
- Cucumber
- LoadComplete version 4.95 (or later)
- Basic project (it is installed by default with LoadComplete)
- Web Orders application must be installed and functional (it is installed by default with LoadComplete). To make sure that the application is available, open the localhost/LoadComplete/ page in your web browser.
See Also
LoadComplete Samples
Cucumber Integration
LoadComplete Basic Test Sample