When I started Selenium this was one of the most confusing questions for me like from where to start and where to end. How to learn Selenium this was also a challenge for me. I will try to explain based on my view, which worked for me. If you have, some thoughts or view then please let me know through comments. Once upon a time, I was completely new to Selenium and I … [Read more...] about How to learn Selenium Webdriver in simple ways
How to run Appium/Selenium test android chrome browser
Recently I got a new requirement in my organization to execute all our Selenium test in Android and IOS devices. We found so many tools Open source and Paid tools as well and we did POC on multiple tools. Finally, we decided to go with Appium and we got the very good result as well. Before moving further, I would suggest you go through Appium official site and try to … [Read more...] about How to run Appium/Selenium test android chrome browser
Solution for sendkeys(CharSequence) in Selenium
If you are working with Selenium and if SendKeys is not working in Selenium then you have to do small settings which will fix your issue. Please refer below screenshot for the exact problem statement. Solution if SendKeys is not working in Selenium Problem Statement for sendkeys(CharSequence) in Selenium This is one of the most common problems for … [Read more...] about Solution for sendkeys(CharSequence) in Selenium
Pain of an Automation Engg and Best practices to avoid
Pain of an automation engineer If you are working with any automation tool then you can relate this term OR if you are starting with Automation testing then be ready with this pain. When I started with automation testing I was going through this stage and I used to think that why I am not able to write good automation scripts, why my automation script is not stable. I … [Read more...] about Pain of an Automation Engg and Best practices to avoid
Using listener Re run failed test cases in selenium automatically
In this article, we are going to use new Interfaces today which will allow you to Re run failed test cases in selenium if the test fails. I have used this multiple times in my scripts and its helps me a lot. Hope this will be helpful for you as well. Why Re run failed test cases in selenium if it is failing? While working with internal applications, you may notice that … [Read more...] about Using listener Re run failed test cases in selenium automatically