by Kevin Schroeder | 11:24 am

Testing Terms and Conditions in Magento

A few days ago in response to an email newsletter I sent out one individual responded back asking about testing Terms and Conditions in Magento. When building out Magium, and its many components, I

  READ ARTICLE
97 words ()
by Kevin Schroeder | 11:24 am

Validating Individual Shipping Methods

Out of the box Magium will select the first shipping method on the screen. But there might be some times when you need to validate a particular shipping method, or force an error to

  READ ARTICLE
91 words ()
by Kevin Schroeder | 11:24 am

Validating that page assets are cached

It’s not just HTML elements that need to be tested, and sometimes not even testing that images or CSS files are being tested. Sometimes you need to test things like server configurations. Magium’s position

  READ ARTICLE
97 words ()
by Kevin Schroeder | 11:24 am

How to ensure there are no errors on a page

An easy way to check for errors is to open the browser console log. But that’s not so easy to automate, right? Actually it’s fairly easy. If you’re testing in Magium you can execute

  READ ARTICLE
105 words ()
by Kevin Schroeder | 11:24 am

Asserting page load times in Magento with Magium

Validating SLAs (Service Level Agreements) is often part of executing browser tests. With Magium you can now include page timings as part of your test. Say, for example, that part of your SLA is

  READ ARTICLE
94 words ()
by Kevin Schroeder | 3:20 pm

Browser Testing Twitter OAuth Accounts

I added a Twitter OAuth integration in @magiumlib so you can easily do authentication automation. pic.twitter.com/NjHvvRDG9G — Kevin Schroeder (@kpschrade) April 6, 2016 This is a simple library to help browser tests perform OAuth

  READ ARTICLE
438 words ()
by Kevin Schroeder | 1:10 pm

Command line features in Magium

While the rest of you were on Spring Break I was , well, too. But I also managed to finegle some time in between building snow forts and violent illness to add some new

  READ ARTICLE
861 words ()