Пікірлер
@anilpatil8299
@anilpatil8299 Сағат бұрын
It has a nice explanation.
@Mukeshotwani
@Mukeshotwani Сағат бұрын
Thank you Anil 😇
@aravind002
@aravind002 5 сағат бұрын
If I do pom I keep getting red swiggly line but the code will successfully run ....and if I reinstall playwright red lines goes away ......why is that ?? Can someone help 😢
@9745754904
@9745754904 2 күн бұрын
Hi @Mukesh Otwani Can u make video on how to run a large regression suite(300Test cases) without failures due to flakyness
@vishakhabhayade4997
@vishakhabhayade4997 3 күн бұрын
Thank you for this incredibly helpful video! I recently used the tips shared here during my job interview, and they made a huge difference. sometimes it becomes difficult to explain framework.
@Mukeshotwani
@Mukeshotwani 3 күн бұрын
Thank you so much ☺️ Best of luck for upcoming interviews 🙏🙏
@andrewnwajei574
@andrewnwajei574 3 күн бұрын
you helped me out boss. I appreciate you
@ygb861
@ygb861 4 күн бұрын
i don't get the assert statement when i click to login in the latest version
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Hi Yosra, can you again with different applications too ?
@ygb861
@ygb861 4 күн бұрын
Sorry i don’t understand, what do you mean?
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
@@ygb861 I mean try with different URL opensource-demo.orangehrmlive.com/web/index.php/auth/login
@MidnightMemories17
@MidnightMemories17 4 күн бұрын
Hello Mukesh sir how we can answer the same question in terms of playwright automation framework as we are not creating the base class or interfaces over there. Can you please suggest what all major modules(Areas) we can discuss for playwright Framework in interview
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Hi Sid, playwright have different architecture so explaination would be different here. I will try to record video on this once we create framework.
@MidnightMemories17
@MidnightMemories17 4 күн бұрын
@ Hello Sir, It was asked from me in recent interview Since i am working on playwright tool from an year now which i have learned from youtube So i briefed about the configuration file As it handles all the configuration ( screenshots, videos, url , retries , traces , cross browser, parallel execution ) And we are using the page object for development execution of scripts For reporting allure or extent For data management we use external json files. Also mentioned about the ci cd ( git jenkins) Please suggest the above answer is correct or not. What else topic( module) can we brief there. Please suggest
@devarapallirohini5369
@devarapallirohini5369 4 күн бұрын
Hi Sir, i am facing issue "Failed to install browsers" Error: Failed to download chromium Any suggestion on this please
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Hi Rohini, it could be temp issue, try again and check if other browsers are getting downloaded or not.
@muthumeenap4469
@muthumeenap4469 4 күн бұрын
Hi Mukesh, Thank you for the explanation. I tried generating the allure report and it was successful, whereas I am not able to open the allure report. When I hit the command for Open, web server is started and it says me Starting web server... 2024-11-14 17:22:04.121:INFO::main: Logging initialized @233ms to org.eclipse.jetty.util.log.StdErrLog Server started at <192.168.0.206:61381/>. and i am taken into page says "Unable to connect". May I know the reason?
@karimadigital1795
@karimadigital1795 4 күн бұрын
thank you!
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
You're welcome! Karima
@raghav5074
@raghav5074 4 күн бұрын
worked for me..thank you!!😸
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Great! Raghav
@TiagoKaimbraa
@TiagoKaimbraa 5 күн бұрын
thanks
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
You're welcome! Tiago
@ajinkyabansode6568
@ajinkyabansode6568 5 күн бұрын
Very helpful ❤❤
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Glad it was helpful! Ajinkya
@tallurivamsi6413
@tallurivamsi6413 5 күн бұрын
Hi Sir, how can i enable this feature from config file or properties file. for example if i make the tracing flag as true then only trace will going to effect... do we need to put the condition in tests like if(trace==true) or some thing like that?
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
yes will add this once we start framework, we need to add property file with key value.
@KapilKumar-gp1ex
@KapilKumar-gp1ex 5 күн бұрын
Hi Mukesh, getting this error-: java.lang.IllegalArgumentException: Driver must be set. tried to fixed but no lead
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Hi Kapil, please use below dependency , in latest version selenium manages drivers automatically. <!-- mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java --> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <version>4.26.0</version> </dependency>
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Hi Kapil, I have explained the same in this video kzbin.info/www/bejne/i2a1imOaj9CYqNEsi=ICxr8UXDn0hgOVhQ
@07431
@07431 5 күн бұрын
Please make a video on slider web element how to drag to desired range
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Sorry mate, I missed the URL, can u send again URL for slider
@07431
@07431 4 күн бұрын
@@Mukeshotwani testautomationpractice.blogspot.com/
@navenreddyaleti7446
@navenreddyaleti7446 5 күн бұрын
Thanks for the such a nice videos Mukesh and if you have time please do video for add cloud platoform like sauce labs or browser stack and Github actions please. Thanks for the videos again.
@Mukeshotwani
@Mukeshotwani 5 күн бұрын
Noted Naven, I have added LambdaTest in this. I will try to add others as well.
@navenreddyaleti7446
@navenreddyaleti7446 5 күн бұрын
Thank you
@BharaniNR
@BharaniNR 5 күн бұрын
what are real time exception you faced in selenium? webdriver Exception -what is the parent exception of all the exceptions in selenium driver.findelement (by.id("name"))-if you not found the element will get Nofoundexcpeiton-that is parent class of all the not found expection No such element exception -if element is not present No Such window exception -moment will try switch to new window if that window does not exist No Such shadow exception-if it is not able to find the root of shadow route No such frame exception-moment will try to switch to a frame and does not exist No Alert present exception-moment you say driver.switchto.alert and if alert is not present immediately Unhandle alert exception- Without handling the alert ,if you try to perform any opertion in webpage ,you will get UnHandledAlertException No such session exception -if the session id is null and if you try to access driver again you will getting Timeout exception-whenever we use webdriver wait or fluent wait if that particular condition does not satified in a given time period UnexpectedTagnameExcpetion -mostly comes we are dealing with dropdown (example -you are using select class but the tag is not select tag ) Stale element reference exception-whenever you try to find element and element is stale now or locator is stale that moment you do any operation in the webpage InvalidSelectorexceptpion -moment to use xpath and xpath syntax is wrong Screeshotexpection -when selenium try to capture a screenshot but fails to capture the screenshot javascriptexpection -when there ia an error executing javascriptcode via executescript() method
@TesterVijaya
@TesterVijaya 6 күн бұрын
hi sir,am not able to get result through test results analyzer.it does not display anything.kindly do help
@Mukeshotwani
@Mukeshotwani 5 күн бұрын
Hi Vijaya, please share more details about your issue. What is your requirment.
@nayabshaik2282
@nayabshaik2282 6 күн бұрын
Last week, I searched for the same functionality, and I went through Naveen Bhai's video. I found it a bit difficult to write XPath for findelements. Somehow, I have completed work, but today, you made my life easy, Mukesh. You showed how simple we can write the XPath.
@Mukeshotwani
@Mukeshotwani 5 күн бұрын
Glad it helped Nayab bhai. Keep Learning.
@PetrKnedlík-u7f
@PetrKnedlík-u7f 6 күн бұрын
thanks :)
@Mukeshotwani
@Mukeshotwani 5 күн бұрын
Welcome! Petr
@HiteshDarji-m5u
@HiteshDarji-m5u 6 күн бұрын
Hello mukesh bhai, Thanks for this awsome play list. I have one query, TestRigor can we work any modern, complex website, app or api?
@Mukeshotwani
@Mukeshotwani 4 күн бұрын
Yes it supports all.
@priyanshisaxena6252
@priyanshisaxena6252 7 күн бұрын
Your videos are always very helpful @Mukeshotwani, could you please put a tutorial on Playwright with GOJs, thanks
@arpanchakraborty-l4n
@arpanchakraborty-l4n 7 күн бұрын
wow nice explain
@Mukeshotwani
@Mukeshotwani 5 күн бұрын
Thanks and welcome Arpan
@isnelfelix
@isnelfelix 7 күн бұрын
Thank you very much!
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
You're welcome! Isnel I am glad it helped.
@madirajuchaitanya
@madirajuchaitanya 7 күн бұрын
A very valuable information. Thank you for sharing 🙏😊
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
My pleasure 😊 Sir
@amishah9489
@amishah9489 8 күн бұрын
its giving issue Error: EPERM: operation not permitted, rmdir
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Hi Ami, seems you dont have root access try all the commands with sudo Which command is not working for you ?
@dhananjayareddy5466
@dhananjayareddy5466 8 күн бұрын
Thanks for the Solution Sir!!!!
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Most welcome! Dhananjaya
@ablizyunus6631
@ablizyunus6631 8 күн бұрын
Thank you for show us, it help me! I learned it successfully!
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Glad it helped! Abliz, Happy Learning.
@prince028356
@prince028356 9 күн бұрын
Super explanation brother 👏🏻👍🏻❤️
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Most welcome Prince.
@anju22224
@anju22224 9 күн бұрын
thankyouu soo much 🤩
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
You're welcome 😊 Anju Happy Learning
@VinodSharma-qg5nz
@VinodSharma-qg5nz 10 күн бұрын
thanks
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Most welcome Vinod
@arijitmohanty-s3z
@arijitmohanty-s3z 10 күн бұрын
Hi @Mukesh Sir, how to add multiple Test in TestRogpr. can you please guide me.thanks
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Hi Arjit, you can use TestSuite feature which allow us to add multiple testcases.
@novanector-y4x
@novanector-y4x 10 күн бұрын
Is it worth learning playwright
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Yes
@novanector-y4x
@novanector-y4x 7 күн бұрын
How do i find job then
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
@novanector-y4x apply on LinkedIn Naukri based on job description
@devarajbalaji4413
@devarajbalaji4413 10 күн бұрын
Can we automate the application which is installed under the remote desktop
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Yes make sure you install winapp driver in remove desktop and it should be maximized
@devarajbalaji4413
@devarajbalaji4413 7 күн бұрын
@@Mukeshotwani thanks for the reply. What about autoIT & winium. That also required to be installed in remote desktop? I just want some solution like the remote desktop should not have those installed but the script should be executed outside the VM that has those applications installed..
@aditichhatre5363
@aditichhatre5363 11 күн бұрын
org/openqa/selenium/chrome/ChromeDriver has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0. This is the error i'm unable to solve my error, im doing it on eclips, there is no pom.xml to change the version. Can you please help me out with this error.
@AdithyanMundluru
@AdithyanMundluru 11 күн бұрын
Well Articulated and Explained , Keep it up !!
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Thanks a lot! Adithya
@sriannam7278
@sriannam7278 11 күн бұрын
Hi can u please share the link how to write XPath and CSS manually in selectors hub
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Hi Sri, once u open the selectorshub you will see search icon where you can write xpath and css selectors. Here is the link of the video kzbin.info/www/bejne/jXnSdX2Xist9rtk
@TatianaJeleascov
@TatianaJeleascov 11 күн бұрын
guys that have problem with auth email, it easier to use application password, but you need to enable 2-th fact auth. just create such password and then you can easily connect your email with this created password. spent 30 minutes to resolve it. hope it helps (Manage your google account -> security -> Sign in with app passwords -> Create and manage your app passwords (apppasswords - endpoint link if can't find)). It's like second option if the first one does not work for you.
@samruddhipatil1
@samruddhipatil1 11 күн бұрын
thank u so much
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Happy to help Samruddhi
@harishkce1989
@harishkce1989 11 күн бұрын
Yes prioritize ur needs🎉
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Correct Harish
@vidhandhagai672
@vidhandhagai672 12 күн бұрын
Not sure how this is helpful! 1. This is almost like recording the steps 2. No use of AI at good extent. 3. Limited to webapp and system testing. 4.if we need a regression test suite to be generated by just going through one flow it should be able to do that which is currently missing and would have been a real value add! Currently the features doesn't make much sense.
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Hi Vidhan, thank you for your comment. 1- Yes it records the flow which can be used for Bug Reports , Documentation and while designing testcases too if app is ready. 2- I did not mention anything related to AI in this video. 3- Yes its tool feature. For Example Selenium is for Web Automation. 4- You can record whole flow if it is in UI. Its adding lot of value to many testers, it might not be useful for you because of you requirement. All features makes sense based of requirements.
@James-dn7pw
@James-dn7pw 4 күн бұрын
Why people are so obsessed with AI, why you need AI in this free tool. It is such a useful and simple tool that too free of cost. Limited to webapp- It is developed for web so ofcourse it will be for web. Not every tool is for everything. 3rd point is same as saying "You are limited to software engineering.."
@Imgh90
@Imgh90 12 күн бұрын
Thank you!
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Welcome Maha
@nandakumarj-vy5qy
@nandakumarj-vy5qy 13 күн бұрын
Good Suggestion, Thank you so much, Mukesh
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Always welcome Nanda
@ManvithaManvi-o9i
@ManvithaManvi-o9i 13 күн бұрын
Sir I have a query we can change the company / we may clear interviews but staying in job is too much difficult 😢😢😢 there is lot of people who will pull our legs 😞 i don't know how to overcome this kind of situation
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Hi Manvita, It’s completely understandable to feel this way; navigating workplace politics and dealing with challenging colleagues can be one of the toughest aspects of any job. Here are some practical tips to help you cope and eventually thrive: I can understand because long back I have gone through the same phase. In every company you will find such people and we should know how to deal with them. Try below thing which works for me Focus on Your Goals - You should focus on your goal that you are doing whatever is best for you and company. Now a days so much resources are available so working in realtime wont be difficult. Find a Mentor - Try to build frienship with those who are positive.A mentor/guide can offer guidance/support whenever you need. Handle Internal emotions- Try to learn how to respond calmly and strategically rather than react emotionally. Stay Out From Negative Circles - Focus on your work and your work should speak always. Always see long term goal -Update your skills, network, and be ready to look for a healthier environment.
@sandeepnb5783
@sandeepnb5783 13 күн бұрын
Thank you for the solution
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
I am glad it helped Sandeep
@brajeshmohanty2558
@brajeshmohanty2558 13 күн бұрын
thanks bhai simple and effective :)
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Welcome Brajesh bhai
@celeste-is-building
@celeste-is-building 13 күн бұрын
Thank you so much! This was super thorough!
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
You're very welcome! Celeste
@Adina-h9i
@Adina-h9i 14 күн бұрын
Thanks Mukesh. Good one, it is very helpful.
@Mukeshotwani
@Mukeshotwani 7 күн бұрын
Happy to help Adina
@nandakumarj-vy5qy
@nandakumarj-vy5qy 16 күн бұрын
Hi Mukesh, Thanks for this lesson By default, will it record in HD resolution?
@Mukeshotwani
@Mukeshotwani 15 күн бұрын
No its not HD by default it generate in WebM which is more than enough for reporting.
@nandakumarj-vy5qy
@nandakumarj-vy5qy 14 күн бұрын
@@Mukeshotwani Thank you