Комментарии:
i am wondering that even paid channels also wont teach like him .... his dedication is at peaks ... thank u naveen for posting such wonderful videos... god bless u .. bye bye
ОтветитьThanks for your work, Naveen! Well done!
ОтветитьHi Naveen i followed the same approach to design frame work but for one web element i am getting stale element reference exception and I tried all the way to avoid this exception but some time my script work fine and some time i am getting stale element reference exception can you please suggest me some solution to avoid this exception
ОтветитьHi @Naveen ' driver.switchto.frame("mainpanel") ;' is not working. Could you please suggest a way to get this working, Thankyou
ОтветитьWhy are we initializing every class inside setup method. Is there any benefit of doing that? Can anyone please explain me.
Ответитьhi Naveen, I am not able to run the test case post importing from github. It is giving error "The Selection cannot be launched, and there are no recent launches" do you know the reason please?
ОтветитьHi Naveen,
Is there a way to optimize the before and after method codes? Because, the same code is being copied in all the pages and only the page name is modified in them. Apologies if I am missing something here and if my query sounds absurd.
Thank you
I need Serious Help naveen. please help me to resolve Error........................
java.lang.NullPointerException: Cannot invoke "java.util.Properties.getProperty(String)" because "com.practice.qa.testcases.LoginPageTest.prop" is null
Thankq so much sir.. Your videos are very helpful..
Ответить❤️❤️
ОтветитьDoing hand's on along with sessions and this course's helping me alot
Ответить@naveen can you please share the credential ?
I have tried creating new account but it is not working.
Why clickonContactsLink, clickonDealsLink methods returning class objects. they are working fine on declaring void also.
Similar question i have for login and home page also: why returning home page object. Please explain.
Hi Naveen! I have a question - the framework we are designing here will work fine for parallel execution as well?? or we will need to do some changes for our driver instance?
ОтветитьHi Naveen,
Can you please explain how to click on the contact or deals button
Hi Naveen,
its very good learning video.
have one doubt..how to store the list of webelements returned by while using @FindBy annotation
Amazing explanation Naveen. Learnt a lot from all your videos. Thank you for posting these videos.
ОтветитьAwesome
ОтветитьHi Naveen, I am following this lecture and I am stuck with that <frame> part. Its "@keyframe" now can't move forward. If you cant help me out. Will be grateful.
ОтветитьVery well explained.. Thanks a lot..
ОтветитьGreat work Naveen. It's out of box explanation.
Ответитьi am getting timeout: Timed out receiving message from renderer: 20.00
can anyone help me to fix this
every time i get the same even if i changing the time units
Thanks in advance
Thanks Sir ❤️
Ответитьcrm link is not working
ОтветитьThank You, Sir!
ОтветитьGod of automation 🔥....
Ответить@Naveen,
The below ones are just gaps in your framework videos
1. There is concept of grouping in Test NG with that you need not create multiple TestNG.xml files [@groupBy= "Sanity", "Regression"]
2. Test Case class should only have steps not like calling utility methods. Those methods need to be reused in Page class
3. Test cases should have steps and assertion (Expected results)
Please let me know, my point of view is not correct.
Thanks lot, much needed knowledge which is easy to follow and excel through the learning
ОтветитьYou are one my favourite teacher of my life. Best teacher and the way you teach easily anyone can understand the concepts. Thank you so much
ОтветитьThanks Naveen for such a great video.
I have a question. When we create a test case for a link/button which connects to another page ,you always makes it return the object of that page but how do we validate the test case ? We did not use any Assert for it. For example how do we get to know that "clickOnContactLink" test case is actually passed?
Please rep.
For people like me who are ready to learn but feel lost in the market, where to start and how to start and what to do .. this channel is the only light to travel and not only travel but enjoy the journey guilt free to reach required destination by crossing every step (without using any short cuts) confidently. Sincerely thanks Brother. Honestly I look up to You Sir!!.
ОтветитьHi Naveen, thank you for these wonderful videos. Have a question, shouldn't we put the datasheet and testng XML outside src folder as these are not source file and don't require compilation.
ОтветитьNaveen you are awesome. No words to say. Superb explanation
ОтветитьThanks for such a brilliant session, request you to explain if static driver object can be used for parallel execution while cross-browser testing
ОтветитьI faced an issue for reading property file from initialization method was getting NullPointerException so fixed the issue by declaring public static properties prop = new properties(); and public static fileinputstream ip ; globally before declaring constructor.Hope this helps to someone.
Ответить@Naveen, why we have used @BeforeMethod and @AfterMethod in all Test classes OR you have shown better approach in some other video?
ОтветитьWhy did he create testng.xml in a new folder/package? The testng.xml file was already created in a different folder so what was the purpose of moving it?
ОтветитьRecommending this series to all who are asking. From where shd I learn selenium testing.. Best ever selenium series.. To learn
ОтветитьHi Naveen, can you please make a video Rregarding merging two data providers to use in the @Test method?. The videos which you make are really very helpful for the beginners. Thank you
ОтветитьNaveen, I really enjoyed your video. I'm glade that I found you. Your the best!
ОтветитьNaveen, suppose If we are having 150 settings in one common settings page. And likewise, if there is 10 common settings page. So, there will be 1500 settings pages. If we are using this POM design pattern, we need to create 1500 settings pages? [this for settings alone, other than
Am working on one fully developed product, so it contains n no of pages. Now only we have started automation from scratch.
If we are creating n no of pages/java class, there will be any impacts in test cases execution time, .. or something else.
Awaiting for your response! It will be really helpful if we got an idea about it.
Do I have to teardown() after every tests. Seems like overkill
ОтветитьI am getting error of no tests found on running certain pages in intellij idea according to this framework.I tried debugging ,searched google but was not able to find solution.Can anyone suggest a solution?
ОтветитьHi Naveen, I have a question.. is it mandatory to return the object of the landing page..?
ОтветитьYou are doing a great job brother, The way you explain the concepts is amazing. your contribution to the testing community is huge. We need more people like you :) Thanks for all your knowledge sharing sessions it helped me a lot.
Ответить