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 get absolute path with TestDataFactory in Katalon Studio

I used to have a excel sheet bound to my test case by def dataUserPass = TestDataFactory.findTestData("myTable") where "myTable" is relative id of a file located at C:/Users/myself/git/my-project/Data Files/myTable. Recently I moved my code to a…
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
0
votes
0 answers

Katalon Studio SQL Query case statement

I'm working with Katalon Studio for web testing automation. I'm using data from database for user login, and I had to difference from ORMA_PROFESSIONALS.PROF_SURNAME_2 that are written with a white space. But when I use this query in Katalon Studio…
Jorege
  • 1
  • 1
0
votes
1 answer

How to wait for partial element attribute value in Katalon Studio

My app uses traffic-light styled images to report success of message sending back to the user. HTML of the images is something like this:
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
0
votes
0 answers

Katalon Studio - Cannot send the test request: Invalid start or end

I'm trying to send 'POST' web request to specific address (for example: https://qa.alycedev.com/) Any properties set (header, body, cookies, url encode/decode) leads to error while sending my web request: Warning > Cannot send the test request.…
0
votes
1 answer

React Native E2E test in Katalon Studio

My team is using Katalon for testing web application. It's comfortable and good tool for that, so when we got to create a mobile app on react-native we were pretty sad when we tried to get it working with Katalon and failed. We tried to record some…
Leo Odishvili
  • 1,004
  • 1
  • 7
  • 29
0
votes
1 answer

Katalon Studio: how to use regex to identify objects by attributes?

If I try to identify objects in Katalon Studio (e.g. using the Object Spy) by "Selection Method: Attributes" then I can find successfully for example a logout button by the combination "text > equals > Logout". The xpath expression for this…
Alan Z.
  • 143
  • 6
0
votes
1 answer

Can we export Katalon java code and reuse the code in a POM framework?

I would like to know if we can record and export the java code from the Katalon Studio recorder and import the code and use it in any POM framework?
rekha1211
  • 11
  • 1
0
votes
1 answer

Gitlab and Katalon Studio - Source Git repository is empty

My disk died. Remote Katalon Studio repository is setup with Gitlab. I am able to reach the repo via web browser, but when trying to clone repository with Katalon Studio, after being promped for login information twice but with no error messages, I…
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
0
votes
1 answer

Send keys to browser dialog windows in Katalon Studio

I would like to print pages after each click in Chrome. So script should perform a click and after that send "CTRL+P" to open printing dialog and "ENTER" to save page as PDF file by default.
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
2 answers

katalon / groovy if element not present with else statement

I need help in katalon studio groovy script for if else statement. If the element 'Page_Quick Inbound/input_Bad_quantity' is not found then it should skip the current iteration and continue with the next iteration. 12th line in the code I have tried…
Kanted
  • 169
  • 1
  • 12
0
votes
0 answers

How to set a date in katalon from a datepicker

I have a problem with a unit test. Use Katalon and find all the fields LESS the datepicker ... in them it falls and it gives an error when I select a from a datepicker 09-08-2018 05:58:36 PM - [FAILED] - Unable to click on object 'Object…
0
votes
4 answers

How to use a global variable in a different test case? katalon

katalon tool My setup is as following: A global variable defined as "name" with type string. Initial value is '' (empty) Testcase Registration, where name will be assigned a random value. Testcase Login, where the loginname is the global variable…
fanlishen
  • 1
  • 1
  • 1
0
votes
3 answers

Groovy get object within json slurper object with string

I'm trying create a function in which I pass a json object from JsonSlurper and a string which contains json object located in the original. If it does, it returns true or false if the elements count condition is satisfied. For example: myJson: { …
usr4896260
  • 1,427
  • 3
  • 27
  • 50
0
votes
4 answers

Katalon test stuck on "Running"

Katalon test running stuck on Running with all the browser options Katalon stuck on running Any clue on how to solve this? I am using a simple open browser script
jacalf
  • 1
  • 2
0
votes
1 answer

Navigate to folder and run sendEmail from CMD

I'm building a simple email reporting system for my automated tests (in Katalon Studio). When tests are failed, email gets sent using sendEmail. if (GlobalVariable.testSuiteStatus=='FAILED'){ String bf = RunConfiguration.getProjectDir() +…
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77