Tag: <span>Test automation</span>

Debug Watir Webdriver Scripts with Pry

Posted by
0

Pry is a powerful alternative to the standard IRB shell for Ruby, featuring syntax highlighting, a flexible plugin architecture, runtime invocation, and source and documentation browsing. Using Pry to Debug Watir Webdriver scripts is intrinsically the same as using IRB but one of the main advantages of Pry is the ability to invoke it in the middle of a running program.

Read more

Predefined Cucumber Steps for your Awetest Automated Testing Scripts

04/15/2014
Posted by
0

Our customers having been loving the ability to write and execute (simple English) cucumber Automated Testing Scripts for a while now. Here is a cheat sheet, a listing of all the Awetest Pre defined Cucumber steps that account for the bulk of the interactions in most web applications, making it easier for users to start writing simple Cucumber tests.

Read more

Mobile Testing Strategies to Build Better Products

03/04/2014
Posted by
0

As we find ourselves in an increasingly mobile-first environment, the need for ongoing mobile compatibility evaluation has increased and made a sound mobile testing strategy critical for application developers and site owners. With nearly every American owning a personal cell phone, the likelihood of having a poor cross-device user experience warrants extensive testing. However, many…

Read more

Why You Should Adopt Cucumber for Your Test Automation

Posted by
0

There is a great deal of debate concerning the adoption of Cucumber for Test Automation Framework.  Some love the simplicity and understandability of Cucumber’s natural (English!) language syntax, while others complain that it’s just another tool to learn that doesn’t scale to support the automation of really complex scenarios. Both points are valid to some extent,…

Read more