Thank you so much for the time you put into this series, many a time we dont know what we dont know and waste so much time in repeating the same mistakes over and over. I will def be looking out for new python testing videos, so that I can take my testing game up a notch. Please consider making a video series where you highlight common mistakes and common remedies to issues, like effective resolution of element not found, stale elements and other issues that trip up beginners. Having to watch an entire series to get those answers might not the practical. Once again Thank you very much for investing this time, you made a difference in my life.
@Priyanka-lx2xw Жыл бұрын
Really one of the best explanations i have come across so far in years of my wanting to be really good at understanding frameworks etc. Thank you for creating this content.
@nehamishra79743 жыл бұрын
you are doing amazing work...many Thanks sir.. please complete this playlist as u are an amazing teacher
@hatoji81542 жыл бұрын
YOU ARE A GOD. THANK YOU!!!!!!!! AMAZING!!!!!!!!
@prasadreddy443 Жыл бұрын
Thank you somuch, Very helpful series
@atulsamant8983 жыл бұрын
Thanks for this wonderful series. please keep it up and go slow.
@softwaretestingmentor3 жыл бұрын
Thank you Atul, keep watching and sharing! Regards,Manish
@prashantmorade41902 жыл бұрын
good job creating a series
@Karolus3022 жыл бұрын
Hi First of all, I would like to say that this is the best course I have found on this subject. I have a question, I created a similar folder structure in the project as you did, and I cannot import functions from the pages folder because I get this error: 'Cannot find reference gmail_login_page- in' __init__.py 'how can I fix it?
@caitancorreia8379 Жыл бұрын
Thank you for this series. Really helpful. I had a question. Since we are defininig the wait in the conftest file, don't we need to chain it as well like how we did the driver. I see you have used a new wait in the yatrat_launch_page py. This should actually come from the conftest file correct? Edit: I just saw your video till the end :) You corrected it.
@subhashjangid1386 Жыл бұрын
Hello sir, need help. I want to assign a variable errorCounter = 0 and use it in every function of testcases. Every function can change its value. Please tell me the way of using the variable.
@AUTOMATION-SHOPIFY3 жыл бұрын
Hey, sir I really appreciate the work. I need the current code ( the demo file code ) can you help me ?
@AUTOMATION-SHOPIFY3 жыл бұрын
Hey Sir I'm waiting for your reply Thanks
@112divya2 жыл бұрын
Hi sir..thanks for wonderful explanation. I'm trying to learn framework, but autosuggestion is not working like departfrom.click() or .send_keys() suggestions are not showing, please help
@abdullahbukhari90623 жыл бұрын
Hi sir! can you please create a complete series with a proper framework on Appium using PyTest along with the reports and logs from scratch to automate a complete app like the way developers are doing for their community.
@softwaretestingmentor3 жыл бұрын
Hi Abdulla, sure will do in few month once ongoing courses are finished. Regards, Manish
@abdullahbukhari90623 жыл бұрын
@@softwaretestingmentor Thank you so much waiting for your course. Haven't found a teacher like you. You are awesome.!
@sarjeraosandbhor44783 жыл бұрын
Hi, Very good. In my Robot Framework, I have created "Common.resourse" and "GUI.resource" Files for common user defined Keywords. But my Robot Framework does not identify/recognise these "*. resource" Files. So to recognise/identify "*. resource" Files which Package do I need to import into my Robot Framework ? Or how to map/link/recognise these "*. resource" Files into my Robot Framework as Resource File Type ? Thanks, Sarjerao Sandbhor.
@rakeshkumarsonar2902 жыл бұрын
Hello Sir, I am following you from the starting of the series, and I tried to execute the same code but i am getting just warning message as "DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils import dir_util" and browser is not opening. I tried in Pycharm and as well as in VS code. Please suggest something so the code will work.