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
-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
  • 115
  • 1
  • 3
  • 7
-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…
user12158726
  • 519
  • 1
  • 15
-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…
-2
votes
1 answer

Report Modification in Katalon Studio

I want to modify the Katalon report: I need to change the Host Name in the Report. Please provide the solution if any. Thanks KSK
KSK
  • 1
-2
votes
1 answer

Using the parameters that are read from excel in the API

I have two parameters [username and password]. These two could be read from excel into the API. But when I use these values in the API, I could not get the response in the API. Kindly help me with the solution. Thanks in advance. I am using excel to…
-2
votes
2 answers

How to loop test cases in Katalon Studio?

I have some 5 Test cases and I want them to keep running for 5-6 times repeatedly. How can I do that? Please help. For Profiling Purposes I want them to keep on running.
-2
votes
3 answers

How can I use JavaScript in Katalon Studio?

Sometimes, I encounter an element which I'm unable to click with a normal Selenium script so I have to use javascript to execute my script. How can I use JavaScript in Katalon Studio?
Chris Smith
  • 97
  • 1
  • 4
-2
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
  • 3,985
  • 9
  • 62
  • 113
-4
votes
1 answer

How to get array list at once

In my console,could see below set of array list getting generated by loop (not at once) [09/25/2019, $221.03, 22,481,010, $218.55, $221.5, $217.1402] some output stuff .. [09/24/2019, $217.68, 31,434,370, $221.03, $222.49, $217.19] some…
CookieMan
  • 71
  • 8
-4
votes
3 answers

output is not what is expected (Tue Aug 20 07:52:00 IST 2019 )

The output should be the same as (dd-MM-yyyy HH:mm) but could see "Tue Aug 20 07:52:00 IST 2019" String[] tokens = lastupdated.split(": | \\("); Date date1 = new SimpleDateFormat("dd-MM-yyyy HH:mm").parse(tokens[1]); System.out.println(date1);…
lahimadhe
  • 386
  • 1
  • 14
-6
votes
2 answers

tools to automate the script webdriver in jmeter

is there any tools which can make the automation script for webdriver in Jmeter?
1 2 3
46
47