You can automate browser tests using Selenium WebDriver for Javascript. Selenium offers you plenty of built in methods and classes to automate your web-browser workflow. It can be really useful for automating your tests using Javascript Binding. [Read more…]
Archives for April 2016
Sample Test Cases for OTP
In this post, we discuss test cases for OTP (one time password). In order to write the test cases for the OTP, we need to understand how the system works. The OTP system works on both email and the SMS on mobile device. [Read more…]