Once again, we are thrilled to welcome you to our Ask Katalon Anything activity where you can ask our team about anything Katalon-related, from tips, tricks, and best practices when testing with the Katalon Platform, to industry and general questions, you name it.
Within this thread, you will be able to ask our KShare contributors (from our Product Support team) about the following topics:
Katalon Studio (and more specifically Integrations & Setup)
Web Testing
API Testing
Mobile Testing
Please remember to follow the guidelines below to ensure a positive experience for everyone!
Timeframe
Start date: 2024-06-04T17:00:00Z
End date: 2024-06-21T16:59:00Z
Guidelines
Ask one questions at a time by using the Reply button At the Bottom of this thread.
Add an indicator at the top of your question, so that our team members know which topic of discussion you are asking about. For example, if you are asking about Web Testing, then simply put [Web testing] at the start of your question.
Read through the thread to make sure your question has not been asked by another member already.
As our team members are also busy with other projects, please allow them up to 4 days to answer your questions. Thank you for your understanding.
Bhavyansh Ameta (@bhavyansh.ameta) - Junior Product Support Specialist
Caryln (@thi.thai) - Product Support Specialist at Katalon
Hani Vo (@hani.vo) - Junior Product Support Specialist
Bhavyansh is a Junior Product Support Specialist at Katalon who utilizes his technical expertise to assist users with intelligent solutions. His passion for delivering exceptional support is not just about providing answers but fostering a positive and empowering user experience.
Caryln enjoys offering support and assisting our clients with technical issues and questions, as well as sharing her knowledge and experiences with the wider Katalon Community. She is always available to assist users if they have questions or concerns with Katalon products, and she strives to make sure our users have a positive testing experience.
With prior experiences as Quality Assurance, Hani brings her technical expertise to Katalon as a Junior Product Support Specialist. She is dedicated to empowering Katalon users by providing informative solutions, helpful tips, and a positive user experience to ensures they can get the most out of the Katalon platform.
Jordan Bartley (@jordan.bartley) - Product Support Specialist
Quan Trinh - Chris (@quan.trinh) - Product Support Specialist
Jordan has worked in Quality Assurance, Automated Testing, and Specialist Support roles for several years before joining Katalon. Through his experience, he shows an innate desire to assist clients, take on challenging problems, and work cross functionally with team members to create new solutions.
Quan (Chris) is a Product Support Specialist who has offered informative and insightful advice to Katalon users worldwide for years. He is devoted to sustaining your testing journey with Katalon. No limits!!!
… And, don’t forget that you can also win 400 Kudos (which you can exchange for a $30 eGift card from us) when you during our AKA activity. More details in the thread below
Hi, need some help as I am totally new to katalon studio. In my Test case, I have generated access token from an API and assigned to a Global variable. Next, I need to use this access token as bearer token to another API call. How do I accomplish this. Please advise.
def tokenResponse = new JsonSlurper()
def result = tokenResponse.parseText(reso.getResponseBodyContent())
Is there some “public” access to have another reference other that “WebUI” as my alias for “WebUiBuiltInKeywords”?
With Katalon Studio, I would like to know if there is anything you can tell “us” about using another alias, other than “WebUI”, such that I can use for example, “WebBot”, or “WebAI”, and it works not only in Script view but also in Manual view.
import com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords as WebBot
Changing the alias in Script view works right away, however, if I should move to Manual view, all my WebBot statements become, Method Call Statement, yet if I use WebUI, I see the correct statements. So somewhere, you allow both words to do the same thing. Is that location “public” and can it take another word (or can there only be ONE) ?
Thanks for create a ticker but necessary to add more informations…When i launch katalon a lot of chrome are open (more than 15 in my case ) ans my virtual machine crash,but it s strange because i have only 1 broswer open.did you made a new feauture for best performance in the last release?
Sorry to contact you directly but i worked directly during 4 month with a team katalon for working on xray
I have moved your questions to this thread so that our Product Supoprt team members can take a look at them more closely. Please allow them up to 3 days to get back to you.
We analayse with a devops and sys admin and apparently we have a problem with the update of chrome driver on 29 may 2024.we could planify a teams meeting to see toghether if you want…
Thanks for submitting the question and allowing us some time to respond.
From the script, I saw that you have already set the global variable name authToken. Therefore, to use this variable into the authorization field you just only need to follow the format ${GlobalVariable.authToken}
Therefore, in the authorization section, what you need to input is Bearer ${GlobalVariable.authToken}
I hope this response clarifies your concerns. Enjoy testing!
doubt the passing command line arguments to the desktop application testing Script
I can pass the command line arguments with the desired capabilities, but it works only in object Native Record. Object Record / Spy mode and at the runtime(while executing the script) command line is not working
Can anyone please explain how to pass the arguments dynamically in each script execution?
I have a problem using katalon apps. How can i call class child frame using fragment? I want to call the button which is different frame with the parent frame in Mobile apps.
When I tried to perform WebUI testing with Katalon Studio, the WebUI.click() keyword sometimes does not click in some test environments. Is there any good practice to handle this?