Thank you so much naveen ur really savior !!.! i was working on tis assertion for few days never got that resolution!!! thanks a ton.... you have explained it very beautifully...... I must say ur definitely a boon for the people who were struggling to learn automation using selenium... thanks a ton ....
Hard assertions & Soft assertions - Very nicely explained with practical example. I like to use hard assertions more because of its benefits more. Thanks!
Thank you Naveen ... Really going through your videos are making me confident day by day ... Thanks a ton for your hard work you are putting to help us ... Great help .. Naveen ..
Hello, I am writing a script in which I need to enter a website and verify all links (by clicking on each link and verifying if elements are displayed) from that website. How can I use SoftAssert at each link?
Hi Naveen, Thank you so much for posting such incredible and simple videos. Could you please post a detailed video on how to debug an error on selenium using the debugger. As an automation engineer you also need to debug your error whenever there is an exception(such as null pointer exception, class not found) in the output console. I am new to automation and finding it difficult to debug my code as I don't have any error in my Java file and feel what I have written is correct.
Hi Naveen Can u make a Video Regarding Merging two or Three Data Providers,SO that it Should data From Excel Sheet.it will be veryHelp ful Naveen Thankyou
Hi Naveen Thanks for sharing the knowledge . I have a query , in this video for teardown method , can we use @Aftermethod or @aftertest annotation instead of @afterclass to mark all test as failed if assertion fails
Hi Naveen, I found that the soft assertions has some issues when using with @dataproviders iterations, if a softassertion fails in first iteration, it doesn't pass the next iteration and fail the next iteration at the same step, not sure what is missing. But in case soft assertion passes in first iteration, the second iteration also gets passed.
Hi Naveen Sir I'd like to learn Selenium Frameworks Which Framework is better and easy to these Frameworks 1) Data driven 2) Keyword Driven 3) POM 4) POM with Page factory 5) Hybrid 6) TestNg And Which one is the mostly used in realtime? please answer this one....? Thank you.....
Thank you so much naveen ur really savior !!.! i was working on tis assertion for few days never got that resolution!!! thanks a ton.... you have explained it very beautifully...... I must say ur definitely a boon for the people who were struggling to learn automation using selenium... thanks a ton ....
Hard assertions & Soft assertions - Very nicely explained with practical example. I like to use hard assertions more because of its benefits more. Thanks!
Excellent explanation. Understood both the Assert types very well!
Thank you Naveen ... Really going through your videos are making me confident day by day ... Thanks a ton for your hard work you are putting to help us ... Great help .. Naveen ..
Clear and concise explanation. Thanks for sharing Naveen!
Naveen bhai I am from Bangladesh. I watch your every single videos. Your explanation is awesome.thank you bhai keep making new videos about selenium
Mohammed Hossain thanks for watching bhai
Thanks Naveen for such a wonderful explanation of the assertions !
Great explanation! keep it up. I couldn't find this information on the internet properly.
Awesome explanation sir
Thank you.
Really clear and straight forword
Awesome explanation... Keep up the great work 👏👏💐💐
Awesome Explanation!!!!
Very nice explanation
Beautifully explained!
Hello, I am writing a script in which I need to enter a website and verify all links (by clicking on each link and verifying if elements are displayed) from that website. How can I use SoftAssert at each link?
Hi Naveen,
Thank you so much for posting such incredible and simple videos. Could you please post a detailed video on how to debug an error on selenium using the debugger. As an automation engineer you also need to debug your error whenever there is an exception(such as null pointer exception, class not found) in the output console. I am new to automation and finding it difficult to debug my code as I don't have any error in my Java file and feel what I have written is correct.
11:32 soft assertion
Naveen can you please tell me how to use assert and verify with different set of valid and invalid data
Awesome
How should i validate the stored string which i entered before and then verify it later?
I love your vedios naveen... Thank you
thanks naveen, its great
thank you sir
Could you please explain the difference between Verify() and Soft Assert() methods, and where to use these 2 methods?
Hi Naveen Can u make a Video Regarding Merging two or Three Data Providers,SO that it Should data From Excel Sheet.it will be veryHelp ful Naveen Thankyou
Hi Naveen
Thanks for sharing the knowledge . I have a query , in this video for teardown method , can we use @Aftermethod or @aftertest annotation instead of @afterclass to mark all test as failed if assertion fails
hi Venkat: no with @aftertest and @aftermethod also, It will be the same problem. As we are creating a global class object for SoftAssert class.
Thanks for the quick reply
Thanks
Hi Naveen, I found that the soft assertions has some issues when using with @dataproviders iterations, if a softassertion fails in first iteration, it doesn't pass the next iteration and fail the next iteration at the same step, not sure what is missing. But in case soft assertion passes in first iteration, the second iteration also gets passed.
Hi. How we can check two condition with single softassert?
Awesome, Thank you.
You're welcome!
Thank you so very much!
Hi Naveen, please upload videos for Rest Assured Testing With Test NG and Java
Pls share the related playlist
Hello Sir, can u make videos on database tesing
there are three test cases(@Test) and 2 are fail due to assertion then its shows only 1 in result
Hi Naveen Sir
I'd like to learn Selenium Frameworks
Which Framework is better and easy to these Frameworks
1) Data driven
2) Keyword Driven
3) POM
4) POM with Page factory
5) Hybrid
6) TestNg
And Which one is the mostly used in realtime?
please answer this one....?
Thank you.....
+venu babu Gamidi pom with page factory pattern with data driven approach using testng.
Thanks