Questions tagged [katalon]

79 questions
0
votes
1 answer

Browser pop up not catched in Katalon Recorder

I'm recently used Katalon recorder for automating the online order system. Then, I notice that the browser pop up when adding cart was not catched while I recording the test case for Katalon recorder. Anyone here who has an idea what are the best…
Mark30
  • 1
  • 1
0
votes
1 answer

Retrieve the count of value from the global variable and select any random from the value

I have defined a list variable in the global variable section in Katalon studio, I want to retrieve the count of the list item and select any random value from it . I have around 25 values, .
user14435933
0
votes
1 answer

Katalon API Testing: How to pass two or more json data

Hope all are safe and good. I'm about to test API in Katalon tool, I'm having an Login API (https://abc.api.xyz.com/user/authenticate), I want to test the given API by passing Login JSON data (contains username and password)(as given in below…
sanjai
  • 128
  • 1
  • 1
  • 13
0
votes
1 answer

Use Gmail API in a keyword in Katalon Studio

I use this tutorial to connect to Gmail API: https://developers.google.com/gmail/api/quickstart/java I would like to make a keyword in Katalon Studio, which depends on Gmail API. I modified from sample code that line: InputStream in =…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
0 answers

Katalon Studio to manage dependencies in Gradle

I try to use build.gradle file in Katalon Studio project to declare dependencies. Project is to make requests to the Gmail API. dependencies { compile 'com.google.api-client:google-api-client:1.23.0' compile…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
0 answers

Want to pass in a string array into a WS.sendRequest using groovy

I am new to API testing and am using Katalon to develop the tests. I've Googled any question I could think of and couldn't find anything to answer my question. We have an API with the following Body [ "${idValue1}", "${idValue2}", …
0
votes
1 answer

Check checkbox if following label value is correct

I got a user administration and want to check the checkbox before the label with 'test'. The checkbox and label are seperate from eachother. I can't use //input[@type='checkbox'])[3] because the checkbox and label can appear on a different…
EfhK
  • 123
  • 2
  • 9
0
votes
1 answer

Background script execution in web - Katalon

we are using katalon studio version 7.8. We have initiated the script execution and proceeded with other works by accessing File explorer for example. Script execution is getting stopped and throwing an error “Timed out receiving message from…
0
votes
1 answer

Selenium issue : stale element reference: element is not attached to the page document - After clicking on expected text

I have an issue with a selenium web test I'm executing. I keep getting a stale element reference error after clicking and taking me to the next page(which is correct) WebDriver driver = DriverFactory.getWebDriver() WebElement PositionTable =…
0
votes
0 answers

Can't click with selenium on service console option of salesforce

i'm trying to automate Salesforce Service Console, but i'm having some troubles because the multiples iframes. One thing i really need is to click on the option "Close all primary tabs", but everything i have tried is not working. The weird thing is…
J0nZ3t4
  • 23
  • 5
0
votes
1 answer

How store href from an image xpath selenium ide ui vision katalon recorder

I want to store href url from an image but when i try it show error This is the code AAA I want to…
cicoria
  • 31
  • 6
0
votes
1 answer

Facing error message when we defined the webdriver factory in groovy class

Facing error message when we defined the web driver factory in groovy. Are there any errors in my code? Code Snippet: private static WebDriver driver=null; @Keyword public static void Customized_Start_Time() { driver =…
-1
votes
0 answers

katalon studio Installation issue for Mac

When I try to install appium I'm getting this error. I have tried everything which the internet says, but it is not working. npm install -g appium npm ERR! code ENOENT npm ERR! syscall mkdir npm ERR! path /path npm ERR! errno -2 npm ERR! enoent…
-1
votes
0 answers

How to import com.azure.cosmos.sample.common from Intelliji into KATALON Studio

I want to convert the code from 1 project, which written on Intellij by Java and want to convert into Groovy in Katalon Studio So I had already generated file JAR and imported in Library Management in Katalon Studio Added Lib The purpose is to…
Hoang
  • 1
  • 1
-1
votes
1 answer

how to solve "Your Connection Is Not Private" on katalon

While running katalon testcases on windows. I am facing "Your connection is not private" How can I bypass this in headless Chrome? I have tried to use web UI for acceptInsecureCerts but still not working.
Aenx
  • 9
  • 1