March 28, 2014
Quality assurance testing is an important part of any technology implementation. Good testing will ensure that your live product will work exactly as you've envisioned it. Here are our top 7 tips for automated testing in Sitecore.
March 28, 2014
Quality assurance testing is an important part of any technology implementation. Good testing will ensure that your live product will work exactly as you've envisioned it. Here are our top 7 tips for automated testing in Sitecore.
Wondering about the best way to test your Sitecore instance? Looking for something that goes above and beyond automated unit testing? We recommend the inclusion of browser automation tools like Microsoft Coded UI or Selenium WebDriver into your testing regimen to ensure that you are fully testing the complexities of your Sitecore solution.
While unit tests certainly have their place, the benefit of employing a browser driver is in its ability to mimic the the behaviour of a real life user. In our experience, we've found Selenium WebDriver to be one of the best tools for creating and implementing these types of tests.
No matter which approach you follow, any test should should follow the three R's:
repeatable, reliable and resilient.