-
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…