This article explains the process of usability testing: what it is, when you should use it and how to generate data-backed insights while developing your website using Indigo.Design.
Read more…
Whether you’re building a new site or you’re managing a live one, you can’t afford to make any changes without a process for cross-browser testing.
Read more…
Let’s face it: it’s never easy to deal with client feedback. Requests may be vague (“the form is broken”), too subjective (“the page doesn’t load fast enough”), or difficult to assess without seeing it yourself (“the page still isn’t updated”). You could schedule some time to walk through the issues or bugs with your client, but a better solution to this often disruptive and frustrating process is to create a fool-proof system that’s easy for clients to leave feedback and even easier for you to implement and resolve it.
Read more…
In this article, we will revisit what testing means by a simple analogy, explore concepts in software architecture, and some arguments as to why you might benefit from an attitude of minimalism for your testing process.
Read more…
In Kristofer’s previous article, he explained how the basic parts of a validation library can be implemented. This article will focus on adding even more features to what had previously been created.
Read more…
Ever wondered how validation libraries work? This article will tell you how to build your very own validation library for React step by step. The next part will add some more advanced features, and the final part will focus on improving the developer experience.
Read more…
If you haven’t already researched biometrics for your user testing projects, perhaps it’s something you’d like to check out as an addition to your current testing.
Read more…
In this mobile-first world, there is no such thing as designing a website near-perfectly the first time around. While we know that more experiences with websites begin on mobile, converting those users continues to be problematic. With proper A/B testing for mobile-first experiences, however, you can change that outcome for your clients.
Read more…
Automated accessibility tests are a great resource to have, but they can’t automatically make your site accessible. Use them as one step of a larger testing process.
Read more…
Frameworks such as Espresso and Mockito provide easy-to-use APIs that make writing tests for various scenarios easier. Let’s cover the fundamentals of testing and frameworks which developers can use to write unit tests.
Read more…