Questions tagged [katalon-studio]

Katalon Studio is a desktop application for automation testing. Use this tag for issues related to Katalon Studio application. Katalon Studio supports scripting using groovy and Java, and integrates with several tools. Please use additional tags if your question is specific to groovy, Java, Git and/or other technologies integrated with Katalon-Studio.

Katalon Studio is a desktop application for automation testing (see ) of web applications, SOAP/REST web services, and mobile applications.

Main features:

  • Free and
  • Provides project templates for organizing test cases, object repository, and keywords
  • Fully supports Web, Android, iOS and API testing on all operating systems
  • Tool integration, easy to integrate with , , and with native plugins
  • Data-driven testing
  • Comprehensive reports generation
  • Scripting supports using and
  • Windows 10 application testing (from Version 7.0)

Online help:

Need help with Katalon Studio? Refer to their official tutorial or ask a question in katalon community

Related tags:

Reference:

702 questions
22
votes
5 answers

Element MyElement is not clickable at point (x, y)... Other element would receive the click

I am trying to make some tests using selenium based Katalon Studio. In one of my tests I have to write inside a textarea. The problem is that I get the following error: ...Element MyElement is not clickable at point (x, y)... Other element would…
nix86
  • 2,351
  • 7
  • 27
  • 59
12
votes
0 answers

Katalon Studio vs Selenium

I have been using Selenium to test software for a long time. I recently installed tried Katalon Studio and think it requires less knowledge of coding. Will Katalon replace Selenium? Is it good to start tests in Katalon?
selvakumar
  • 550
  • 5
  • 22
10
votes
5 answers

Katalon - export recorded test script to java/junit

Is there an option to export recorded test script to Java/JUuit(similar to slenium IDE) in Katalon studio? Because the application I'm working on is compatible only with IE; so I couldn't use selenuim IDE. so I'm forced to find someother tools to…
10
votes
5 answers

How do I run Katalon test suite in Jenkins inside Docker

I have a Katalon test suite setup and it runs great in the UI and from the CLI on the machine where I have Katalon studio installed. I have Jenkins CI server running in a docker container, and I would like to setup a job to run my test suite on that…
mikeb
  • 8,943
  • 4
  • 43
  • 94
9
votes
4 answers

What are the cases to choose Katalon over Selenium?

I know that Katalon technology is built on top of Selenium. I also know that Groovy has some very powerful features for testing. But still, is Katalon a little bit underestimated? In which way should someone choose which one to use?
8
votes
3 answers

Upload files to site automatically without browser focus

I work on test script to automate file uploading to a site and execute script in headless mode. It needs to upload list of files one by one, I develop it based on Selenium WebDriver. I use AutoIT script to handle dialog window, file chooser window.…
plaidshirt
  • 3,973
  • 12
  • 55
  • 140
8
votes
2 answers

How to automatically authenticate when launching a web app from Katalon Studio in Firefox

I am making test cases using Katalon Studio. The problem is that when I launch the test case on Firefox it shows me the "Authentication Required" popup. Instead when I use Chrome or Explorer it doesn't happen. How can I get rid of this popup when I…
nix86
  • 2,351
  • 7
  • 27
  • 59
7
votes
1 answer

Connect to Oracle SQL in Katalon Studio

I tried to use Groovy script below from to connect to an Oracle SQL database: def connectDB(String dataFile){ //Load driver class for your specific database type Class.forName("oracle.jdbc.driver.OracleDriver") String connectionString =…
plaidshirt
  • 3,973
  • 12
  • 55
  • 140
7
votes
2 answers

How to upload a file/photo using katalon studio?

I'm trying to upload file using katalon studio for automation testing (web Testing. After clicking on 'Browse' button the windows popup is opened but i can't choose photo or go to specific path. I found a command WebUI.UploadFile() but I think I'm…
4
votes
1 answer

Run katalon docker on windows

I have read this: https://github.com/katalon-studio/docker-images but I seem to have problems with the syntax... Does anyone have an example of a functional line for windows? tnx in advance
isus hristos
  • 110
  • 1
  • 9
4
votes
3 answers

Katalon studio Java jar files

I want to use my Java code in Katalon studio, but I don't know which .jar files I have to import to Katalon. I read all the documents which were provided by Katalon and read all forum posts regarding java code use in Katalon. I did not find the…
Tina
  • 41
  • 2
4
votes
3 answers

Running the same Katalon test case with a different parameter

In our Katalon Studio project we have a test case. We like that test case to accept a parameter from the command line when running the test suite. For example, we like to run the same test case one time with parameter=A and another with…
riorio
  • 5,015
  • 5
  • 29
  • 70
4
votes
1 answer

Repeating actions with Selenium with a different value each time

I am new-ish to Selenium, so I use Katalon Automation Recorder through Chrome to quickly draft scripts. I have a script that makes an account on a website, but I want to make more than one account at a time (using a catchall). Is there a way for…
4
votes
2 answers

SQL Exception - Network-related or instance specific. SQL Express "It works on my machine" issue

EDIT: It only took a week but I eventually found out the issue, primarily due to pure luck and another error with a more specific fix. The issue was with the connStr I had made, which for some reason on this machine gave me the error randomly of…
4
votes
1 answer

Katalon Debian Headless Browser

I'm switching from Selenium to Katalon and i faced some problems. I'm using Jenkins which is installed on Debian OS: I'm running this command: ./katalon --args -runMode=console…
Andre
  • 123
  • 1
  • 8
1
2 3
46 47