katalon-studio Questions
3
Solved
I would like to know if it is possible to retrieve the name of a variable.
For example if I have a method:
def printSomething(def something){
//instead of having the literal String something, I ...
Jenness asked 2/4, 2019 at 16:38
6
Is there an option to export recorded test script to Java/JUuit(similar to slenium IDE) in Katalon studio? Because the application I'm working on is compatible only with IE; so I couldn't use selen...
Barman asked 18/9, 2017 at 2:41
6
Solved
I have a Katalon test suite setup and it runs great in the UI and from the CLI on the machine where I have Katalon studio installed.
I have Jenkins CI server running in a docker container, and I w...
Isotonic asked 12/9, 2017 at 19:1
5
Solved
I am trying to make some tests using selenium based Katalon Studio. In one of my tests I have to write inside a textarea. The problem is that I get the following error:
...Element MyElement is no...
Anthocyanin asked 23/6, 2017 at 14:42
2
Solved
How can I read an XHR response and parse it in Katalon Studio?
I currently use a workaround way of testing responsiveness of my app: I use various waitForElement_*_() (*=visible, clickable, presen...
Redress asked 22/1, 2019 at 12:12
2
I'm trying to upload file using katalon studio for automation testing (web Testing. After clicking on 'Browse' button the windows popup is opened but i can't choose photo or go to specific path. I ...
Armillary asked 30/7, 2017 at 8:57
4
Solved
I know that Katalon technology is built on top of Selenium.
I also know that Groovy has some very powerful features for testing.
But still, is Katalon a little bit underestimated?
In which way ...
Desiree asked 21/12, 2018 at 9:2
1
Solved
After installing Katalon Studio v.5.8.2 to a co-workers laptop, when trying to run the test, test fails with this exception
Test FAILED because (of) (Stack trace: com.kms.katalon.core.exception....
Echelon asked 7/11, 2018 at 14:26
3
I work on test script to automate file uploading to a site and execute script in headless mode. It needs to upload list of files one by one, I develop it based on Selenium WebDriver. I use AutoIT s...
Condolence asked 18/10, 2018 at 11:55
1
Solved
I tried to use Groovy script below from to connect to an Oracle SQL database:
def connectDB(String dataFile){
//Load driver class for your specific database type
Class.forName("oracle.jdbc.drive...
Stereoscope asked 12/3, 2018 at 14:33
2
I am making test cases using Katalon Studio. The problem is that when I launch the test case on Firefox it shows me the "Authentication Required" popup. Instead when I use Chrome or Explorer it d...
Stifle asked 24/7, 2017 at 8:23
2
I want to write an if statement that tests two conditions in Groovy, but the language does not appear to support && or &. I'd like to avoid using a nested if statement if possible...
Caitiff asked 25/10, 2017 at 12:30
0
I have been using Selenium to test software for a long time. I recently installed tried Katalon Studio and think it requires less knowledge of coding.
Will Katalon replace Selenium? Is it g...
Dansby asked 17/9, 2017 at 16:49
1
© 2022 - 2025 — McMap. All rights reserved.