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

Catching jQuery noty with Katalon Studio

My AUT has a jQuery "noty" that appears after clicking on a button. ("Noty" is a jQuery plugin for message/notification creation.) The message stays on screen for a couple of seconds and then goes away. I'm afraid that's to fast for methods such as …
Mate Mrše
  • 7,997
  • 10
  • 40
  • 77
0
votes
1 answer

How to reduce the font size in script mode in Katalon?

I would like to know if there is any way to reduce the font size in script mode because with bigger text only few lines are visible when working on laptops. Needs lot of scrolling which is not the best experience.
0
votes
1 answer

Katalon studio Unable to set text (Root cause: Element is not currently interactable and may not be manipulated

Hi guys i am using katalon studio and whiling passing text via set text email to email input field i am getting this issue: Test Cases/Valid_Login FAILED because (of) Unable to set text 'usman@myfake.tk' of object 'Object Repository/Page_Webtalk …
usman ahmad
  • 115
  • 1
  • 3
  • 18
0
votes
1 answer

Can we see the UI view from Katalon with Kobiton for Mobile

Is it possible to view the Mobile UI view, if we run our Mobile test scripts in Katalon with Kobiton?
0
votes
1 answer

Can Katalon Studio simulate different types of mobile devices while testing?

I need to make sure that our software runs smoothly on every type of mobile android and ios device that are out there. Is Katalon studio capable of running tests on different types of devices without physically having those devices?
0
votes
2 answers

How i can't do swipe on tablet phone by katalon studio?

I can't find the correct "X" and "Y" coordinate. when I enter the "X" and "Y" coordinate it will scroll the top menu bar.now I am using tablet phone.
Krishna Sagar
  • 11
  • 3
  • 10
0
votes
0 answers

how to install Selenium WebDriver in macOS High Seirra?

I have followed this instructions: https://www.utest.com/articles/selenium-setup-on-a-mac-and-configuring-selenium-webdriver-on-mac-os But when I tried mvn test, I get an error: sh-3.2# mvn test sh: mvn: command not found sh-3.2# Then, I tried to…
KD.S.T.
  • 573
  • 1
  • 5
  • 27
0
votes
1 answer

How to clear Session details in HTML5 using Selenium?

I am using following method to clear session storage value public static void CleanCache() { WebDriver driver = new WebDriver() LocalStorage local =((WebStorage)driver).getSessionStorage().clear() } But getting following error Getting Following…
ChanGan
  • 4,254
  • 11
  • 74
  • 135
0
votes
1 answer

Katalon Studio: Suppressing Alerts in Chrome Preferences

I'm trying to UI Test Salesforce Lightning with Katalon Studio, and with manual attention, it works, because I am always able to dismiss the Alert that wants to send me notifications (a standard when Lightning is used). The Dismiss/Accept alert…
0
votes
0 answers

Run Sikuli commands on Katalon-Studio

I'm trying to run a test that contains Sikuli methods in it via Katalon-Studio. I added the necessary libraries but still getting this error when it tries to execute the Sikuli command: [error] ResourceLoaderBasic: checkLibsDir: libs dir is not on…
0
votes
1 answer

Access current driver in Katalon Studio

I am trying to use Appium's TouchAction inside of Katalon Studio. I need to pass the Appium driver into the TouchAction() constructor. When Katalon runs a test, the driver already exists. Is there a way to access the driver that is created by…
0
votes
3 answers

How to return multiple variables from one test case to another using Katalon

TC1: 01_UserManagement/Login String u = WebUI.getAttribute(findTestObject('SignInPage/txt_username'), 'placeholder') WebUI.setText(findTestObject('SignInPage/txt_username'), username) String p =…
ChanGan
  • 4,254
  • 11
  • 74
  • 135
0
votes
1 answer

Reading from second column of excel inside a for loop in Katalon studio

I have a for loop which reads data from a particular column "A" of an excel sheet. Now, for this for loop in the first iteration I need to read specific rows like row 1 and row 3 from another column "B" of excel. Then in the second iteration I…
Tarun Das
  • 131
  • 9
0
votes
1 answer

Error at Katalon Command mode in Unix: unable to resolve class internal.GlobalVariable

Developed code in Windows 7 and then using Winscp moved code to Unix box, Getting below error in Unix env after I typed below command in Unix box ./katalon -runMode=console…
Tarun Das
  • 131
  • 9
0
votes
1 answer

Katalon: Unable to click on object: Web element with id not found

I'm new to katalon so I might have simple questions. I'm trying a recording example. My purpose is just verify if an admin user is able to view the entire dashboard page by checking if admin-only elements are rendered. For ex, 'users' can be viewed…
RandomEli
  • 1,527
  • 5
  • 30
  • 53