Hi Raghav can we write our own XPath locators in the script on Katlon studio? Do we have any method to call because as per your video we can only drag and drop to page objects.
@@RaghavPal And can we use XPath there like selenium? if we want to quickly change our script and directly use XPath is there any method available in katlon? or there is only 1 option in the script that drag and drop page object. and one more things what is this method works ? "webUI.convertwebelementtotestobject" in katlon.
Hi Raghav, it was a quiet useful video, thank a bunch for all your support for us. I have one query as we have seen we have manual mode and script mode. What makes a difference in between these two modes as our work can be done through manual mode. I mean is there any efficiency by using script mode...?
Hi, Once you get used to it, Script mode is very fast for updates and editing, Ideally you may want to use Record mode and use Manual and Script mode to make any changes/updates if required
Hi Ragahav i have installed and using katalon trail version I tried small login functionality by record play back manner but I'm getting error like Selenium webdriverException unknown error : result. Webdrivervalue missing or empty in runtime callfunctionon response
Prabu The error message "Selenium webdriverException unknown error : result. Webdrivervalue missing or empty in runtime callfunctionon response" indicates that Katalon Studio is unable to get the response from the Selenium WebDriver. This can be caused by a number of factors, such as: * The Selenium WebDriver is not running. * The Selenium WebDriver is not responding. * The Selenium WebDriver is unable to communicate with the browser. * There is a network connection problem between Katalon Studio and the Selenium WebDriver. * There is a bug in Katalon Studio or the Selenium WebDriver. To troubleshoot this error, you can try the following: 1. Make sure that the Selenium WebDriver is running. You can do this by checking the Task Manager (Windows) or the Activity Monitor (Mac). 2. Restart the Selenium WebDriver. 3. Restart Katalon Studio. 4. Make sure that the Selenium WebDriver is able to communicate with the browser. You can do this by running a simple test, such as opening a web page. 5. Check your network connection and make sure that there are no problems. 6. Update Katalon Studio to the latest version. 7. Update the Selenium WebDriver to the latest version. 8. If you are still having trouble, post a question on the Katalon Studio forums. Here are some additional tips for avoiding this error: * Make sure that you are using the correct version of the Selenium WebDriver for your browser. * Make sure that you are using the correct capabilities when starting the Selenium WebDriver. * Avoid using special characters in your test scripts. * Make sure that your test scripts are compatible with the version of Katalon Studio that you are using. I hope this helps
Hi Raghav And can we use XPath there like selenium? if we want to quickly change our script and directly use XPath is there any method available in katlon? or there is only 1 option in the script that drag and drop page object. and one more things what is this method works ?
Hi Neha, you can check xpath tutorial here - automationstepbystep.com/ There is a Katalon Training on udemy - automationstepbystep.com/udemy-discounts/
Hi Muaaz, you can do that easily Muaaz, you just need to keep your objects in a folder and you can create a folder for every page on your application and you can use these objects throughout the project
Okay, actually with Katalon Studio, you do not need to worry on the structure of the project as it is already taken care, There is a modular structure i.e. there are separate folders for every resource. Moreover, the referencing is in-built e.g. When you store any object in Object Repository and it is referred and used in a Test Case, Now if you change location of the object or test case, It will not matter. The referencing will still work fine. Just for your own understanding you can place test cases and objects inside folders based on your application structure. Like folder for login page objects and login tests, etc.
Hi Raghav, Great video.Thanks for uploading. This really helped me to know about Script mode in Katalon Studio. Will follow your videos and learn how to automate through this new tool. :)
Hi, you can refer the tests - Check this - ua-cam.com/video/FU7XmeFH1u4/v-deo.html You can see all playlists here - automationstepbystep.com/909-2/online-courses/
Thanks MR Raghav for the excellent tutorial, Question: while editing the scripts the error message appeared declared that i should do disable for groovy template proposals , i did that and then i cant continue editing the script because of the message " no default proposals.
Hi Raghav, I have downloaded the latest version of Katalon Stuido and in Manual mode every step is showing the red mark i.e. not_run by default. Even when I explicitly disable any step there is no difference between default and disabled step. Can u please tell me what could be the reason?
Hi, it was really nice video. It really helped to start up on kalalonstudio. I have one question. Can you please explain how to handle dynamic security question on login. Say ex I have entered login and pad and I have 3 security question and for every login it ask me dynamic question among the three how to handle this case in script. Please explain. I am getting hold in my project on this case
Hi Preethi, check the box where you need to add answer, now most probably you may not find some unique property of the text box by which you can identify that the answer box is for some specific question. In this case, you will have to first anchor the question, using text or any other property if available and then find the immediate next text box, Like this you will know what answer to add, Will need to add a conditional script
Need help with below issue: I am not able to select a value from drop-down.The values in the drop-down do not have any unique properties,it is same for all the values in the drop-down. Tried finding by value,label and index. Browser:IE 11
There is no point in comparing a primitive solution like Katalon Studio with a modern cloud platform such as Endtest, you can check both solutions by yourself. The only reason you heard about Katalon is because they have a very aggressive spamming strategy.
Hello Sir. Thank you so much for such knowledgable videos. There is one query over here. Kindly let me know the use of 3different type of modes. Thank You in advance.
Hi Zalak, This was a demo to show all modes, so we have knowledge on all 3. In general, you can do a Recording and when and if required and do any changes using manual mode or script mode. Script mode is particularly useful when you have to do copy paste or add any custom functions
Hi Raghav, My name is Budi from Indonesia, I want to ask for help regarding the test script on Katalon for android datepicker like 01 | Jan | 2020 (Scroll to set date) How can I set the date I want, because using SetText and SendKeys on the Katalon doesn't work for date selection, so how? thank you very much for your video on youtube, very helpful
Hi , how can I verify a downloaded file? Example: In a page there's a download button and if you click that 123.xlsx will be downloaded. How can I verify this?
Hi, some of the part will have to do with custom scripting as it is out of browser. Can check this File Download - forum.katalon.com/t/is-this-possible-to-use-katalon-to-download-a-file/46318/6
Hi Raghav, SetText is not working . this is only for login i am passing an email. but email id is not passing into the text field. also Object Repository drag and drop not working.
@@RaghavPal which they captured xpath is not correct. So I manually instert the known xpath then it's working now. Thanks raghav. Drag and drop option is not working what to do for this . My version is 7.3.0
Thank you for sharing these videos. These are nice videos. One question if you can answer please. What framework does this Katalon studio has? Thank you.
Hi sir, i have a queries related how to import and where to use java language in katalon studio, as of now I know only groovy language in katalon, can you please help me with that
Katalon Studio supports two scripting languages: Groovy and Java. You can use either language to create your test scripts. To import Java code into Katalon Studio, you can follow these steps: 1. Open the Katalon Studio project that you want to add the Java code to. 2. Right-click on the project name and select "New" > "Java Class". 3. Enter the name of the Java class and click on the "Create" button. 4. The Java class will be created in the project. You can add your Java code to the class. To use Java code in Katalon Studio, you can use the import statement. For example, the following code imports the java.util.List class: Code snippet import java.util.List; Once you have imported the Java class, you can use it in your Katalon Studio test scripts. For example, the following code creates a new List object and adds an element to the list: Code snippet List list = new ArrayList(); list.add("Hello"); Here are some additional things to keep in mind: * The Java code that you import into Katalon Studio must be compiled before you can use it. * You can use the import statement to import any Java class that you need. * You can use the Java code in your Katalon Studio test scripts just like you would use any other scripting language. I hope this helps
Hi Raghav, In my application i have to count the rows of grid, add new item and validate the current row count in is +1 now. I dont know how to do that with Katalon. Your help will be much appreciated. Have been trying to fight this for two days now.
Hi Raghav,Thanks for such a descriptive video! My query is regarding Katalon's execution speed.I have been using the tool for a week now and was able to run all the scripts pretty smoothly and good speed. Unexpectedly now all the scripts are executing slow even the previous one's.How to handle this?
Hi Ankita, hope you have not changed the execution speed settings forum.katalon.com/discussion/4046/speed-of-test Also it can be due to your other processes running and taking cpu memory. If required you can also ask this in the forum - forum.katalon.com/discussions
Automation Step by Step - Raghav Pal I have not disturbed the default Execution settings,as also mentioned in the discussion of the link u mentioned. The speed has just reduced tremendously even with no other background processes. Pls feel free to respond whenever u encounter a solution to this.
Automation Step by Step - Raghav Pal I have not disturbed the default Execution settings,as also mentioned in the discussion of the link u mentioned. The speed has just reduced tremendously even with no other background processes. Pls feel free to respond whenever u encounter a solution to this.
Thanks Raghav for the excellent tutorial. Question: Is there any way to switch scripting mode from groovy to Java? Reason I'm asking is because I'm well adept in selenium with POM framework and much familiar with Java syntax however client requirement is to use Katalon with new project. I was wondering can i use Java instead of groovy ?
Hi Sumit, as of now Groovy is the option to use within Katalon Studio, YOu can create a code in java and then export in a jar and then add the jar in Katalon Studio
Hi Raghav... good video tutorials on Katalon studio. I wanted to know if it is possible to launch external applications like vlc player from Katalon studio - if YES, how can it be done. Thanks in advance.
Hi Hemanth, thanks for watching. As Katalon Studio allows scripting, so i believe if you can write a groovy or java script for your action, you can do it.
Hi Lakshmi, you can do to some extent, I can talk more if I know what exactly you are trying to do Can check this - forum.katalon.com/t/katalon-studio-object-repository-and-spy/26670/9
Hi Lakmal, there is no settings to change the language, You can try your java code in script view. As per the official information you can use Groovy and can import and use java libraries. Check the faq section here docs.katalon.com/faqs/features.html
Can you do me the favor of adding Spanish subtitles option to your Katalon and Selenium videos on UA-cam? My English comprehension is not great so having subtitles will greatly benefit me. Thanks in advance!
@@RaghavPal You have to enter your list of videos, and update the option of your titles that youtube generates automatically. It's very easy, please I appreciate it
Hi Ivonne, I have allowed community contributions on my videos. Now you can add Spanish subtitles as explained in this video - ua-cam.com/video/t6bbuDUPIgk/v-deo.html It will help many others
Hi Raghav, I have finding difficulties in allowing chrome popup (microphone/notification/video) I have tried alert.accept() Tried to simulate keyboard actions like shift tab and enter Nothing worked Regards, Sanath(Subscriber)
@@RaghavPal You have to enter your list of videos, and update the option of your titles that youtube generates automatically. It's very easy, please I appreciate it
@@RaghavPal You have to enter your list of videos, and update the option of your titles that youtube generates automatically. It's very easy, please I appreciate it
Hi Ivonne, I have allowed community contributions on my videos. Now you can add Spanish subtitles as explained in this video - ua-cam.com/video/t6bbuDUPIgk/v-deo.html It will help many others
I have one doubt. Whether katalon will be used in all companies compared to selenium . since katalon has more advanced features than selenium. If not y katalon is not familiar when compared to selenium
Hi Sathyanarayanan, Katalon uses Selenium and Appium libraries at the backend. Selenium is very old and is widely used. Katalon is comparatively new but is gaining lot of attraction these days
@@RaghavPal when I want to drag and drop,it can't happen and findTestObject also not found in my code when I use setText.I am using version 7.7.2 and I follow this video and script also but run error
Unable to click on object 'Object Repository/teamsettings1.OR/Page_/button_ Add User' (Root cause: org.openqa.selenium.WebDriverException: unknown error: Element ... is not clickable at point (614, 231) This issue is coming while running script for web....Please let me know how to handle this error
Can you please tell me how can I inject errors and test them in the same website "lifecharger.org/" using record/manual mode. Like for example if I want to check the function of search button, or any other button, how an I do this ? Please help!
I did not get it. you want to inject errors? or you want to fail a step due to not able to find the element. In 2nd case you can use any wrong locator and check it.
By using captured keyword its working but in every step this keyword we have to press... Is there any other option? To write script automatically in object spy🙄
I used orangeHRM website for demo when i click on "a Welcome Admin" then i have to logout... My logout step is failed... I write script for these 2 lines: //click on welcome admin button WebUI. click(findTestobject(Test OR/page_orangeHRM\a_welcome Admin')) (this welcome click step is passed but drop-down isn't show on screen ) //click on welcome admin button WebUI. click(findTestobject('object Repository/script/page_orangeHRM/a_Logout')) Logout step is failed Error show - unable to click on object (step failed exception)
Hi Raghav, thank you for the info I got "java.lang.IllegalArgumentException: Argument is of an illegal type: java.lang.Class" error with the solution provided here
Hey Raghav, Thanks! for this video Can you show me one example with use of "WebUI.verifyImagePresent()" because it is throws an error like beloaw SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See www.slf4j.org/codes.html#StaticLoggerBinder for further details.
hey raghav, i have posted question on katalon forum, may be you find something from that forum.katalon.com/discussion/10063/verify-image-present-throws-an-error#latest
Very useful video to start testing with scripting mode with Katalon. Thanks for sharing!
Glad it was helpful Virginia
good explanations. very educational. thank you
Glad it was helpful
Thank you so much Raghav sir .
All your videos are very helpful .
You are an awesome Trainer🥰.
Thank a lot once again....🤝
Always welcome Mahmmad
Hi Raghav can we write our own XPath locators in the script on Katlon studio? Do we have any method to call because as per your video we can only drag and drop to page objects.
Hi Neha, we have foll options
1. Drag and drop
2. Double click and select the object
3. Add in the script tab, Rt click object and Copy ID
@@RaghavPal And can we use XPath there like selenium? if we want to quickly change our script and directly use XPath is there any method available in katlon? or there is only 1 option in the script that drag and drop page object. and one more things what is this method works ? "webUI.convertwebelementtotestobject" in katlon.
@@RaghavPal Drag and drop page object what we have captured in the spy web? is these the steps you have mention here? if not can you please elaborate
Hi Neha, you can add xpath in the object editor and use them for object location
I will plan a session on this, Just in case you like can check my latest course on Katalon Studio on Udemy - automationstepbystep.com/udemy-discounts/
Hi Raghav, it was a quiet useful video, thank a bunch for all your support for us.
I have one query as we have seen we have manual mode and script mode.
What makes a difference in between these two modes as our work can be done through manual mode.
I mean is there any efficiency by using script mode...?
Hi, Once you get used to it, Script mode is very fast for updates and editing, Ideally you may want to use Record mode and use Manual and Script mode to make any changes/updates if required
Hi Ragahav i have installed and using katalon trail version
I tried small login functionality by record play back manner
but I'm getting error like
Selenium webdriverException unknown error : result. Webdrivervalue missing or empty in runtime callfunctionon response
Prabu
The error message "Selenium webdriverException unknown error : result. Webdrivervalue missing or empty in runtime callfunctionon response" indicates that Katalon Studio is unable to get the response from the Selenium WebDriver. This can be caused by a number of factors, such as:
* The Selenium WebDriver is not running.
* The Selenium WebDriver is not responding.
* The Selenium WebDriver is unable to communicate with the browser.
* There is a network connection problem between Katalon Studio and the Selenium WebDriver.
* There is a bug in Katalon Studio or the Selenium WebDriver.
To troubleshoot this error, you can try the following:
1. Make sure that the Selenium WebDriver is running. You can do this by checking the Task Manager (Windows) or the Activity Monitor (Mac).
2. Restart the Selenium WebDriver.
3. Restart Katalon Studio.
4. Make sure that the Selenium WebDriver is able to communicate with the browser. You can do this by running a simple test, such as opening a web page.
5. Check your network connection and make sure that there are no problems.
6. Update Katalon Studio to the latest version.
7. Update the Selenium WebDriver to the latest version.
8. If you are still having trouble, post a question on the Katalon Studio forums.
Here are some additional tips for avoiding this error:
* Make sure that you are using the correct version of the Selenium WebDriver for your browser.
* Make sure that you are using the correct capabilities when starting the Selenium WebDriver.
* Avoid using special characters in your test scripts.
* Make sure that your test scripts are compatible with the version of Katalon Studio that you are using.
I hope this helps
Hi Raghav And can we use XPath there like selenium? if we want to quickly change our script and directly use XPath is there any method available in katlon? or there is only 1 option in the script that drag and drop page object. and one more things what is this method works ?
Hi Neha, when you goto any object under Object Repository folder, you can add/edit xpath here
Hi raghav can you give more videos on script method(which includes different types of script method and to add xpaths in katlon)?
Hi Neha, you can check xpath tutorial here - automationstepbystep.com/
There is a Katalon Training on udemy - automationstepbystep.com/udemy-discounts/
Hi , In Katalon can we create POM alike in Webdriver. creating separate objects for each pages which can be maintain easily for modifications
Hi Muaaz, you can do that easily Muaaz, you just need to keep your objects in a folder and you can create a folder for every page on your application and you can use these objects throughout the project
@@RaghavPal Thank you for reply . Is there any example can be seen. Because i m pretty new to this tool.
Okay, actually with Katalon Studio, you do not need to worry on the structure of the project as it is already taken care, There is a modular structure i.e. there are separate folders for every resource. Moreover, the referencing is in-built e.g. When you store any object in Object Repository and it is referred and used in a Test Case, Now if you change location of the object or test case, It will not matter. The referencing will still work fine.
Just for your own understanding you can place test cases and objects inside folders based on your application structure. Like folder for login page objects and login tests, etc.
Hi Raghav,
Great video.Thanks for uploading. This really helped me to know about Script mode in Katalon Studio.
Will follow your videos and learn how to automate through this new tool. :)
Great to know this Meeta. Keep learning.
Thank you so much, this tutorial help me as beginner to start learn katalon studio
Maybe you can add some english subtitle
Sure
Hi Raghav. I just started to learn the tool. I can not figure out how to run tests together so that each test does not start from login ...
Hi, you can refer the tests - Check this - ua-cam.com/video/FU7XmeFH1u4/v-deo.html
You can see all playlists here - automationstepbystep.com/909-2/online-courses/
Thanks MR Raghav for the excellent tutorial, Question: while editing the scripts the error message appeared declared that i should do disable for groovy template proposals , i did that and then i cant continue editing the script because of the message " no default proposals.
Hi Hazim, try to enable and restart Katalon Studio
support.katalon.com/hc/en-us/articles/4409631490329--No-Default-Proposals-message
Hi Raghav, Thank you for this video.pls keep posting katalon related videos in detailed.
I will Muthu.
Hi Raghav, I have downloaded the latest version of Katalon Stuido and in Manual mode every step is showing the red mark i.e. not_run by default. Even when I explicitly disable any step there is no difference between default and disabled step. Can u please tell me what could be the reason?
Hi Sidhesh, which ver are you using. Does it not grey out the step when disabled.
Hi, it was really nice video. It really helped to start up on kalalonstudio. I have one question. Can you please explain how to handle dynamic security question on login. Say ex I have entered login and pad and I have 3 security question and for every login it ask me dynamic question among the three how to handle this case in script. Please explain. I am getting hold in my project on this case
Hi Preethi, check the box where you need to add answer, now most probably you may not find some unique property of the text box by which you can identify that the answer box is for some specific question. In this case, you will have to first anchor the question, using text or any other property if available and then find the immediate next text box, Like this you will know what answer to add, Will need to add a conditional script
@@RaghavPal Thank you. I will try this and update the results
@@RaghavPal Hi Raghav, I tried the steps given by you, but I am not able to get text of the dynamic security question on the ui to compare with string
@@RaghavPal if you are ok with, can you give me your email id so I can send the code written, so you can view and let me know what is the issue
If I find something online will update here
Need help with below issue:
I am not able to select a value from drop-down.The values in the drop-down do not have any unique properties,it is same for all the values in the drop-down.
Tried finding by value,label and index.
Browser:IE 11
Hi Ankita, Try recording the action and check what options you get.
Hi Raghav,Spy Web worked for the page in Chrome which helped in identifying the objects.Thanks for help!
Facing issue with date picker,xpath and other locator methods not working.
Do I need to write a custom keyword and how?
first search online for handling such elements with katalon studio. Also check the forum forum.katalon.com/discussions
I would recommend that you use Endtest instead of Katalon Studio, it's much better.
$650/per year for EndTest! Do you work for EndTest? Could you please share a comparison for your claim? EndTest vs Katalon.
There is no point in comparing a primitive solution like Katalon Studio with a modern cloud platform such as Endtest, you can check both solutions by yourself.
The only reason you heard about Katalon is because they have a very aggressive spamming strategy.
Typical person in internet, criticizing but giving not value. Why you think that tool is better?
Hello Sir. Thank you so much for such knowledgable videos. There is one query over here. Kindly let me know the use of 3different type of modes. Thank You in advance.
Hi Zalak,
This was a demo to show all modes, so we have knowledge on all 3. In general, you can do a Recording and when and if required and do any changes using manual mode or script mode.
Script mode is particularly useful when you have to do copy paste or add any custom functions
@@RaghavPal Ohk got it. Thank you so much!
Hi Raghav,
My name is Budi from Indonesia,
I want to ask for help regarding the test script on Katalon for android datepicker like 01 | Jan | 2020 (Scroll to set date)
How can I set the date I want, because using SetText and SendKeys on the Katalon doesn't work for date selection, so how?
thank you very much for your video on youtube, very helpful
Hi Budi, I will have to check on this, Can you send me some example link/website that has this kind of date and I can check.
Hi , how can I verify a downloaded file?
Example: In a page there's a download button and if you click that 123.xlsx will be downloaded.
How can I verify this?
Hi, some of the part will have to do with custom scripting as it is out of browser. Can check this File Download - forum.katalon.com/t/is-this-possible-to-use-katalon-to-download-a-file/46318/6
Hi Raghav, SetText is not working . this is only for login i am passing an email. but email id is not passing into the text field. also Object Repository drag and drop not working.
Hi Pratheep, I will have to see if there are other keywords that can be used. Have you tried on any other site. Hope the object locators are corrent.
@@RaghavPal which they captured xpath is not correct. So I manually instert the known xpath then it's working now. Thanks raghav. Drag and drop option is not working what to do for this . My version is 7.3.0
Just check if you are using the right locators, Not sure on version. If required can check with a diff ver.
Thank you for sharing these videos. These are nice videos. One question if you can answer please. What framework does this Katalon studio has? Thank you.
it is build over Eclipse and uses keywords
@@RaghavPal do you have any video on this?. If not then are you planning to make any video regarding framework? Thank you again!
all Katalon Related tutorials can be found here -
automationstepbystep.com/ and automationstepbystep.com/udemy-discounts/
@@RaghavPal Thank you very much.
Hi sir, i have a queries related how to import and where to use java language in katalon studio, as of now I know only groovy language in katalon, can you please help me with that
Katalon Studio supports two scripting languages: Groovy and Java. You can use either language to create your test scripts.
To import Java code into Katalon Studio, you can follow these steps:
1. Open the Katalon Studio project that you want to add the Java code to.
2. Right-click on the project name and select "New" > "Java Class".
3. Enter the name of the Java class and click on the "Create" button.
4. The Java class will be created in the project. You can add your Java code to the class.
To use Java code in Katalon Studio, you can use the import statement. For example, the following code imports the java.util.List class:
Code snippet
import java.util.List;
Once you have imported the Java class, you can use it in your Katalon Studio test scripts. For example, the following code creates a new List object and adds an element to the list:
Code snippet
List list = new ArrayList();
list.add("Hello");
Here are some additional things to keep in mind:
* The Java code that you import into Katalon Studio must be compiled before you can use it.
* You can use the import statement to import any Java class that you need.
* You can use the Java code in your Katalon Studio test scripts just like you would use any other scripting language.
I hope this helps
Hi Raghav,
In my application i have to count the rows of grid, add new item and validate the current row count in is +1 now. I dont know how to do that with Katalon. Your help will be much appreciated. Have been trying to fight this for two days now.
Hi Shiju, you can take the table rows locator in a list and count the elements. This will need some custom code.
If it's not too much to ask. Can you post the syntax and I'll try following that.
Shiju, try searching on google with "selenium count number of rows in a table". You should get it.
Are you writing the test scripts in java or groovy? Please tell me
Groovy is supported in Katalon
@@RaghavPal Thank you sir
Can you please tell me which course needs to buy on udemy?
Hi Neha, Can get this - www.udemy.com/course/katalon-studio-beginners-hands-on-training/learn/?referralCode=8658288E488452F334C2
Really nice explanation !! please let us know how can we change the programming language preference from groovy to Java.
Hi Gokul, i believe by default you should be able to script in any of these. Did you try.
Hi Raghav,Thanks for such a descriptive video!
My query is regarding Katalon's execution speed.I have been using the tool for a week now and was able to run all the scripts pretty smoothly and good speed.
Unexpectedly now all the scripts are executing slow even the previous one's.How to handle this?
Hi Ankita, hope you have not changed the execution speed settings forum.katalon.com/discussion/4046/speed-of-test
Also it can be due to your other processes running and taking cpu memory.
If required you can also ask this in the forum - forum.katalon.com/discussions
Automation Step by Step - Raghav Pal I have not disturbed the default Execution settings,as also mentioned in the discussion of the link u mentioned.
The speed has just reduced tremendously even with no other background processes.
Pls feel free to respond whenever u encounter a solution to this.
Automation Step by Step - Raghav Pal I have not disturbed the default Execution settings,as also mentioned in the discussion of the link u mentioned.
The speed has just reduced tremendously even with no other background processes.
Pls feel free to respond whenever u encounter a solution to this.
sure will let you know in case i find something relevant.
Raghav- Can you please confirm if scripting can be done in Python in Katalon studio?
Sumeet
Can check this forum.katalon.com/t/how-to-use-python-in-katalon-studio/16023
Thanks Raghav for the excellent tutorial.
Question: Is there any way to switch scripting mode from groovy to Java?
Reason I'm asking is because I'm well adept in selenium with POM framework and much familiar with Java syntax however client requirement is to use Katalon with new project. I was wondering can i use Java instead of groovy ?
Hi Sumit, as of now Groovy is the option to use within Katalon Studio, YOu can create a code in java and then export in a jar and then add the jar in Katalon Studio
Thanks Raghav,your videos are very useful for my project.can you please make a video on shadow root DOM using katalon studio
Sure I will do
Hi Raghav... good video tutorials on Katalon studio. I wanted to know if it is possible to launch external applications like vlc player from Katalon studio - if YES, how can it be done. Thanks in advance.
Hi Hemanth, thanks for watching. As Katalon Studio allows scripting, so i believe if you can write a groovy or java script for your action, you can do it.
Hi Raghav, I am getting an error when i am executing the script. It says "The test case has no step to run." hope you can help me
Hi Dilini, can you check in manual mode. Are you getting any steps there? You can send me your project if still getting the error
Yeah Raghav i checked in that way and it's worked. Thank you very much for support and wish you all the best
Can we do Descriptive Programming in Script mode?
Hi Lakshmi, you can do to some extent, I can talk more if I know what exactly you are trying to do
Can check this - forum.katalon.com/t/katalon-studio-object-repository-and-spy/26670/9
Hi Raghav. Do you have any tutorials for mobile app automation using katalon Studio
Hi Sandy, I have basic videos in this playlist - ua-cam.com/play/PLhW3qG5bs-L_D4ZePNNjvmIULuu6mBHbu.html
Hi Raghav, can you please show us how to write a custom method and how do we call that in our studio
Hi Dasa, will do that in some time.
Hi sir how read text using regex(regularly expressions) in katalon studio. I tried but errors coming plz help
Hi Rajesh, pls let me know what have you already tried with details.
Hi Raghav, How do we change the default scripting language to Java instead of Groovy?
Hi Lakmal, there is no settings to change the language, You can try your java code in script view. As per the official information you can use Groovy and can import and use java libraries. Check the faq section here
docs.katalon.com/faqs/features.html
Can you do me the favor of adding Spanish subtitles option to your Katalon and Selenium videos on UA-cam? My English comprehension is not great so having subtitles will greatly benefit me. Thanks in advance!
Hi Ivonne
I will try. If I can get some help to do that, it will be faster
@@RaghavPal You have to enter your list of videos, and update the option of your titles that youtube generates automatically. It's very easy, please I appreciate it
Hi Ivonne, I have allowed community contributions on my videos. Now you can add Spanish subtitles as explained in this video - ua-cam.com/video/t6bbuDUPIgk/v-deo.html
It will help many others
Hi Raghav,
I have finding difficulties in allowing chrome popup (microphone/notification/video)
I have tried alert.accept()
Tried to simulate keyboard actions like shift tab and enter
Nothing worked
Regards,
Sanath(Subscriber)
Hi Sanath, have you tried adding some wait time. Pls check this video - ua-cam.com/video/yFgwibcmylg/v-deo.html
@@RaghavPal Thanks for the help ..it is working
Hi Raghav,
Q: In vdo for test3 you've created the separate repository, Can we use the same repository for all Manual, Script mode?
Yes, definitely Punit
Hi, Raghav thanks for this wonderful video. I have one question, in this video you are opening default browser (firefox), how can I open CHROME?
i got it.
great devesh, do comment your resolution, so it helps everyone. Ideally it default browser can be set from Preferences -> Katalon -> Execution ->
Automation Step-by-Step - Raghav Pal true..i will keep in mind😀
Hi Raghav,
Press with Alt+~ dosn't work
i'm using Katalon 6.3.3
my keyboard ist qwertz ( language on Wind10 is German)
Hi Houcem, you can change the hot key combination from windows > Preferences > Katalon > Object Spy
Podrías por favor subir los vídeos con la opción de subtitulo
Intentaré. Si puedo conseguir ayuda para hacerlo, será más rápido.
@@RaghavPal You have to enter your list of videos, and update the option of your titles that youtube generates automatically. It's very easy, please I appreciate it
@@RaghavPal You have to enter your list of videos, and update the option of your titles that youtube generates automatically. It's very easy, please I appreciate it
Hi Ivonne, I have allowed community contributions on my videos. Now you can add Spanish subtitles as explained in this video - ua-cam.com/video/t6bbuDUPIgk/v-deo.html
It will help many others
I have one doubt. Whether katalon will be used in all companies compared to selenium . since katalon has more advanced features than selenium. If not y katalon is not familiar when compared to selenium
Hi Sathyanarayanan, Katalon uses Selenium and Appium libraries at the backend. Selenium is very old and is widely used. Katalon is comparatively new but is gaining lot of attraction these days
Can u share an example for how to select datepicker(for example date of birth if ) in katalon studio for android applications ??
don't have that handy with me. May be you can search for katalon online resources
can't capture object repository .I press Alt+~ but it does not work.please help me
Hi Fariha, You can try changing the hot keys combination from Window > Katalon Studio Preferences > Katalon > Object Spy
@@RaghavPal when I want to drag and drop,it can't happen and findTestObject also not found in my code when I use setText.I am using version 7.7.2 and I follow this video and script also but run error
Hi Fariha, assuming your earlier issue is resolved. On this one, try to restart Katalon Studio or use a diff ver.
Unable to click on object 'Object Repository/teamsettings1.OR/Page_/button_ Add User' (Root cause: org.openqa.selenium.WebDriverException: unknown error: Element ... is not clickable at point (614, 231) This issue is coming while running script for web....Please let me know how to handle this error
Hi Satish, as per the error its not able to find the element. Pls check with other identifiers
So, we can use any other locators like xpath or any which we use in selenium?
Please share the syntax that is how to use locators in katalon which we use in selenium
Yes you should be able to
In the object repository you can give your locators, Try it should work
Can you please tell me how can I inject errors and test them in the same website "lifecharger.org/" using record/manual mode. Like for example if I want to check the function of search button, or any other button, how an I do this ? Please help!
I did not get it. you want to inject errors? or you want to fail a step due to not able to find the element. In 2nd case you can use any wrong locator and check it.
Hi, Raghav thanks for this wonderful video, Can we pass paramenterise data and create loops and if statements in scripts?
Yes sure, Katalon Studio has built-in functions and you can also write custom functions. So that means you are able to customise as per your neends.
Hi Raghav, can I run junit scripts in script mode?
Hi Chandhini, have not tried it but you can give it a try. You can also reach out to katalon studio support team. They reply soon.
Hello Sir i have a problem, When I run Spy web and try to capture an object nothing happens. nothing show in captured screen.
Hi Ragini, try to click on the object and then press the key combination
By using captured keyword its working but in every step this keyword we have to press... Is there any other option? To write script automatically in object spy🙄
I used orangeHRM website for demo when i click on "a Welcome Admin" then i have to logout... My logout step is failed... I write script for these 2 lines:
//click on welcome admin button
WebUI. click(findTestobject(Test OR/page_orangeHRM\a_welcome Admin'))
(this welcome click step is passed but drop-down isn't show on screen )
//click on welcome admin button
WebUI. click(findTestobject('object Repository/script/page_orangeHRM/a_Logout'))
Logout step is failed
Error show - unable to click on object (step failed exception)
For automatic addition of objects, you can do web recording instead of web spy.
Ok thanks but there is one more question i asked to you but didn't say anything 😅
Pls tell me how i can solve capcha from katalon with any third party help like 2captcha and anti captcha
Hi, I will need to check on that.
Hi Raghav, Thank you very much for this learning series. Can you guide me as to how can i select a value from date/time picker?
Hi Komal, see if this helps - forum.katalon.com/questions/how-to-handle-date-pickers-in-katalon/
Hi Raghav, thank you for the info
I got "java.lang.IllegalArgumentException: Argument is of an illegal type: java.lang.Class" error with the solution provided here
Hi raghav, Can u plz tell me how to create script using java?
Hi Mayur, i will try to cover this session soon.
Gr8...thanks in advance
Can I test the API endpoint using Katalon studio? If yes, how do I do it?
Yes Shivananda, i will create some sessions on that. Please check - docs.katalon.com/display/KD/Web+Services
helpful video
Thanks Dania
Hello Dear, Very good video kindly let me know what is the convenient time to talk to you?
HI Faizan, as informed, I will not be able to take personal call these days.
Automation Step by Step - Raghav Pal ok dear any other way dear
Automation Step by Step - Raghav Pal I only need few classes and will do payment instantly
Hi Faizan, as mentioned, I am engaged these days.
variable value from one test case to another?
Hi Abhay, this should help you - forum.katalon.com/discussion/2049/can-we-pass-a-value-generated-in-a-test-case-to-another-test-case-as-a-input
One working to many times Play in one click how to use
Hi Rakesh, did you get your issue. Pls explain
Hey Raghav, Thanks! for this video
Can you show me one example with use of "WebUI.verifyImagePresent()"
because it is throws an error like beloaw
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Hi Mihir, will check, do you have more logs.
hey raghav, i have posted question on katalon forum, may be you find something from that forum.katalon.com/discussion/10063/verify-image-present-throws-an-error#latest
greate lets see if we get anything from there
Hey Raghav, is there any update here?
Katalon
:)
Thanks for watching Deniz