[AKA Jun '24] Katalon Studio | Integrations | Web/API/Mobile Testing đź’¬

Extended

Hi folks, :wave:

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 :alarm_clock:

  • Start date: 2024-06-04T17:00:00Z
  • End date: 2024-06-21T16:59:00Z

Guidelines :spiral_notepad:

  • 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.

  • And lastly, don’t forget to have fun :wink:

Meet our team

Bhavyansh Caryln profile pic Hani Vo profile
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 profile pic Chris
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!!!

We look forward to receiving your questions.


:information_source: If English is not your first language, then don’t worry, you can use our forum’s AI feature to translate others’s questions from English to your native language and vice versa. Learn more here: Try out some new AI-powered features on our forum! 🤖

6 Likes

… 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 :point_down:

1 Like

[API Testing]

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())

def keycloakToken = result.access_token

GlobalVariable.authToken = keycloakToken

2 Likes

Hi there,

Thank you very much for your topic. Please note that it may take a little while before a member of our community or from Katalon team responds to you.

Thanks!

[Katalon Studio]

Hi,did you made a new configuration with multi navigator ,because my Vm crash with cpu at 100%

[Web Testing]

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) :cloud_with_lightning_and_rain: ?

I tried with this configuration but i have the problem with multi navigators…and i don’t know why… and i share you screenshot

Actualy i have 16giga ram and 8 core and my virtual machine crash with to much chrome launched by katalon…(15 or more because the vm crash before)

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

Hi there @grylion54 and @sebastien.jarrot, :wave:

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. :+1:

Thanks,
Albert

Thanks a lot and i’ll upvote

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…

Hi there @satyavani_katneni

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!

[Katalon Studio]

How to skip testsuites using TestListener instead of custom keyword?

What is the keyword for skip TestSuite?
(i.e); For Skip A TestCase, *

testCaseContext.skipThisTestCase()

I have gone through all the reference and methods, but I have yet to find a solution for this.

Any ideas that work would be greatly appreciated!!!

[Katalon Studio]

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?

[Katalon Studio] & [Mobile Testing]

Heloo

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.

Thank you in advanced

Hi @margareth.vici and @SJYogesh,

Thank you for your questions. Please allow our Product Support team members up to 3 days before they get back to you with the answers.

Thanks,
Albert

1 Like

[Mobile Testing]

Hi Product Support team,

I’m a newbie to Mobile testing, and I’m wondering what troubleshooting steps I should take when executing a Mobile test case for the first time?

Thanks,
Helen

1 Like

[Web Testing]

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?

1 Like