Selenium Katalon migration
Please note that the use case presented here is a suggestion only and should be implemented with caution. It has not undergone quality assurance testing and is not officially supported by our platform.
You can migrate your test cases from Selenium, TestNG, or JUnit projects to Katalon Studio. With the supported features and keywords, you can execute and maintain your existing Selenium, TestNG and JUnit projects with Katalon Platform without starting everything from scratch.
This project demonstrates how Katalon Studio helps users to use their existing Selenium project in Katalon Studio. Katalon supports Selenium TestNG and Selenium based framework both.
How to migrate Selenium to Katalon
- Katalon Studio
- Basic understanding of Junit and TestNG
- TestNG/Junit Keywords.
We have two different application which we will use for our sample project:
- BBC (http://www.bbc.com)
- Heroku application (https://signup.heroku.com/)
Normal test script execution Data driven test execution
- Downlaod and extract the Junit and TestNG based framework.
- Add all your project file into .
- Change webdriver configuration as per screenshot mentioned below.
- You might need to fix all possible errors. (most of the errors are related to the project import so you need to add a proper path for package structure into the import section).
- Create a resource folder and add the Testng.xml file.
- Create a test case by using TestNG or Junit custom keyword.
- Refer to Execute tests with Katalon Studio overview or View test results and execution logs in Katalon TestOps to run the test and verify the test execution results.