Questions tagged [katalon]

79 questions
1
vote
0 answers

Caused by: org.openqa.selenium.ElementClickInterceptedException: element click intercepted:

I am working on a project with Katalon Studio 7.7.2. The automation test does not work as desired. I tried it on 2 different ways. I have run it with chrome normally an with chrome (headless). Both unsuccessful. That's the error: Caused by:…
DanDan
  • 11
  • 2
1
vote
0 answers

Katalon cannot send request

When I send a request, it always returns status code 200 but the response is direct to the login page and not the value of my request. Here is my manual script: String mycookie = GlobalVariable.myToken String mycsrf = GlobalVariable.mycsrf …
1
vote
2 answers

Find xpath of element knowing a part of href attribute only selenium ide ui vision katalon recorder

I need to detect via xpath an element (image with href) but i know a part of href only This is the html AAA
cicoria
  • 31
  • 6
1
vote
1 answer

Katalon run all test suites on Test Suites folder

I'm new to Katalon. I have a Katalon Project that looks like: main project: foo1 foo2 Test Cases Test Suites file1.ts file2.ts .... file.ts So I would like to run all the test files in Test Suites folder on Jenkins with Docker container.…
Nightt
  • 392
  • 1
  • 4
  • 18
1
vote
0 answers

Can write Groovy server code in Katalon test case?

I have written a test case that injects and fetches data into and from the system via APIs. So far the journey is good. In today's date, my test case is acting as a client where it depends on a server. Can we make our test case listen for user…
Sunil Yerra
  • 53
  • 1
  • 7
1
vote
2 answers

Katalon Recorder : If variable contains some text - True/False

In Katalon Chrome addon or Selenium Chrome addon, I'm trying to set up a simple check to verify if an element contains a specific text. Here is what I've done so far : Katalon Recorder (Example): Command | Target | Value click | id=subscribed…
Fwed
  • 11
  • 4
1
vote
1 answer

Katalon - Upload a file using POST API

I’ve searched for this issue and seems to be discussed a couple of times but with no real resolution. I’m trying to upload an XML file using a POST request and form-data, but I get the following error response: { "error":"The results file is…
1
vote
1 answer

Katalon - How can I assign GlobalVariable to Test Case variable default value?

When defining a Test Case variable with Katalon Studio, how can I set his default value to be a Global Variable value?
francadaval
  • 2,451
  • 3
  • 26
  • 36
1
vote
2 answers

How to get Test Case name in Katalon Studio

I am trying to take a screenshot of every Test Case and have it exported to a screenshot directory with its name. I am using: testName = RunConfiguration.getExecutionSourceName().toString() but this only contains the name of the Test Suite and NOT…
Qma
  • 111
  • 1
  • 8
1
vote
3 answers

Finding partial attribute value in Katalon

Trying to find a partial attribute value. Full value is no problem. I have h1 class="a b c" and want to find out, whether this h1 has a as a class attribute. Trying WebUI.verifyMatch(findTestObject('mytest/mytest-h1'),'a', 'a.*', false,…
Evgeniy
  • 2,337
  • 2
  • 28
  • 68
0
votes
0 answers

Unable to navigate on register screen through katalon studio mobile testing

I am doing mobile testing on katalon studio using appium. I am having an object like this android.widget.TextView - Dont have any account Register. In this object only the Register text is clickable. When I am running my test with this object so…
0
votes
1 answer

Can a Katalon test call another Katalon test that uses variables from an excel file?

I have an automation test that creates a n people that are loaded in an excel file. (Create new Person) Now I'm trying to create a 'New Case Test' that calls 'Create new Person' to get the people and add them into the case. However at runtime the…
gman
  • 167
  • 1
  • 16
0
votes
0 answers

How to find absolute path to Katalon Recorder extension test suite for command line runner

exploring Katalon recorder in chrome as an extention, but facing the below issue Need to run below command in command Line runner kr-cli run --report= Need to understand the pathToHtmlFile I am confused about this one. Looking forward for help
Tanya
  • 1
0
votes
0 answers

Commit and Push button is disabled in Katalon Studio when trying to commit changes

I am using Katalon version - 8.5.5 . Have been able to commit and pull changes successfully from Gitlab to Katalon. But now for me the Commit and Push button is disabled (greyed out). No changes to setting/configuration made recently. I am able to…
Swarna
  • 11
  • 3
0
votes
0 answers

Katalon web recorder erreur IOS

What could be causing the "unknown server cannot find chrome binary" error when using Katalon Studio's web recorder to record test cases on iOS Ventura 13.4, while using JDK 1.8? Can anyone provide assistance with this issue, please? same problem…