Hey, everyone. So, good, good. Do you agree? If you had to, only had the option to write one type of test, would it also be end-to-end? Absolutely. Because the idea is that if I had to add only one test, I would like to make the test resemble the experience that we are shipping to our users as closely as possible. And our users tend to use our UI, click on buttons, write text and inputs. And the more we can test that, the better. With that being said, if I were to get hired at a company and they would only get a single test per project, I would probably quit on the spot, but this is another topic I suppose.
Yeah, of course it's a hypothetical question, but it kind of feeds our knowledge of what people think and find the most important type of test to write. So that's good to know. By the way, I have to say, I love the term dogfooding or eating your own dog food. I really agree with that, and I used to work for a supermarket and like the home delivery part of that, and I was already a customer of that supermarket. And so I was really happy to be working on that and like kind of killing my own pain points, right? I worked there for a year and never got to kill any of my pain points because I'm not the project manager. But being your own user is really important. So that's a good point. And that beats in my opinion, any testing tool you can use.
We're now gonna go to the questions from our audience. And the first question is from Martin. And Martin wants to know, what's a good resource to learn about the roles and their accessibility? So there's plenty. So first of all, as I mentioned in the talk, there was this amazing course on Ekher.io on building accessible React applications. And even if you are not using React, I strongly recommend giving this course, just checking it out, because it talks about so many practices which are completely independent of of the framework. Secondly, I strongly recommend following and reading everything written by my friend, Lindsay Kopacz, who has also written a book about accessibility. And it's absolutely amazing. I've learned quite a lot from reading everything written by her and I strongly recommend that. And secondly, I think you know, accessibility is a very broad topic and it's very, I would say, it's ridiculous to be able to have an entire understanding of all of the different aspects of accessibility, because there's just so much of it. So what I would probably do and strongly recommend is to go for the low-hanging fruit first, as in try to use your website with a keyboard. And then if you are not able to, find out what you can add to your app in order to improve that. Because like reading the entire documentation, it's not probably going to be the most useful use of your time. But if you were to improve your own pain points, going back to dogfooding, then you will be able to improve the accessibility of your app. Yeah, really important point to also mention in a testing conference, if you ask me, that accessibility should always be top of mind, of course.
Next question is from Yanni Kolev.
Comments