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

Does Katalon Studio support hybrid apps automation and new browser version released?

I am new to automation and doing POC on katalon studio. If anyone using katalon studio for UI automation. I have two questions: Can you please tell me if Katalon Studio support hybrid app testing on Android and iOS (Mac or Windows)? Does katalon…
C. T.
  • 95
  • 1
  • 13
0
votes
1 answer

Katalon Studio Web Recorder seeing current step

I have recorded a test case via Katalon Studio -> Web Recorder and now I'm running it to check if everything goes as expected (still in Web Recorder UI). Something goes wrong, can I see the current step Katalon tries to execute?
julka
  • 1,172
  • 2
  • 13
  • 29
0
votes
1 answer

If/Else statement in Katalon Studio

I'm try to do this statements but not successful. Can anyone help me. Thank you alot if (WebUI.verifyTextPresent('Nhân viên hiện không rảnh trong khung giờ này', true) { WebUI.waitForAlert(2) WebUI.click(findTestObject('Page_Trang Qun L…
0
votes
1 answer

Unable to capture objects in android emulator but same is working fine in real device

I want to automate a hybrid mobile app built in Cordova using emulators. I am not able to capture the elements on an emulator. While capturing the elements,i am getting the "element retrieved is not found" error when the script is executed. Along,…
0
votes
2 answers

Katalon command not working in KatalonStudio docker image in CircleCI. How to make it work?

I used below image inside CircleCI config: katalonstudio/katalon-circleci Next, I used below command to launch the script execution. katalon -noSplash -runMode=console -consoleLog -noExit - projectPath="XYZProject.prj" -retry=2…
Narendra
  • 1
  • 1
0
votes
1 answer

Context menu item

I have created a test case to click a context menu item in Katalon. Expect result- Once the item is clicked, a new page should open in the same browser page to enter text data. What I see- test results show item click as pass but the new page is…
Lalitha g
  • 11
  • 1
0
votes
0 answers

Session timeout Test Katalon/Selenium

I have to test a website, to see if it logs out the user after 2 hours of inactivity, but I do not want to wait 2 hours for the test to finish. Is there a way to test the session timeout of a website faster with Katalon or Selenium?
0
votes
1 answer

Export page text from Katalon Recorder

Just getting started with Katalon Recorder. After navigating and loading a page, is there a way to store the entire page text? I am trying to automate a function where I have to click into a list item, select all, copy and paste into excel.
DickyS
  • 115
  • 1
  • 10
0
votes
1 answer

How to get value from date picker in katalon studio

I want to get value from date picker (get date from date picker and stored in to variable) in katalon.
0
votes
1 answer

I want to convert normal selenium Webdriver Java script into Katalon studio script

Below is the code for the same , Below code running fine in selenium webdriver open source framework . I want to utilise same code in Katalon studio @Test (priority=6,description="Update Profile name") public void UpdateProfileChrome() throws…
Abbas Ali Husain
  • 195
  • 2
  • 13
0
votes
2 answers

How do i scroll down to an element in Katalon?

I am unable to scroll down to the save button at the end of the page. Have tried using scrollToElement function but it does not work. The error given : Test Cases/merchantAdd1 FAILED because (of) groovy.lang.MissingMethodException: No signature of…
0
votes
1 answer

Selenium WebDriver XPath points to second row, but findElements returns first row

I have HTML that looks like this: