Skip to content

katalon-studio-samples/katalon-selenium-migration-sample

Repository files navigation

Introduction

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.

Requirements

Use case

We have two different application which we have used for our sample project

Normal test script execution Data driven test execution

How to migrate

  • Downlaod and extract the Junit and TestNG based framework.

  • Add all your project file into Include >> Script >>groovy

image

  • Change webdriver configurion as per screenshot mentioned below.

image

  • 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.

image

  • Create a test case by using TestNG or Junit custom keyword.

image

  • Run the test execution. Here
  • Verify the test execution results. Here

image

For More Details - Selenium/TestNG/JUnit Migration to Katalon Studio.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published