Its worth learning new skills and you are making it easy to learn without cost,Hats off for you Mukesh.
@acthilina4 жыл бұрын
Thank you. I learnt something new here today.
@bharatvarshney26667 жыл бұрын
Hi Mukesh.....Great Job!!! I am trying to learn Selenium only by watching your videos....hope I will learn it ASAP. Thanks again for putting all these videos together buddy :-
@Mukeshotwani7 жыл бұрын
Sure Bharat you will learn ASAP and I would suggest dont stop with Selenium only. Market is tough now a days so try learning related tools as well like Cucumber, Appium, Web Services and so on. All are very easy and high in Demand.
@97457549046 жыл бұрын
@Mukesh For every page , we need to verify the Page title or just only the title of landing page
@TowardsDarkness8 жыл бұрын
Hi Mukesh.....Great Job!!! I am trying to learn Selenium only by watching your videos....hope I will learn it ASAP. Thanks again for putting all these videos together buddy :-) -Shiva.
@Mukeshotwani8 жыл бұрын
Thanks Shiva :) Keep learning.
@akankshakhadatkar70594 жыл бұрын
hi Mukesh, Do you have a video on explanation of project Selenium + TestNG framework with the execution ?
@Mukeshotwani4 жыл бұрын
Hey Akanksha here is the playlist kzbin.info/aero/PL6flErFppaj0WwNOMFeXPVlNCDuJyPYFi
@akankshakhadatkar70594 жыл бұрын
@@Mukeshotwani thank you
@quepham26126 жыл бұрын
thank you very much, great tutorials !
@Mukeshotwani6 жыл бұрын
Hi Que Pham thanks I am glad it helped you.
@shilparaghuwanshi24184 жыл бұрын
Could you please tell how to test - click on a link (if available) and switch to new tab and verify the title?
@Mukeshotwani4 жыл бұрын
Hi Shilpa, You can use below approach to handle this 1- use findElements method which will return List, calculate the size if size >0 then click 2- If after click open is opening in new tab then switch to new window and then use assert learn-automation.com/handle-multiple-windows-in-selenium-webdriver/
@shilparaghuwanshi24184 жыл бұрын
@@Mukeshotwani Thank you!
@SuperPrir6 жыл бұрын
How to capture the text in the "Complete solutions for individuals who are passionate about automation" in the learn.automation site.
@nehalsingh7853 жыл бұрын
awesome tutorial sir
@Mukeshotwani3 жыл бұрын
Thanks Nehal
@chauhanrahul1554 жыл бұрын
I am getting Syntax error on token "verifyApplicationTitle", AnnotationName expected after this token .I created a separate class for @Test.Why is it coming? What will be its resoluion?
@mounikakasulawada94914 жыл бұрын
Thank you.
@Mukeshotwani4 жыл бұрын
You're welcome! Mounika
@aliadnan388 жыл бұрын
What will happen when in assertion you have multiple test cases and one test case fails ? Let's say title is not matched. How control will be moved to next test? I understand you can use verify then, but how we can achieve this with assertion? Try, Catch?
@Mukeshotwani8 жыл бұрын
+Adnan Ali Hi Adnan, Nice question if you talk about test level it will start next test but if you want to resume the test after assertion as well check Soft Assertion in Selenium which will do the same kzbin.info/www/bejne/gHvcmKdqjah_eNE
@mounikabora94565 жыл бұрын
Can you explain how to resolve webDriverException please
@chauhanrahul1554 жыл бұрын
How to download TestNG plugin?
@arpitkumar75766 жыл бұрын
thanks sir
@Mukeshotwani6 жыл бұрын
Most welcome Amit
@MukundEquity2 жыл бұрын
thank you 🙏
@764Priya7 жыл бұрын
How do we get title of the page which comes after login?
@Mukeshotwani7 жыл бұрын
Hi Priya, same method will help after login too.
@shivambhargava60926 жыл бұрын
String title = driver.getTitle(); Then pass this variable title Utility.captureScreenshot(driver,title); Now you'll get your screenshot name as the page title.
@devudeva12683 жыл бұрын
Thanks
@KaranSharma-lm6eh2 жыл бұрын
All these are on Java, but no such supporting tutorials for Javascript !
@Mukeshotwani2 жыл бұрын
Hi Karan I have seperate playlist on JavaScript on my channel. Please check 😊
@KaranSharma-lm6eh2 жыл бұрын
@@Mukeshotwani thanks for the information, surely will check :)
@parulisha6 жыл бұрын
Can we change the title for a webPage using selenium java
@Mukeshotwani6 жыл бұрын
+parul khullar as a tester no we can only verify the page title using Selenium but if you have dev level access to application then you can change the title and build the application
@parulisha6 жыл бұрын
I think i could. :) WebDriver driver; JavascriptExecutor executor = (JavascriptExecutor) driver; String title = (String)executor.executeScript("document.title = 'New Title'");
@Mukeshotwani6 жыл бұрын
+parul khullar this won't be permanent if u refresh it will revert the changes
@parulisha6 жыл бұрын
thanks.
@mohmashooqdowlati79334 жыл бұрын
Your internet speed and quality is so annoying, why dont you use a better company to prevent all these delays and pauses sir? thanks
@Mukeshotwani4 жыл бұрын
Sorry for bad experience Mashooq, in recent videos you wont find this issue.