From Katalon Studio user 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 based project into Katalon Studio. Katalon supports selenium testNG and selenium based framework both.
- Katalon Studio
- Basic understanding of Junit and TestNG
- TestNG/Junit Keywords.
We have two different application which we have used 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 Include >> Script >>groovy
- Change webdriver configurion as per screenshot mentioned below.
-
Users have to fix all the errors.(most of the errors are related to the project import so users have 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.
For More Details - Selenium/TestNG/JUnit Migration to Katalon Studio.