-
Cucumber with Selenium WebDriver and Maven
How to run Cucumber test with Selenium WebDriver? Cucumber follows Behaviour driven testing (BDD). It is used with Selenium for browser-based automated testing. In this article, we will run a test using Cucumber and Selenium Webdriver. Cucumber uses simple English sentences for tests which are easy to understand and write. It can be used by…
-
Mobile application testing – 13 points, dos and donts
Do’s of the mobile application testing. Real device testing – No simulator or emulator can replace real device experience. You can execute your smoke tests or sanity tests on emulators/simulators. But, regression should be done on real devices. Choose top 5 or top 10 models your users use. Early and Continuous Testing – Like desktop…
-
7 worst practices of test automation using selenium
If you want to be progressive, do not start with best practices. Instead, try identifying the worst practices in the industry and take small actions towards bettering them. Below are the some of the worst practices in test automation using Selenium: 1. CAPTCHAS CAPTCHA stands for Completely Automated Public Turing test to tell Computers and…