great detailed explanation, thank you. By the way now in 30/6/2024 the option to access API user on the web opencart demo admin page is possible. There is the default API user but you cannot create another (no permissions)
Hi Pavan, thank you for providing the sessions to us, waiting for 10th session and also can you make videos on API Automation(Rest assured) it will help a lot.
Hi Pavan Sir your all the sessions are amazing and easily can understand.Very much Thankful for sharing Knowledge.I have one doubt ,is there any video sessions on API testing using Postman with Python ?
Sir your video is too good and helpful An a non it background Sir want to ask one thing Which videos I have to watch for QA manual & automation testing Please reply I am waiting
Hello Sir, thank you for the lessons. However, when i created a POST/Update requests for Pet model, i am getting response in the form of json format, hence validation of pet name between response & collection variable is failing (getting error as TypeError: Cannot read properties of undefined (reading 'Pet')). Kindly assist on this
Hi All, Thank you sir for education making free for us. Postman and Rest are good enough to get Job or Do i need to learn something else as well. Please anyone give me your feedback. Thank you
Hello Sir, the link you published for the XML is not working. I know it is repetitive task for you, would it be possible for you to publish the document again for PetStore XML, or else anyone tried opening the URL in browser, can share the link for it?
Sir i do exactly what you shown in this video but at last when i enter username and password it show like error message like no matching for username and password how to solve the issue
Hi Pavan, Looks like some of the methods are deprecated as i am getting error that JSON.parse(responseBody), xml2Json(responseBody) are deprecated error and giving hint to use the below : Using "xml2Json" is deprecated. Use "require('xml2js')" instead. Do you have any video specifically to cover this ?
I have the same issue..... this worked for me: const xml2js = require('xml2js'); xml2js.parseString(pm.response.text(), function (err, result) { console.log(result); });
Hi sir, I try to install opencart at the end I receive an error "Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\opencart\upload\system\library\db\mysqli.php on line 53". please provide me solution. Thanks
hello sir at this step 8) Provide Database connection details im getting error called could not make a database link root@localhost can you please help
Sir, while making the connection at step 6 -Connect to database and create DB iam getting this message --- The requested URL was not found on this server. Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.29 Server at localhost Port 80 kindly give ur suggestions. Thanks.
Hi sir , I try to install opencart and get an error "Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\opencart\upload\system\library\db\mysqli.php on line 53". please provide me solution. thanks
Sir, you're great teacher. I really like the way you teach and explanation.
Thanks
看到这里了😀精彩精彩,先生讲得太好了,感谢先生!!!
Thank you sir, your lecture is amazing. it helps me to solve my doubt. Im suggested your lecture to my other friends also. I am from Bangladesh.
Welcome
very good teaching skills you have sir. I am learning all the testing tools from your channel only.
Thanks
great detailed explanation, thank you. By the way now in 30/6/2024 the option to access API user on the web opencart demo admin page is possible. There is the default API user but you cannot create another (no permissions)
Thanks for taking the Session sir😊😊😊Very interesting topics.
Always welcome
@@sdetpavan sir when this course will complete please let me know or have any alternate option complete this course
Thanks for providing such a wonderful lecture....sir I need a lecture on SonarQube
Welcome
thanks for upload swagger sir
Always welcome
Thanks, sir. This video has helped me a lot
Welcome
Hi Pavan, thank you for providing the sessions to us, waiting for 10th session and also can you make videos on API Automation(Rest assured) it will help a lot.
Hi, Mr PAVAN, thanks your effort, I have get underline error in excuteScript fonction in javascriptExcutor.
As winter session better to start before an hour sir 😶
Thank you for such a beautiful vedio......
sir i am getting 500 error while doing PUT request.....how to address is issue...?]
Sir,all your videos are very informative...can you please make video about pojo in API testing
Thank you sir, u r grt
Welcome
Hi Pavan Sir your all the sessions are amazing and easily can understand.Very much Thankful for sharing Knowledge.I have one doubt ,is there any video sessions on API testing using Postman with Python ?
Hi Pavan garu
Do you know about CATE DE ..a unit level testing tool for the webservices...
Sir your video is too good and helpful
An a non it background
Sir want to ask one thing
Which videos I have to watch for QA manual & automation testing
Please reply I am waiting
Hello Sir, thank you for the lessons. However, when i created a POST/Update requests for Pet model, i am getting response in the form of json format, hence validation of pet name between response & collection variable is failing (getting error as TypeError: Cannot read properties of undefined (reading 'Pet')). Kindly assist on this
In Post/Put, in Headers section add Accept in Key and application/xml in Value
Thanks
Thanks you very much sir
Great session sir👍
Thanks
Thank you
Could you please make videos on api testing interview qns on postman, rest automation sir.
Hi good morning sir..
I have a doubt this series will continue with automation API Testing also
yes
@@sdetpavan thanks for your response sir💚💚
@@sdetpavan database testing using java can make video like now api testng done na
Hi All, Thank you sir for education making free for us.
Postman and Rest are good enough to get Job or Do i need to learn something else as well. Please anyone give me your feedback. Thank you
Hello Sir, the link you published for the XML is not working. I know it is repetitive task for you, would it be possible for you to publish the document again for PetStore XML, or else anyone tried opening the URL in browser, can share the link for it?
He unpublished in vedio only
Awesome session
Thanks
Sir i do exactly what you shown in this video but at last when i enter username and password it show like error message like no matching for username and password how to solve the issue
Sir is there any difference with join or without join.
Hi Pavan,
Looks like some of the methods are deprecated as i am getting error that JSON.parse(responseBody), xml2Json(responseBody) are deprecated error and giving hint to use the below :
Using "xml2Json" is deprecated. Use "require('xml2js')" instead.
Do you have any video specifically to cover this ?
I have the same issue..... this worked for me:
const xml2js = require('xml2js');
xml2js.parseString(pm.response.text(), function (err, result) {
console.log(result);
});
How we get url path for post and GET methods for any application
Hello Sir.. Actually the OpenCart 7.4.29 version is not available now! Can i go with 8.0.25
I have already MySQL workbench installed then how to manage new configuration it's failed..
can we get pre-request script and test scripts and body along with curl while copying to collection
please reply
pavan sir can you give me a all documentation of postman Session 7,8,9,10
Pls do on api automation with pytest...
Hi sir, I try to install opencart at the end I receive an error "Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\opencart\upload\system\library\db\mysqli.php on line 53". please provide me solution. Thanks
hello sir at this step 8) Provide Database connection details im getting error called could not make a database link root@localhost can you please help
Sir, while making the connection at step 6 -Connect to database and create DB iam getting this message ---
The requested URL was not found on this server.
Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.29 Server at localhost Port 80
kindly give ur suggestions. Thanks.
the same issue, I am also facing, were you able to resolve this error , The request URL not found in sever
were u able to resolve the issue? I am also facing the same
@@rupampathak4798 No I couldn’t
@@swathichikkala i was able to access checking this link- ruclips.net/video/na4s3lwUAjA/видео.html
Another wonderful Lecture! Sir when is the next lecture coming? @sdetpavan Sir
I am not able to login to admin site using credentials created..it days user doe not exist
has ny one faced the same issue ?
How many lectures are remaining sir
If I take join button will u provide full course
thank you sir. how to contact you sir? regarding the automation course details
Sir localhost is not downloaded..give me the document ..
Hi Sir.. here xml2Json is not working now. How to convert the data in json in this case ?
hey did you find another option?
Hello sir nenu selenium with java course tisukovali anukuntanu
Sir where to get collection zip files.
will I able to download udemy course in PC after purchasing ..? If anyone knows answer please reply
Yes
hello sir,
Suppose some API validations are fail then how to report this bugs
Warning: admin/config.php does not exist. You need to rename admin/config-dist.php to admin/config.php!
How to contact you sir?
Sir mai housewife hun muze workroom home keliy koi course suggest kijiy pls
Hello sir , Iam archana from Australia , how to contact you , I want to learn manual testing , I am looking after to take classes from you
you can check the links given you will be able to find many courses and enroll them
50:00
Are your courses present on udemy?
Yes
By which name it is available on udemy?
Hello sir can you please help
Hi sir, I can't install the XAMPP...I got the message: “xampp-osx-8.0.28-0-installer” cannot be opened because the developer cannot be verified.....
rename file 'config-dist.php' to 'config.php I am trying to rename the file but it don't display rename option, anybody know trick please respond
Hi sir , I try to install opencart and get an error "Fatal error: Maximum execution time of 120 seconds exceeded in C:\xampp\htdocs\opencart\upload\system\library\db\mysqli.php on line 53". please provide me solution. thanks
How to contact you sir