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
2 answers

How to achieve real browser testing (launch browser) using Jenkins with Katalon studio?

I have configured Jenkins with Katalon studio but not able to launch the browser. Can anybody let me know what configuration we need to set it to launch (Chrome) browser in using Jenkins with Katalon studio. I have set up below command and able to…
Neeraj
  • 31
  • 5
0
votes
1 answer

ActiveMQ in Katalon Studio

Is it possible to somehow perform some actions in ActiveMQ using KS ? I know that with jMeter it is possible to work with ActiveMQ queues.
brithwulf
  • 538
  • 10
  • 35
0
votes
1 answer

Test Suite is not running in Katalon Studio

I'm trying to execute test suite, but it is stuck at: Launching the test suite... and when I click after 1 min it is not responding and closes.
brithwulf
  • 538
  • 10
  • 35
0
votes
1 answer

Colorized comments in Katalon Studio

Is it possible to make a comment in katalon studio colored ? Like how Warning looks yellow , Error looks Red and so?
brithwulf
  • 538
  • 10
  • 35
0
votes
3 answers

Invalid xpath expression to find a slider element

Very new to Katalon Studio and selenium. Trying to write an automated test using selenium webdriver to change the value of the slider on the webpage. I am failing to locate the element. Somehting is wrong with my findelement statement. Also once I…
sammy
  • 11
0
votes
1 answer

Cannot parse response body content in katalon studio

I’m facing a problem, where I can’t parse response body content. Here is what I use for parsing, that works for another responses but for current response it doesn’t work. String getContent = get_response.getResponseBodyContent() JsonSlurper slurper…
brithwulf
  • 538
  • 10
  • 35
0
votes
2 answers

Unable to parse HTTP Request

I'm trying to parse my URL with wildcards. The problem appears when I try to parse long strings with a wildcard. For example, my URL looks like this: http://testapi.com/v1/cards/%s/reissue?DesignId=%s&Comment=%s and this is my code:…
brithwulf
  • 538
  • 10
  • 35
0
votes
1 answer

Katalon dynamic xpath on script mode

I want to create a dynamic test object. Here's my test object's xpath: (.//*[normalize-space(text()) and normalize-space(.)='${username}'])[1]/following::span[1] I want to replace ${username} dynamically in my script. Here's what i've…
thekucays
  • 568
  • 3
  • 9
  • 32
0
votes
2 answers

Katalon Studio fails to launch on Ubuntu 18.04.1 LTS, not sure why

I can't launch Katalon Studio from ubuntu and it gives me an error. I cant see any logs in the path mentioned. I've navigated to it through the terminal and by the file manager and it is empty. Any ideas as to what is going on here? Any…
Daniel Legut
  • 106
  • 9
0
votes
0 answers

Katalon Studio throw error message during exit

I get error message when exit Katalon Studio. I use Windows 8.1 and Katalon Studio 5.9.1. Content of log file: org.eclipse.e4.core.di.InjectionException: org.eclipse.swt.SWTException: Invalid thread access !MESSAGE Job found still running after…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
1 answer

How do I decide which tool to shortlist for automation between Selenium and Katalon? Given the skillset is available for both

How can I make a choice between Selenium and Katalon? I have resources for both, I mean the Selenium guys can learn Katalon fast enough.
PrashantMP
  • 11
  • 1
0
votes
0 answers

How to create a chrome extension that can run custom Catalon scripts on it?

I am looking for a way to build a custom Chrome extension that runs Katalon scripts. From their main page I am not sure how to process and execute the outputted commands posts: open |…
user2167582
  • 5,986
  • 13
  • 64
  • 121
0
votes
0 answers

Katalon Studio - SwitchToWebView does not work in iOS real device

I am writing an automation script for iOS App. I was writing the script that supports iOS simulator. But , I was unable to receive notifications (and it is not possible as per Apple and various other forums). So, I switched to automation of App for…
megha
  • 141
  • 2
  • 15
0
votes
0 answers

Trigger/run earlier interaction in Selenium WebDriver

I want to achieve the following process. The scripts are written in Katalon, but it does not matter. Selenium approach is enough. I test an appearance of two elements in a dialog window. If a text message appears, the second element will not come…
Michal
  • 610
  • 10
  • 24
0
votes
1 answer

Need help on verifyElementNotInViewport : Katalon Studio

I want to verify if the element is not visible in viewport then scroll to that element, do the click and if already visible in viewport then directly click on the element For this i am using if (WebUI.verifyElementNotInViewport(TestObject obj, int…
Dipak
  • 53
  • 8