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
-1
votes
1 answer

XPATH Input Tag Query - Katalon Studio

I wanted to read the text of "TestData.txt" from the below HTML Code. There is huge html code in the original page. Sharing the below content for reference. There are few more input tags on the top to the below mentioned HTML code. Can you please…
Venkat D
  • 41
  • 6
-1
votes
1 answer

Why Jenkins failure with Error : Exit 9009

I am trying to deploy a Katalon Testcase to Jenkins but some errors appear, such as: is not recognized as an internal or external command Exit 9009
Vu Phuong Nam
  • 179
  • 2
  • 11
-1
votes
1 answer

Why is My Jenkins not work with TestSuit of Katalon

My TestCase run in Katalon: OK. My TestSuit run in Jenkins: Not OK. I don't know why? I checked config and it is OK. I think the related issue is that Jenkins installation is wrong.
Vu Phuong Nam
  • 179
  • 2
  • 11
-1
votes
1 answer

Anyone knows, how Katalon finding xpath while running a webpage on the browser?

I would like to understand more on how is Katalon identifying web element's xpath while the user is hovering the mouse on the webpage. It works just like how the inspect element from web developer tools work. Can someone explain the actual code of…
-1
votes
1 answer

unable to record a WebUI using katalon studio

I tried to record a web UI and run the test using Katalon studio. To record web, I entered the URL in web recorder and selected chrome as the browser. The browser is opened but not the site. Instead, I received error messages. The same case happened…
tester
  • 1
-1
votes
1 answer

How to close alert pop up window in Katalon extension?

Please, check the below link. How to close this: https://www.screencast.com/t/hOwFbLRD6q
Renu Thakur
  • 551
  • 11
  • 35
-1
votes
4 answers

Accept everything in java if condition

today I wrote a programm that automaticaly checks if an Netflix account is working or not. But I'm struggling at a point where I need to accept all the country codes in the URL. I wanted to use something like * in linux but my IDE is giving me…
-1
votes
1 answer

Katalon Studio: executeJavascript method works in test run, but no change in browser

In Katalon Studio, I have created a test whereby at some point I want to change an element's background colour to blue. I use this instruction in my script:…
user74843
  • 701
  • 2
  • 10
  • 28
-1
votes
1 answer

How to reduce size and size on disk?

We have created Automation Projects using Katalon Studio.. Currently The project folder size is it shows like: Size: 1.61 MB Size on Disk: 4.45 MB Contains: 1033 Files, 444 Folders How to reduce the difference between Size and Size on Disk.. When…
ChanGan
  • 4,254
  • 11
  • 74
  • 135
-1
votes
2 answers

Moving on from Selenium IDE

I work in a small firm whose product is a relatively simple web-based software. For the last several years we have used Selenium IDE and it's record-and-play functionality. It has delivered 98% of what we need. However, now that Selenium IDE will no…
-1
votes
1 answer

How we can run automated test cases using katalon studio in mobile(Android/IOS),since i am new to this tool seeking for configuration as well

How we can run automated test cases using katalon studio in mobile with Android and IOS platform. Since i am new to this tool seeking for configuration of this tool for mobile testing
Rakesh kumar
  • 157
  • 2
  • 3
  • 9
-2
votes
1 answer

What are the differences between Katalon studio and Katalon recorder?

I would like have automation tests using Katalon. I have seen there are two options, Katalon studio and Katalon recorder. Can you please tell me and explain what are the differences between them? Each one has a different purpose? Thank you!
Hagai
  • 11
  • 4
-2
votes
2 answers

How can I add the next list to do a sum and avarage?

I got the following code: def arrayOfInts = [actual_speed_mobile_1.toInteger(), actual_speed_mobile_2.toInteger(), actual_speed_mobile_3.toInteger(), actual_speed_mobile_4.toInteger(), actual_speed_mobile_5.toInteger()] "this is…
iollo
  • 47
  • 8
-2
votes
1 answer

how to create new file, file name incremental

i have written codes to generate random ID and store to file. then send the data which data contains the stored ID. Then I set it to loop 3 times. The data sent sucessfully 3 times, but there is only one file and contains LAST ID only. I wanted to…
user2201789
  • 1,083
  • 2
  • 20
  • 45
-2
votes
1 answer

Can I write a code in groovy in wait for page load?

I'm using Winium automation tool for desktop apps that is integrated with Katalon Studio but I'm using static wait time, like Thread.sleep(). Sometimes page load is taking more than the time what I'm putting there. So is there any way to use groovy…
1 2 3
52
53