Enable Rally Integration in Katalon Studio
Let us start by learning how to link Katalon with Rally. Follow the below steps.
Step 1: Open the Katalon Store and download the Rally Integration Plugin.
Step 2: Now activate the plugin by going to your account settings and clicking Reload plugin.
Step 3: Open Project Settings and go to Plugins > Rally. Here you will find two fields.
-
The Rally URL field: Enter the following URL in this field. https://rally1.rallydev.com/
- The API key field: Enter Rally’s API key.
The above two steps will connect you to Rally. Katalon will now fetch all your available workspaces, and you can choose the workspace to work on.
Step 4: Click Apply and Close.
Congratulations, you have successfully enabled Rally integration.
Map test cases between Katalon Studio and Rally
Let us now learn to map a Rally test case with a Katalon test case. Just follow these two simple steps.
Step 1: To map the test cases, you must first fetch their unique test IDs. Open your project in Rally and then go to Quality > Test Cases. Here you will find a list of test cases along with their IDs.
Step 2: Go to Katalon studio and open the test case you want to link. Open the integration tab and fill in the respective Rally test case ID.
Good going, ninja! You have now mapped the test cases.
Upload test execution results from Katalon Studio to Rally
We have successfully linked Katalon and Rally and mapped the test cases between the two. Let us now learn to upload the test results from Katalon to Rally. Follow the below steps.
Step 1: Firstly, create a new test suite or collection.
Step 2: Now add the mapped test cases to this test suite.
Step 3: At last, execute this test suite or collection. The results will get uploaded to Rally.
Step 4: You can now view the test results in the Rally dashboard. Just open the integrated Rally test cases and switch to the Results tab.
Congrats! You have successfully uploaded your test results to Rally.
Frequently Asked Questions
What is Katalon Studio?
The automation testing software tool Katalon Studio was created by Katalon, Inc. It was initially released in the year 2015. It is built on top of the open-source Selenium and Appium automation frameworks with a specialized IDE interface.
This Software as a Service (SaaS) is mainly used to create automated test scripts for UI without coding.
What framework is used in Katalon Studio?
Groovy is a Java-based language Katalon Studio uses it. It requires loading numerous libraries to parse test data, objects, and logging.
What is the use of the setText keyword?
The setText keyword is used parallelly with the sendKeys keyword. It clears the currently filled text in the forms and replaces it with the input text. This keyword is used in the filling of forms while testing applications.
Is using Katalon Studio hard? What skills are pre-required?
Katalon Studio is a rather basic, easy automation testing solution. It does not require sophisticated programming abilities to develop automated tests. It has a scripting mode for more experienced users and test cases.
Conclusion
Hey Ninja! We hope you enjoyed reading this article. We started our discussion with how to enable Rally integration. Further, we discussed how to map test cases and upload test results. You should now be able to configure Rally Integration in Katalon Studio.
If you wish to learn more about Katalon and its various testing divisions, you can refer to blogs on
Do visit our website to read more such blogs. Make sure you enroll in our courses. You can take mock tests, solve problems, and interview puzzles. Also, you can check out some exciting interview stuff- interview experiences and an interview bundle for placement preparations. Do upvote our blog to help fellow ninjas grow.
Keep Grinding! 🦾
Happy Coding! 💻