For those who liked new tab screen "Good afternnon, Raghav". This is a chrome extension "Momentum". Thanks Raghav, learned another good thing from you.
@RaghavPal4 жыл бұрын
Thanks Mohit
@mehmetkaya43302 жыл бұрын
Thank you soo much for the great tutorials!! You're a great teacher (by passion)!!
@RaghavPal2 жыл бұрын
most welcome Mehmet
@bhavaninaik1985 жыл бұрын
Great tutorials Raghav! many thanks for making it so simple and understandable by anyone and everyone.
@RaghavPal5 жыл бұрын
You're welcome Bhavani
@krystiankubowicz13065 жыл бұрын
You've done a very good job with these tutorials. Thanks!
@RaghavPal5 жыл бұрын
You're welcome Krystian
@marshallmohammad73083 жыл бұрын
A trick: you can watch movies at flixzone. Me and my gf have been using them for watching lots of of movies recently.
@marioprinceton11733 жыл бұрын
@Marshall Mohammad yea, I've been using Flixzone} for since december myself :)
@kingsleylangston19593 жыл бұрын
@Marshall Mohammad Yea, been watching on Flixzone} for since december myself =)
@akulabhaskar37976 жыл бұрын
Thanks Raghav for your Efforts
@RaghavPal6 жыл бұрын
You're welcome Akula
@sithianempire74455 жыл бұрын
Great video like always! But Katalon does not automatically fill Request messages from WSDL like ReadyAPI/Postman? That seems rather annoying
@RaghavPal5 жыл бұрын
Hi Sithian, yes and I believe katalon team is working on that. We might get the feature in new releases
@karthik_02059 ай бұрын
When I try to run this 4:40 it says service end point undefined. How do I define it?
@RaghavPal9 ай бұрын
Karthik It mostly is due to some incorrect url or end point. Check all the sections of your request, specially the url. Check there should be no spaces. Also check if any headers are required.
@marutikokane88564 жыл бұрын
HI Raghav, How can we change endpoint after importing WSDL file
@RaghavPal4 жыл бұрын
Hi Maruti, You can goto the request editor in Object Repository and change it.
@srikanthrangavarjula33025 жыл бұрын
Hello, Very useful thanks for the video. But everytime my values will be different so i don't want to use indexes for validating elements. In that case how should i proceed ?
@RaghavPal5 жыл бұрын
You can either validate the presence of the value or can go more deeper to extract all values and put them in a list,array and check the presence of the value
@szelesgabor46676 жыл бұрын
If you have to choose which do you use today? Katalon Studio or Jmeter?
@RaghavPal6 жыл бұрын
Hi Széles, it will depend on the application, requirements and type of testing you need to do
@szelesgabor46676 жыл бұрын
Hi, can you explain? Do you have any example?
@RaghavPal6 жыл бұрын
So JMeter is mostly used for performance testing and Katalon Studio is a functional testing tool. You can do functional testing with JMeter, but if its browser application or mobile functional testing, the option will be Katalon Studio. For performance testing of any application, it will be JMeter
@arvindram84 жыл бұрын
Hi, Raghav I have one doubt there is an option called request message where we are passing XML request body and I got a response successfully. But when I tried the same thing in postman gave the WSDL URL and tried to pass the XML request body inside the body option present in postman as XML and hit the request but did not get the correct response
@RaghavPal4 жыл бұрын
Hi Arvind, you may not have selected the type of request like xml, text, json. Pls watch the Postman videos here - automationstepbystep.com/
@arvindram84 жыл бұрын
Automation Step by Step - Raghav Pal thanks for replying I went through that video as well sir and also still tried and facing an issue
@RaghavPal4 жыл бұрын
Hi Arvind, I believe you are not providing the type properly in Postman. Request you to check postman documentation
@arvindram84 жыл бұрын
@@RaghavPal thanks for replying I will do it thanks
@chinmaymehta224 жыл бұрын
hi, param type object appear not able to change to string for value how to change param type for input related to verifyelementpropertyvalue
@RaghavPal4 жыл бұрын
Hi Chinmay, did you try toString() func. Can check more online
@harshithasreenivas54505 жыл бұрын
Thanks for the video, I am currently trying it on Katalon version 6.3 . In the input field the "Value" field is of type "Object" and not string, hence my test cases are failing . Can anyone help me out with this. Thanks in advance
@RaghavPal5 жыл бұрын
Hi Harshitha, where exactly are you referring to in the video.. Pls tell me the time so I can refer and check.
@harshithasreenivas54505 жыл бұрын
@@RaghavPal Hi Raghav Thanks for the reply, its around 14.48 when we are giving input fields with "Value" "param type" is string in this video but for me its object. Currently its working fine, I am not sure because i hadnt given the output variable in the previous "send and verify" test case
@RaghavPal5 жыл бұрын
Okay glad to know its working now. Best wishes.
@phamthuy33954 жыл бұрын
Please help me handel error "There was problem while parsing the reponse object". Message: "Content is not allowed in prolog". Thank you so much.
@RaghavPal4 жыл бұрын
Hi Pham, this can be issue with WSDL service. Pls check this - forum.katalon.com/t/unable-to-run-the-webservice-request-project-for-restful-services/6336/3
@nellyo43585 жыл бұрын
I always have 500 Internal server error when i run my tests
@RaghavPal5 жыл бұрын
Hi Kasie, will need more details and logs to check this.