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:

787 questions
0
votes
1 answer

Katalon Studio creating element with webDriver not recognised when used in Javascript

I'm trying to use the executeJavascript method in Katalon Studio, and having written a couple lines of code that look really similar to that in the documentation example: documentation example: my script: I have also imported WebElement in my…
0
votes
1 answer

Chrome headless capability of showing pop-up windows

I've created a test that handles the 'Open File' Explorer window during a file upload process. The thing is that chrome headless by default doesn't show the 'Open File' window, therefore the test fails. In Firefox headless though, the window is…
MaterialZ
  • 321
  • 1
  • 12
0
votes
0 answers

Error downloading Appium

I want to try Katalon-Studio's mobile testing feature. I followed this tutorial: https://docs.katalon.com/display/KD/Mobile+on+Windows but when I got to the step where I need to download appium, I got the following error: Appium_Error_img Any…
MaterialZ
  • 321
  • 1
  • 12
0
votes
1 answer

Getting internal Error while executing Junit test in Katalon Studio

I have to integrate Gherkin with Katalon Studio, so I created a test project in Groovy with a basic scenario and imported the project in Katalon Studio. When I execute the Junit test in Katalon Studio it throws the error: "An internal error occurred…
Divya Nair
  • 39
  • 4
0
votes
3 answers

Web test recording: automatically insert assertions during recording?

I need to automate as much as possible the recording of Web test scenarios. Selenium IDE or better Katalon plugin for Chrome seem very effective for this. However what's missing in the recording are the assertions. I've so far found no real…
0
votes
0 answers

Katalon suite execution via Jenkins error

I'm trying to execute my test suite via Jenkins using Firefox headless but I keep getting an error and I can't figure out how to solve it. This is the console log: [Parent 5024, Gecko_IOThread] WARNING: pipe error: 232:…
0
votes
0 answers

Is it possible to call one custom keyword function from another Custom keywords from katalon Automation Tool?

I am trying to call method from one custom keywords to another Custom keywords functions But i am getting below error, 05-30-2018 02:59:02 PM - [START] - Start action : mandatoryfield_Validation.Mandatoryfieldvalidation.textfieldvalidation …
Vel Guru
  • 394
  • 1
  • 3
  • 16
0
votes
1 answer

How can I control the speed while playing, to match the recording speed in Katalon for Android?

I am using the Record and play functionality for Android in Katalon Studio. I want the system to replay with the same speed with which the steps were recorded. Please let me know how this can be done.
Divya Nair
  • 39
  • 4
0
votes
1 answer

File upload test using Katalon when the 'browse' button isn't an input element

I want to test a file upload but as opposed to the How to Handle File Uploads tutorial, the 'Browse' button in my case isn't an Input element. I've attached a pic of the HTML script of the 'Browse' button: html_script_img and this is how it looks…
roinrb
  • 31
  • 3
0
votes
1 answer

HP UFT and LR are blocking execution of other IDEs

IntelliJ IDEA Community Edition and Eclipse cannot be started after UFT and LR are installed on Windows 8.1. These applications can be started only as an administrator user. When I try to execute as a standard user I don't get any error message,…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
2 answers

KATALON 5.3.1 version should support UTF8?

I use KATALON version 5.3.1. When I load data with String texttomanipulate = data.internallyGetValue where TestData data = findTestData("xxx"). texttomanipulate doesn't show char with accents corectly! The 5.3.1 version should be UTF8 ? If yes,…
E.Racineux
  • 88
  • 5
0
votes
1 answer

Katalon Studio not able to run test in Chrome

I recorded a test case on Chrome and wanted to run the test. When I run it, it just opens up a browser and doesn't add the URL If I open in Firefox, the URL is added but the proxy settings default to no proxy (but I am behind a firewall) How do I…
Prateek Narendra
  • 1,837
  • 5
  • 38
  • 67
0
votes
1 answer

Katalon browser authentication on Mac

Im trying to automate a site (using Katalon) that uses browser authentication on a Mac. I can see that Windows users can use the Authenticate keyword, but is there a similar keyword or setting / configuration option for Mac users?
jrc16
  • 97
  • 7
0
votes
1 answer

How do I connect Katalon studio to my Database?

Mamp Pro 4.3 Licensed. Katalon Studio 5.2 MacOS High Sierra 10.13 Im having this issue: This is my mamp ports: I have already tried: jdbc:mysql://localhost:3306/DB_NAME jdbc:mysql://127.0.0.1:3306/DB_NAME jdbc:mysql://127.0.0.1:8888/DB_NAME…
KD.S.T.
  • 573
  • 1
  • 5
  • 27
0
votes
1 answer

Not able to login based on the roles in katalon studion

I am trying to implement a data-driven framework in Katalon Studio. Kindly send the code to login to the application based on the roles. Login credentials are saved in an excel including roles like admin, supervisor. When I am trying to log in all…
anu shaji
  • 39
  • 3
  • 8