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
-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
2 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
  • 95
  • 1
  • 4
-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
  • 374
  • 2
  • 16
-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
52
53