This video is really helpful. I followed many videos to learn POM. But this session cleared all my doubts and it was very easy to understand the concept. Thank you sir🤝
This session is very helpful, I searched so many videos on POM but I found this one to be very informative and easily understandable. Thank You for such a nice session✌
Hi , Could you please make a video on the constructor role in POM. How it works? Why we need to create a constructor in every page? What will happen if we dont create constructor ?
high priority is given to the search operation. And while running serach operation takes place first but in the console serach operation result is printed as second, Can you explain why?
Hello sir, I tried xpath, css selector: still getting the same errror here: Exceptions Caughtno such element: Unable to locate element: {"method":"xpath","selector":"//a//h3[text()='Facebook - Log In or Sign Up']"}. Could you please help me to resolve this issue?
Hi gayatri - even i got the same error becz i have move forward in the video. Please use priority for each test method and run u will be able to pass 😊
Hi sir ,have small confusion please clarify , in your video u never user PageFactory.Initelements , is this possible to set up POM frame work without pagefactory keyword.
Hi , I m currently working as a manual tester , planning to switch into Automation Testing, I heard that 10 yrs experienced tester can be easily replaced with 5 yrs experienced tester for cost cutting, So that 10 yrs experienced tester will loose the job ! And also people say that , In dev 10 yrs experienced dev cannot be replaced by 5 yrs experienced dev in any company unlike Testers , is that true ? Please reply Does testers don't have life after 10/15 yrs work experience? Anyone who has experience, please clarify this.
Great question If we do manual testing for 10+ years, a 2 years experience guy can easily replace. If you should be never be replaced. You should come out of your comfort zone and learn all automation frameworks and in a position to take any challenge. Replacing a full stack qa is not that easy sometimes 2 resources required to replace one full stack. So learn and implement automation, performance, and security testing.
getting this issue while running - required your suggestion sir 2023-09-01 09:06:20 DEBUG ResolutionCache:186 - Resolution chrome116=116.0.5845.96 in cache (valid until 08:42:49 02/09/2023 IST) 2023-09-01 09:06:20 INFO WebDriverManager:1212 - Using chromedriver 116.0.5845.96 (resolved driver for Chrome 116) 2023-09-01 09:06:20 DEBUG WebDriverManager:1167 - Driver chromedriver 116.0.5845.96 found in cache 2023-09-01 09:06:20 INFO WebDriverManager:1265 - Exporting webdriver.chrome.driver as C:\Users\abc\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe
@@SureshSDETAutomation Thanks Suresh, but I have watched all lectures (five) before this one, very detailed and I also have the same code in my IntelliJ. It was very clear when you used objectrepo. You just implement objectrepo2 at 53:52 but I cannot understand why. Is it obligatory?
To answer your question Objectrepo2 is created for the Facebook page. And i am using that reference to access all the methods, locators from that page.
Hello, I like the video very much, it is very useful for me.I have question regarding the Framework please suggest how do we select the type of Framework. Either it be Data Driven or Keyword driven or any other.
Thanks for writing It depends on who uses the framework. If the product management teams are involved then use data driven + bdd If it's used by internal like dev and qa any framework will be ok.
This video is really helpful. I followed many videos to learn POM. But this session cleared all my doubts and it was very easy to understand the concept. Thank you sir🤝
Thanks for writing
This was the fourth video I searched on POM topic and now finally got the concept. Thanks for explaining in this much detail.
Thanks for writing
This video is really helpful. this session cleared all my doubts and it was very easy to understand the concept. Thanks for explaining in detail.
Thanks for writing
This session is very helpful, I searched so many videos on POM but I found this one to be very informative and easily understandable. Thank You for such a nice session✌
Thanks for writing
Takes for this tutorial Suresh, I needed a refresher before an interview n.n
Thanks for writing..
I have listed interview questions series please check out my playlist.
Hi , Could you please make a video on the constructor role in POM. How it works? Why we need to create a constructor in every page? What will happen if we dont create constructor ?
Is my current session not helping to understand the constructor ?
Explanation is nice and plz make some more videos on theme of real project.
Thanks for writing
Sure
There are more sessions coming soon
Thank you sir for making this video. It really helped me.
Thanks for writing
is it required to use POM???????
We can use it in many ways. Please stay tuned for updates
Hi Suresh, can you let me know if page factory has to be used in each webpage class for web elements initiation?
Yes you need to create pagefactory per page or you can reuse by using inheritance concepts
java.lang.NullPointerException: Cannot invoke "org.openqa.selenium.WebDriver.manage()" because "this.driver" is null
Can you please follow all steps
high priority is given to the search operation. And while running serach operation takes place first but in the console serach operation result is printed as second, Can you explain why?
Please check the session
Have you made any video on Selenium data driven framework with POM?
Please stay tuned for updates
Thanks Bhai. It's really helped me a lot.
Thanks for writing
Can we add another testcases or package for locators and call that package.
Yes you can
Why did you use deprecated method Implicitlywait without Duration?
I was using the old version of selenium during the time of session i guess
Why we have used build and plugins?
Please watch my session. Thanks for writing
Hello sir, I tried xpath, css selector: still getting the same errror here: Exceptions Caughtno such element: Unable to locate element: {"method":"xpath","selector":"//a//h3[text()='Facebook - Log In or Sign Up']"}. Could you please help me to resolve this issue?
Try to use the relative path or try selectorshub tool
Hi gayatri - even i got the same error becz i have move forward in the video.
Please use priority for each test method and run u will be able to pass 😊
Hi Suresh,
could you please share the plugins that u mentioned in last 5 mins in your clip.
Which one ?
Also you can pause the video and take it
Please share plugins. i didn't find in the description
Thanks for writing
Please check the pinned comments
Hi sir ,have small confusion please clarify , in your video u never user PageFactory.Initelements , is this possible to set up POM frame work without pagefactory keyword.
Please check out my playlist on POM
ua-cam.com/play/PLAkEcrdilZ4nhGjwZTSHYV3Xo6xuIckzk.html
@@SureshSDETAutomation thank a lot
Very Helpful to understand the logic clearly...Thank you Sir
Thanks for writing
Really very good i understand very well .....
Thank you so much Suresh
Thanks for writing sridhar
Hi thanks for the video, is it possible to share git link for the framework if its public?
Thanks for writing, in future all scripts will be added into the repo. Please stay tuned for updates
Test cases skiped not passes what to do...i did everything as you shown in this vedio
Set the priority and see
@@SureshSDETAutomation yes tried its working now
And for my case i changed testng version to 7.8 then all test cases executed
Please do more vedios like this realtime projects its really helpfull
Thanks for writing
Hi brother I'm also automating one webpage using POM+testNG I'm getting exception while executing please try to help me
What is the error ?
@@SureshSDETAutomation i'm getting nullpointer exception with Cannot invoke "org.openqa.selenium.WebElement.getTagName()" because "element" is null
Please check out my locators sessions on the selenium beginners playlist.
Hi help me how create object globally for the page classes
Sure
Stay tuned for updates soon
I Am facing an error "org.openqa.selenium.hasauthentication maven" while running. Please can you help me with this? Thank you
Can you checkout my testng or page object model playlist for better maven project creation
Hi ,
I m currently working as a manual tester , planning to switch into Automation Testing,
I heard that 10 yrs experienced tester can be easily replaced with 5 yrs experienced tester for cost cutting, So that 10 yrs experienced tester will loose the job !
And also people say that ,
In dev 10 yrs experienced dev cannot be replaced by 5 yrs experienced dev in any company unlike Testers , is that true ?
Please reply
Does testers don't have life after 10/15 yrs work experience?
Anyone who has experience, please clarify this.
Great question
If we do manual testing for 10+ years, a 2 years experience guy can easily replace.
If you should be never be replaced. You should come out of your comfort zone and learn all automation frameworks and in a position to take any challenge.
Replacing a full stack qa is not that easy sometimes 2 resources required to replace one full stack.
So learn and implement automation, performance, and security testing.
@@SureshSDETAutomation thanks
getting this issue while running - required your suggestion sir 2023-09-01 09:06:20 DEBUG ResolutionCache:186 - Resolution chrome116=116.0.5845.96 in cache (valid until 08:42:49 02/09/2023 IST)
2023-09-01 09:06:20 INFO WebDriverManager:1212 - Using chromedriver 116.0.5845.96 (resolved driver for Chrome 116)
2023-09-01 09:06:20 DEBUG WebDriverManager:1167 - Driver chromedriver 116.0.5845.96 found in cache
2023-09-01 09:06:20 INFO WebDriverManager:1265 - Exporting webdriver.chrome.driver as C:\Users\abc\.cache\selenium\chromedriver\win64\116.0.5845.96\chromedriver.exe
Please use selenium latest version or use webdriver manager api
Very well explained
Thanks for writing
Can you please share the xml configuration to setup the environment
Sure
Can you please checkout my community posts there i have shared XML file.
Very helpful. Thanks
Please can you share the link to the next session. Thanks
Thanks for writing and sure
Please be stay tuned for updates
Nicely explained content. 🎩
Thanks for writing
@@SureshSDETAutomation first time I felt like: yes, i know something.
That's great 👍 keep learning
@@SureshSDETAutomation yeah, trying to keep myself on track. 🤞🏼
Very nice explanation
Thanks for writing
When did you create objectrepo2 in lines 48 - 51? And why do you use them? 56:56
Please follow my playlist for detailed session on page object model
@@SureshSDETAutomation Thanks Suresh, but I have watched all lectures (five) before this one, very detailed and I also have the same code in my IntelliJ. It was very clear when you used objectrepo. You just implement objectrepo2 at 53:52 but I cannot understand why. Is it obligatory?
To answer your question
Objectrepo2 is created for the Facebook page. And i am using that reference to access all the methods, locators from that page.
@@SureshSDETAutomation Thanks, I figured out how and why you created it
To be honest great keep it up
Thanks for writing
Hi Sir, Do you have a Github Repo for this?
Sorry no
Do you have a Github Repo for this?
Not yet but will upload new ones
Hello, I like the video very much, it is very useful for me.I have question regarding the Framework please suggest how do we select the type of Framework. Either it be Data Driven or Keyword driven or any other.
Thanks for writing
It depends on who uses the framework.
If the product management teams are involved then use data driven + bdd
If it's used by internal like dev and qa any framework will be ok.
@@SureshSDETAutomation Thank You very much for the quick response, Please let me know if you created Video Tutorials for Jenkins and Github.
Please check out my channel for any software testing, automation related sessions.
Can u explain about Test NG and Cucumber
Sure,
Please stay tuned for updates on channel
Very good tutorial....
Thanks for writing.
Awesome, thank you!
Thanks for writing
Thanks a lot
Thanks for writing
Can't find plugins in description 😢
Please follow the session For details
Your video is really very helpfull
Thanks for writing
Thanks a lot.... really helpful video
Thanks for writing
I think this video is combination of video 1 to video 5
Yes correct
Best 👍🏻👌🏻
Thanks for writing
Can you provide programming file of this video please...
Sure will provide as part of Jenkins series. Stay tuned for updates
Please provide the program files!!!! 😭😭🙏🙏🙏🙏🙏🙏🙏
Can you follow my session and do by your self Das. If i give you files you will never what and why you need to use any condition or code.
Amazing, can I get it's code as I'm facing some errors
Sure
shtechpro@gmail.com
@@SureshSDETAutomation sir how to take screenshot of login and registration page in maven, what are the depencies to be added
Hi Suresh I need notes or Pdf of this session
Sure will update in GitHub soon
@@SureshSDETAutomation thanks
Perfect solution :)
Thanks for writing