Katalon Studio is a free and easy-to-use automated functional and regression testing platform. It provides users the ability to implement full automated testing solutions for their application projects with minimal engineering and programming skill requirements.
The katalon-bdd-cucumber-tests perform UI & API functional automation tests written in BDD Cucumber format on Jira Web Application using Katalon Studio. The examples in this project range from common to advanced test cases.
Katalon TestOps is a web-based application that provides dynamic perspectives and an insightful look at your automation testing data. You can leverage your automation testing data by transforming and visualizing your data; analyzing test results; seamlessly integrating with such tools as Katalon Studio and Jira; maximizing the testing capacity with remote execution.
- Read our documentation.
- Ask a question on Forum.
- Request a new feature on GitHub.
- Vote for Popular Feature Requests.
- File a bug in GitHub Issues.
Katalon Studio is a free and complete automation testing solution for Web, Mobile, and API testing with modern methodologies (Data-Driven Testing, TDD/BDD, Page Object Model, etc.) as well as advanced integration (JIRA, qTest, Slack, CI, Katalon TestOps, etc.). Learn more about Katalon Studio features.
These instructions will get you a copy of the project up and running on your local machine.
- This sample project is compatiple to Katalon version 5.7 and above only.
- katalon-bdd-cucumber-tests project airms to demonstrate how to express Test Cases (or Test Scenarios) in Cucumber format using Gherkin language. To make the test easier to understand by users, this sample project is built on top of two other sample projects:
- You might need to explore these two projects before starting this project for better understanding.
- Katalon Studio - Installation and Setup
- Internet access
- Application Under Test (AUT):
- Jira cloud: https://katalon.atlassian.net/
- Account: [email protected]/sPiHQ&YEa6ST`de+
- Check out the code from this repository
- Open the project from Katalon Studio
- Expand the Include structure, where all the features and step definition scripts located
- Select the Feature you want to execute
- Execute the Feature
At the end of this README, you will find additional ways to execute automation test cases.
Below is the list of all the available features in this project relating to the test scenarios as described. Simply select the test feature you want to run in Katalon Studio and execute accordingly. You can also make additional changes in these test features to get familiar with automation testing and specifically Katalon Studio.
@Issue_Tests
Feature: Verify issue information
Background:
Given The Jira System is available
@Get_By_Id
Scenario: Verify issue information by Id
When I get information of an issue with Id "KD-1"
Then I get response code "200"
And The issue information as below:
|project_key |issue_type |priority |summary |
|KD |Bug |Low |REST - Create new issue using API|
@Get_By_Id
Scenario Outline: Verify issue information by Id
When I get information of an issue with Id "<issue_key>"
Then I get response code "200"
And The issue information as below:
|project_key |issue_type |priority |summary |
|<project_key> |<issue_type> |<priority> |<summary> |
Examples:
|issue_key|project_key |issue_type |priority |summary |
|KD-1 |KD |Bug |Low |REST - Create new issue using API|
|KD-2 |KD |Bug |Low |Update summary from API example |
Update configurations for integration: Jira, Katalon TestOps
Katalon Documentation: http://docs.katalon.com/, especially some Tips and Tricks to run a successful automation test.
Katalon Forum: https://forum.katalon.com/
Katalon Business Support: https://www.katalon.com/support-service-options/