Test Effective Development

Rate this content
Bookmark

Developers want to sleep tight knowing they didn't break production. Companies want to be efficient in order to meet their customer needs faster and to gain competitive advantage sooner. We ALL want to be cost effective... or shall I say... TEST EFFECTIVE!

  • But how do we do that?
  • Are the "unit" and "integration" terminology serves us right?
  • Or is it time for a change? When should we use either strategy to maximize our "test effectiveness"?

In this talk I'll show you a brand new way to think about cost effective testing with new strategies and new testing terms!

It’s time to go DEEPER!

31 min
18 Nov, 2021

Video Summary and Transcription

This Talk introduces Test Effective Development, a new approach to testing that aims to make companies more cost-effective. The speaker shares their personal journey of improving code quality and reducing bugs through smarter testing strategies. They discuss the importance of finding a balance between testing confidence and efficiency and introduce the concepts of isolated and integrated testing. The speaker also suggests different testing strategies based on the size of the application and emphasizes the need to choose cost-effective testing approaches based on the specific project requirements.

Available in Español

1. Introduction to Test Effective Development

Short description:

Hello, everyone! Welcome to the Test Effective Development introduction talk. I'm Shai Reznick, the Test Effective Guy. Today, I'll teach you a new way of thinking about test that will change your testing life forever. Let's begin. My goal is to help busy companies become more cost effective via testing transformation. We'll integrate testing into your day-to-day, so you can make changes without introducing new bugs. Take the quiz to find out your biggest testing mistakes and get free resources.

Hello, everyone, and welcome to the Test Effective Development introduction talk! I'm Shai Reznick, and today I'm going to teach you a new way of thinking about test will change your testing life forever and will boost your productivity. So let's begin.

As I said, I'm Shai Reznick. I'm known as the Test Effective Guy and sometimes also known as the Angular Testing Guy. I'm also a Google Developer Expert and I founded HiRise.IO, which is an education and training company that teaches developers how to write more cost-effective tests in a fun and entertaining way. Also, my talks have been viewed by over 170,000 developers and a few random people. I'm guessing. Hey, WSI here.

Okay. So my main goal in life is to help busy companies become more cost effective via testing transformation. That means that we take your busy company with your schedule, not stop in development, and find a way to integrate testing into your day-to-day. If you're interested in that, let me know. Okay, so we could take your developers from sleeping like this into sleeping like this, where as I like to say, test right, sleep tight. Okay. And it's not only about sleeping tight at night, it's also about becoming more professional. So you could make the changes to your code or apply this new technique that you learn without the fear of introducing new bugs into production. And if you want to find out your biggest testing mistakes, I prepared a quiz, a few questions that you can answer, and we'll show you what your mistakes and how to fix them and we'll share with you some cool new free resources about testing. So check out in this link or in this QR code, it'll take you the same link and get to that quiz.

2. Wi-Fi Disclaimer

Short description:

Today, I'm not going to do the crazy talk I'm known for because of a Wi-Fi issue. We are sharing the signal with neighbors, and there might be glitches. So, I'll stick to an educational talk. Let's begin.

Okay. Now a disclaimer. So I'm known, if you search my name on YouTube, you might find crazy talks of mine, like, you know, sometimes it's a stage play and sometimes it's a game show or a rap song or a magic show about tests or one of my personal favorites. This is a talk I did in 2018, where I hooked a device that can read minds and I share with the audience what my thought process and all the shenanigans that go through my head while I'm test driving an app. So even if you're not an Angular developer you'll find value in this lecture, so check it out. But! So today I'm not going to do this crazy talk because I have a weird situation here. We have a problem with our Wi-Fi. We are sharing the Wi-Fi signal with all of the other neighbors here in the office building and there is a weird phenomenon today that, you know, people are going over other people's transmissions, so you might see glitches or you might see what other neighbors of mine here are watching. So I'm sorry about that. I apologize in advance for anything you might see. Okay? I didn't want to, that's why I didn't want to create like a crazy talk today because I don't know when these transmission interruptions will happen. So I'm just sticking to the old-fashioned educational talk and that's it. So this is the disclaimer. Sorry about that. And let's hope, let's hope we have a smooth process. Okay, cool. So now let's begin.

3. The Circle of Doom

Short description:

Back in 2009, I was rushing to meet deadlines, producing poor code quality and unexpected bugs. This led to frustration, panic attacks, and a feeling of being overwhelmed. It was a truly scary place in my life.

Okay. So back in 2009, I was a developer in my day job and I had a side project at night. So I worked from nine to five on the day job and until 2 a.m. On the startup. And that's where my days. And I was in this, what I call the circle of doom because I was rushing and trying to meet all the deadlines and moving forward fast, I produced poor code quality that produced unexpected bugs, that in turn produced more poor code quality because of the fear of the unexpected bugs. I got like so scared, okay. And, and I didn't want to change and improve the code and that led to frustration and trying to destroy the computer or I don't know, and that led even to a more scary place where I was in a feeling of a quicksand where every time I fixed the bugs, I introduced four more bugs into, into the app. And I, it felt like I'm drowning more and more into the quicksand. And I started having this dizziness and, and, uh, I couldn't breathe and this attacks and I didn't know what's wrong with me, so I went, I actually went to the hospital and got like checks when it became more severe. And they actually told me that I have nothing wrong with me physically. And they suggested that I might have panic attacks and I did. This is what I had panic attacks from not meeting the deadline. And, you know, I missing the deadlines and I have more bugs to fix and don't know, I have this uncertainty on when more bugs will pop up and I, it was truly a scary place in my life.

4. The Journey to a Better Approach

Short description:

I decided to work smarter, not harder, to have a balanced life and avoid unexpected bugs. I started with unit tests but realized they weren't enough, so I tried integration tests. However, they were difficult due to the complexity of code paths. This lack of confidence led me to search for a better approach.

So then I decided that I need to work smarter, not harder, because I thought, okay, what do I really want in my professional life? I want to do meaningful work. I want to upgrade my skills and I want to live a balanced life. So I don't want to, you know, miss holidays or, you know, birthdays or family with friends, back then my girlfriend and what prevented me from doing all that were unexpected bugs. So I then decided I'm going to learn how to fix them and talk with friends and suggest us to write tests.

So I just learning about testing and I met this like weird terms, like unit and integration, and then to end, and I didn't know what to choose when. And uh, sorry, like I told you. Um, okay, let's, let's forget about what we just saw. Okay. So I had all these terms like unit integration didn't know what, you know, what to choose and what to write and how to write them. And somewhere I read that unit tests are for developers and integration and end to end are for QA. So I decided to start with unit tests. Uh, so then at the start, it was like very difficult to understand what, what am I doing? But after a while I became better at it and better. And I thought to myself, okay, I got this. But then, you know, I started having bugs like 100% coverage or 90% coverage, but still had bugs in production. And then I realized that unit tests are not enough. I also need integration tests.

So I tried, I really, really tried. So I tried to write integration tests and the start again, it was very difficult, but then in the end, it was still difficult because the integration tests are super difficult. It looked like easy in the start, but when you realize you have so much logic and moving pieces in your code and all of this, like, psychromatic complexity and other terms that makes you sound smarter than you are, but basically saying that you have lots of code path in your app, you know, decision points and stuff like that, that made integration tests much harder and slower to run and that led me to write only test for the happy path when stuff are successful and not to check error situations, stuff like that. And that led me to have less confidence in my integration tests because I realized that it's just like an illusion. They're not really give me full confidence in my code. And I always kept feeling that this blanket is too short, you know, every time I try to use a new technique, you know, integration or unit or something like that, I always like suffer from something else. So after a few years of testing, I became a testing consultant and help companies with their code. And I taught them the same traditional ways of like the testing pyramid and all that stuff. And I started to get frustrated because I didn't have the results that I wanted to have. And this is me frustrated. Okay. It came to the conclusion that I had enough. Okay? We need a new approach. We need a better way to do stuff.

5. Strategies for Testing Confidence and Efficiency

Short description:

I started experimenting with strategies and had epiphanies that led to new strategies. Applying them to my code improved my confidence and eliminated the issues I faced with traditional methods. I realized that inefficient tests were also hindering my progress. To handle unexpected bugs, I focused on increasing testing confidence, while fighting inefficient tests required improving testing efficiency.

Okay. So I started experimenting, you know, with, with strategies. And then I, I had a few epiphanies and I learned the new strategies that worked for me. And once I started to apply them into my client's code and to my own code, I finally got to the place where I can change my code with confidence and I'm not suffering from all the stuff that I suffered when I use the more traditional ways. And I want to share the epiphany that I had. Because again, like I told you, I want to do meaningful work and upgrade my skills and live a balanced life. And what I thought, the only thing that stops me from doing it were unexpected bugs, but in fact it weren't just unexpected bugs, it was also inefficient tests. So, so I just switching from time wasted on fixing unexpected bugs to time wasted on fixing inefficient tests. So then I thought about, okay, what can I do to handle unexpected bugs? I need to increase my testing confidence. And what can I do to fight inefficient tests? I need to increase my testing efficiency. I know kept then obvious, but it's important to know because now that we know these two factors, we can view them and view our tests from these lenses.

6. Strategies for Test Effectiveness

Short description:

When it comes to strategies, some lead to more efficiency but less confidence, while others lead to more confidence but less efficiency. The goal is to find a balance between confidence and efficiency, which I define as being cost effective. Test effective development aims to find better terms, strategies, and tools for writing more cost effective tests. Today, we'll focus on two strategies. To be more effective, we need to be more specific, using the right tool for the job. I applied Elon Musk's first principle thinking method to unit integration, aiming to find the first principles behind these terms and come up with new ones.

And if we think about like the strategies, tools and techniques that you are used to apply or use in our tests, okay. Now, when you think about confidence and efficiency and judge them by these terms, we can see that some strategies lead to more efficiency, but less confidence and some lead to more confidence and less efficiency, for example, end to end test, where you have lots of confidence because all the moving parts are integrated together and you test everything in one place, but there are the least efficient test out of them all because they run the slowest and they require more code and there fail more often and stuff like that.

So although you can never reach a 100% perfect point, okay, you always suffer from bugs. The point is to find a balance. Balance to the confidence and efficiency we have from a specific strategy term or two. So then I thought about, okay, what can define this balance? Okay. What can, uh, how can I use one single term to define this balance between the confidence and efficiency? And the only thing that came to mind was cost effective. Okay. How cost effective is this strategy? And then I thought it was too generic. So I kept thinking about, okay, cost effective, cost effective. Maybe I can call it task effective. And that's when I came up with test effective development. Okay. And the idea here is to find better terms, better strategies, and better tools to write more cost effective tasks. So there's lots of topics to cover. We test effective development, but today, because we only have limited time, we're only going to focus on two strategies.

Okay. The thing that I learned about being more test effective is if you want to be more effective, you need to be more specific. For example, if you go and want to do a surgery, you want to go to a surgeon who know how to use the right tool for the job at the right time, and not like a maniac with a chainsaw to just like know how to use this one tool. Okay. And the idea came from actually from Elon Musk and his first principle thinking method, where he applied it to building reusable rockets by going all the way to the first principles and trying to build back from that better solutions. So that's what I applied. And when I thought about unit integration, I said to myself, okay, let's try to find what are the first principles behind these terms and try to build them back up and maybe come up with new terms. Okay. So when you think about an app, let's say the part of the app, like classes or functions or something like that, and the connection between them, like they import each other, this is our app.

7. Testing Dimensions and Boundaries

Short description:

The idea came from Elon Musk and his first principle thinking method. When thinking about unit integration, there is confusion about the definitions. I decided to dig deeper and discovered new testing dimensions, such as boundaries, action scope, and subject type. Today, we'll focus on boundaries, which refer to isolated versus integrated testing. Isolated testing means testing only one thing and faking the rest of the dependencies.

And the idea came from actually from Elon Musk and his first principle thinking method, where he applied it to building reusable rockets by going all the way to the first principles and trying to build back from that better solutions. So that's what I applied.

And when I thought about unit integration, I said to myself, okay, let's try to find what are the first principles behind these terms and try to build them back up and maybe come up with new terms. Okay.

So when you think about an app, let's say the part of the app, like classes or functions or something like that, and the connection between them, like they import each other, this is our app. Okay. And when you think about unit testing, the confusion there is that sometimes you have a unit that describe one class, for example, depending on which book you are reading, and sometimes it defines like two classes together that represent one idea. But then when you learn about integration tests, you learned that this, it's the same thing. Basically, no, it's two pieces together in integration. And you test them both. Uh, this is also called an integration test. And sometimes again, depending on which book you're reading, it refers to your code against external code that you don't own. So this is an integration test. So there's a lot of confusion. And then because of this confusion, I decided not to use these terms and to actually dig deeper. And when I dug deeper, I discovered new testing dimensions. We have several testing dimensions that we can analyze. The first one is boundaries, the second is action scope, and the third one is subject type, and we have actually more testing dimensions that I discovered over the years, but today I want to talk about only these first two. I have other lectures and courses and stuff like that where I talk about more dimensions and how to analyze them. But for today's two strategies, I want to talk about these two dimensions. Okay. Let's define them. Boundaries. Boundaries are easy. It just means isolated versus integrated. Most of you already refer to units and integration, and you actually refer to isolated or integrated. And we'll see, so isolated means that we only test one thing. It could be a class, a function or whatever, but it's only one thing. And the rest of the stuff that this thing imports, we fake. Okay.

8. Testing Dimensions and Efficiency

Short description:

This is an isolated test. In contrast, an integrated test is whenever we test more than one thing together. Action scope means single action or multi-action test. We can have multiple combinations of these dimensions, but choosing the right combination is the key. Let's judge the effectiveness of single versus multi-action test. In the confidence score, multi-action tests score higher, but in terms of efficiency, they are much less effective than single action tests because of the influencer curse.

This is an isolated test. In contrast, an integrated test is whenever we test more than one thing together. This is an integrated test. Sometimes it could be the entire thing, which is an end to end test. So this is the definition.

Action scope means single action or multi-action test. And what is it? So let's say we have a class for methods, okay? A single action test will test this one method. And a multi-action test will test several methods or functions or whatever two things together in one test. This is a multi-action test and we can have several combinations of the things like we can have single action, isolated test or a multi-action integrated test or a single action integrated test. You know, we can have multiple combinations of these dimensions, but choosing the right combination is the key here.

Okay. You have. More effective combinations for different situations. Okay. We gently lay our possum down. I don't know. That's. I'm speechless. Okay. Let's let's just continue. Okay. So let's judge the effectiveness of single versus multi-action test. In the confidence score, multi-action tests score higher score. It's relative score. It's not scientific. Just like relative to each other, because the more you test more stuff in one test, you get more confidence that you have less side effects. But in terms of efficiency, multi-action tests are much less effective than single action test. Why? Because of popularity or what I call the influencer curse. Okay. Let's see.

9. Influencer Curse and Test Efficiency

Short description:

When you introduce more methods or actions to your tests, you increase the probability of failing multiple tests together. This is known as the influencer curse. To improve test efficiency, it is recommended to prefer single action tests, although there are some cases where multi-action tests, such as end-to-end tests, may be appropriate.

Okay. So let's say we have this class here and it has this method and let's say with several tests to test this method. Okay. Now, if this method that has a bug, now all these tests will fail, but now let's add another method to the test. So let's say we have all these tests that test this method, but they also run this method as well. Now, every time this will have a bug, all tests will fail. And every time this will have a bug the second method, all tests will fail.

Okay. So when you introduce more methods or more actions to your tests, you're increasing the probability of failing lots of tests together. And that's the influencer curse. The more followers your code has, like the more tests that follows your code, the less efficient your tests are. Okay. So the conclusion is to prefer single action tests. Okay. There are some times that you want to use multi-action tests and like in end to end tests where the amount of tests are smaller and I talk about these in my courses and other lectures, but for most tests, you want to prefer single action tests.

10. Effectiveness of Isolated vs Integrated Testing

Short description:

Now let's talk about the effectiveness of isolated versus integrated testing. The context of your app and its size are important factors to consider. Small apps, like microservices or open source libraries, require different testing approaches than medium to big apps, such as monoliths. In terms of confidence, integrated tests have a higher score, but they must cover everything and not just the happy path. However, integrated tests are much less efficient than isolated tests. I recommend watching J B Rinesberger's lecture on the scam of integrated tests for a deeper understanding.

Okay. Now let's talk about the effectiveness of isolated versus integrated. Okay. I see a lot of talks about, no, write only integration tests and then the testing pyramid or write only unit tests are mostly units or mostly integration and all that stuff. And I follow these suggestions for a while. And it led to more confusion on my part, because I realized that what's important is the context of your app. And part of this context is the size size matters in testing.

Okay. So let's define size. On one end, we have the small apps, example for these can be like microservices or micro-front ends or open source libraries or, you know, proof of concepts, stuff like that. These are smaller apps. Okay. On the other end, we have medium to big apps, which most of the time examples of these are monoliths. Okay? If you, we don't break them into micro frontends, it's a big monolith with lots of moving parts compared to a monorepo or something like that. So these are big apps. Okay. These are the terms.

Okay. In terms of integrated versus isolated on the confidence score, we have a high confidence score for the integrated test and the lower confidence score for the isolated because we lose touch with reality when we fake stuff. But there is an asterisk there on the integrated part, because it means that we must cover everything in the integrated and not just the happy path. And most of the time it's not the situation. That's why it's a caveat. Okay. You know, if in an ideal world where we cover all the possible code path with integrated test, yeah, we have maximum confidence, but that's most of the time isn't the case on the efficiency score. We will look at integrated versus isolated. Integrated is much less efficient than isolated test. And there's a lot of reasons as to why that is. Okay. I suggest watching a great lecture about the scam of integrated tests or integrated tests are a scam by J B Rinesberger, where he covers that in depth. And I have other lectures about where I go deeper into why this is the case.

11. Test Types Based on Size: Flashlight and Laser

Short description:

For small to mid apps, a combination of single action and integrated tests provides a more test effective solution. For big monolith or mid to large scale apps, a combination of single action and isolated tests preserves a good balance between confidence and efficiency. Introducing new test types based on size: flashlight tests for small apps and laser tests for big apps.

Okay. What's the scam of integrated tests, but there are much less efficient than isolated tests. And for that reason, what I came to realize is that for small to mid apps, the more test effective solution is to use a combination between single action and integrated tests, because that way we don't lose the confidence and we don't lose that much efficiency because we don't have a lot of tests in the first place, because this is a small size app, but for big monolith or mid to large scale apps, the more test effective solution there or strategy there is to use a combination of single action and isolated tests, because that we preserve a good balance between the confidence and efficiency.

I'm just going to ignore that. Okay. Okay. And because I didn't want to keep saying like single action integrated test or single action isolated tests and stuff like that, I want to find better terms that encapsulate, like what I mean. I want to introduce to you now new test types based on size. So type number one. Okay. For small apps, I want something that could cover all parts of the app. And then I thought, okay, what's a good metaphor for, let's say I had all these parts in one room. I want to shed a light on all of these together. And then I thought about like, Hey, I can use a flashlight flashlight, you know, with the ray of light can hit all the parts together. Okay. And that's when I thought about the name flashlight test, which are short distance, okay. Think about the small room single action integrated test, and these are our flashlight tests. And this is type number one.

Now the other new test I've thought about was for the big apps. Let's say I had like, it's a big stadium with lots of distant parts. Okay. Sometimes I want to reach this part or this part. What can I use to reach it? I cannot use flashlight because the ray of light can reach just a short distance. I need another device. And then thought about, I can use a pointer laser and that way I can reach other like more distant and just those parts because they are isolated. Okay. So then is when I thought about the name laser test. Okay. Which are long distance, think about a big stadium, single action, isolated test. Okay.

12. Recap: Flashlight and Laser Tests

Short description:

We have flashlight tests for small apps and laser tests for big apps. When tests reach more than 500 lines of code, consider switching to a laser test strategy. In summary, we learned about test effective development, different testing dimensions, and the laser test and flashlight test strategies. Check out the quiz and free resources to learn more. Thank you for participating in my first TED talk. Enjoy the rest of the event.

So again, to recap, we have flashlight tests for small apps and laser tests for big apps.

Okay. And you might ask yourself, okay, how do you know when to switch between two strategies? The rule of thumb for me is when the tests reach more than 500 lines of code, then I know that probably my integrated tests are becoming less efficient. And then I considered switching to a laser test strategy.

Okay. So that's our time for today. Let's summarize what we learned. We learn about test effective development. We learn about the different testing dimensions we have, and we learned about the laser test and flashlight test strategies.

Okay. If you want to learn about more test effective strategies, again, this is the quiz I prepared for you. This is the link. This is the QR code, check it out. And you get more free resources to learn further about this topic, about test effective development. And with that, I wanted to thank you all for participating in my first ever TED talk.

Okay. This is my first, and thank you very much. These are all the details. Remember check out the quiz and become more test effective developer.

Okay. Enjoy the rest of the event. Bye-bye.

Hi Shai, how are you? I was so excited for the talk and I gave my all and I lost my voice. So you can hear the, my sexy voice in the Q&A. It was great. It was super funny. I love the videos in the middle. So we had the pool before. So let's take a look at the results and in the results, I actually didn't knew the answer so my, my. Vote was on the hardware testing.

13. Results of the Poll and Testing Methods

Short description:

The results of the poll show a tie between plumbing and hardware testing. The correct answer is a combination of both. Plumbing testing involves blowing smoke through pipes to check for leaks, while hardware testing involves plugging in a device and ensuring it doesn't blow up. The plumbing testing came first, followed by hardware testing.

And afterwards I was reading about it. So what, what's your, your takeaway in regards to the results of the pool? So I'm seeing the results now and look like we have a tie between plumbing and hardware testing and the real answer is hand-teasing nobody picked hand-teasing it's like 0% or something like that, but no, actually, when you, you know, I always like thought it was, regarding to plumbing and then because, you know, they blow smoke through the pipes to see if you don't have any, like, you know, leaks but it actually comes also from hardware testing. Okay. So hardware testing, the test there was, if you plug it in and it doesn't blow up in smoke, it works like you press the smoke test. So it actually is a combination between. So the right answer is both A and B are correct. Exactly. Yeah. That's what I, what I researched afterwards. And the plumbing one came before, came first and then the hardware testing. So that's great.

QnA

Q&A on T-shirts and Testing Strategy

Short description:

We have a few questions on this court, so I'll read them to you. The first one is about getting a T-shirt with the test rights, sleep tight. I'm planning a whole line of testing-related funny T-shirts. Another question is about the size of the app and its impact on choosing a testing strategy. I emphasize the importance of considering the size of the app and whether the chosen strategy is truly cost-effective. For smaller apps, a combination of single action and integrated tests is recommended, while for larger apps, isolated tests are more suitable.

We have a few questions on this court, so I'll read them to you. And the first one is from the S and the T-shirt in the the questions are, can we get a T-shirt with the test rights, sleep tight? I actually plan. Thank you very much. Yeah, I want to have one as well. I will. Yeah, I will. I'm playing on the, I have a design and I'm playing to issue like, I just needed to find the time to actually see where can I produce it internationally and stuff like that. But if you'd like to be on the list, so hit me up at shai.hi-res.io and I will put you in the notification list when it will go live. But yeah, I'm planning like a whole line of testing related funny T-shirts. You have created your own terms, so you can have lots of different shirts with different sayings. Awesome. Yep, laser tests and stuff like that, smoke and lasers and stuff like that.

So, we have another question here, which is, does the size of the app matter when choosing the test, a testing strategy? Uh, I, I like, I think it's a, I answered it in the, in the talk. In the end. But yeah, so, so yeah. This, this is the, the, the, the whole point that I tried to make was that when we read about the blog posts that get like, suggest that a specific strategy we, you know, we used to read it from like, okay, our point of view. And we might take like the wrong strategy to our app. If we don't apply the, or wait for a second, I think, what is the size? What is the size of my app? And yeah, does this strategy, like, does this technique really is the most cost effective technique? And that's why I said that if you judge it all, that's what I tried to do. If you judge everything and you have more, more aspects and more dimensions to judge. Like I said, like you have a subject and you have all these things that you need to consider. That's what I tried to do in my lab here in my office, by the way, this is my family. So what they tried to do is to figure out what is the most cost effective pair context. So for context of smaller apps is try to use a combination of single action, single actions anyway for your micro test. And do the flashlight test, which is the single action and integrated test. That's how you will get the most gains and most efficiency and most confidence. But for large apps, which most of us work in companies where we have still monolith and big monsters of apps, it's pretty hard to write integrated tests in such an environment in a very repetitive or a conventional way where everybody knows the borders, the right way. Where the tests will be very deterministic, right? Exactly. So that's why I recommend, okay, stick to isolated tests for that strategy and use the integrated tests for stuff like smoke tests, which I talk about on other lectures. Oh, we have a hand-teasing. Somebody answered hand-teasing, which is amazing.

Choosing Cost-Effective Testing Strategies

Short description:

In testing, it's important to choose strategies that are cost-effective for our specific needs and context. There is no one-size-fits-all approach, and we should assess our situation based on first principles. Understanding the dimensions of our project, such as app size and requirements, helps us determine the most suitable testing approach. While common wisdom may suggest certain practices, we should prioritize what works in real-life situations. Additionally, as projects evolve and become more complex, our testing strategy may need to adapt accordingly.

Thank you. You won with the free t-shirt. Yeah. I like that you mentioned, and it's not just you, many of the speakers here in the conference mentioned that we should choose the right testing that are more cost-effective for our needs, for our context, and I think that's what makes more sense.

There is no one strategy that works for everyone. We need to understand exactly where we are in and where we want to be. Yeah. And that's something that I think we should talk about in the testing world, more like try to go to first principles and try to assess stuff, not by the terms that we're used to talk about, but for what is more correct to my situation. And let's define what is my situation. Am I working in a small app, in a big app? And then, okay, what are the different dimensions? What do I really need here? Do I really, like in Angular for example, in React it's pretty obvious to write component or DOM or test for the DOM. It's more like it's easier, it's faster. In Angular it's actually faster to write only a test for the classes and not for the DOM and again, leave the DOM tests for the reusable components. But that's not the common wisdom, let's say. The common thing you will read about but I personally don't care about what's common, I care about what works in real life situation. So that's why we need more critical thinking on these terms.

Just a final thought that I have as well is that the same project might start with a strategy and when it evolves it will have to change its strategy because the app grows and it becomes more complex so we have to have that in mind for sure. It was a great talk, Chi. I really appreciated it. Thank you very much for that. Thank you too.

Check out more articles and videos

We constantly think of articles and videos that might spark Git people interest / skill us up or help building a stellar career

TestJS Summit 2021TestJS Summit 2021
33 min
Network Requests with Cypress
Top Content
Whether you're testing your UI or API, Cypress gives you all the tools needed to work with and manage network requests. This intermediate-level task demonstrates how to use the cy.request and cy.intercept commands to execute, spy on, and stub network requests while testing your application in the browser. Learn how the commands work as well as use cases for each, including best practices for testing and mocking your network requests.
TestJS Summit 2021TestJS Summit 2021
38 min
Testing Pyramid Makes Little Sense, What We Can Use Instead
Top Content
Featured Video
The testing pyramid - the canonical shape of tests that defined what types of tests we need to write to make sure the app works - is ... obsolete. In this presentation, Roman Sandler and Gleb Bahmutov argue what the testing shape works better for today's web applications.
TestJS Summit 2022TestJS Summit 2022
27 min
Full-Circle Testing With Cypress
Top Content
Cypress has taken the world by storm by brining an easy to use tool for end to end testing. It’s capabilities have proven to be be useful for creating stable tests for frontend applications. But end to end testing is just a small part of testing efforts. What about your API? What about your components? Well, in my talk I would like to show you how we can start with end-to-end tests, go deeper with component testing and then move up to testing our API, circ
TestJS Summit 2023TestJS Summit 2023
21 min
Everyone Can Easily Write Tests
Let’s take a look at how Playwright can help you get your end to end tests written with tools like Codegen that generate tests on user interaction. Let’s explore UI mode for a better developer experience and then go over some tips to make sure you don’t have flakey tests. Then let’s talk about how to get your tests up and running on CI, debugging on CI and scaling using shards.
TestJS Summit 2023TestJS Summit 2023
32 min
The Art of ‘Humble Views’: Testing React Native Apps the Smart Way
In this talk, we explore the divisive world of testing, where developers often find themselves torn between writing no tests and striving for 100% test coverage. Learn how to navigate these polarizing positions and adopt a more nuanced strategy that makes testing efficient and effective.We'll dive into the concept of 'Humble Views,' where we minimize untestable objects by extracting logic from UI elements into test-friendly parts of the codebase. This approach simplifies testing, focusing on business logic instead of UI complexities. Discover how the Model-View-Presenter (MVP) architecture helps achieve this, with presenters serving as a logical layer for testing and hooks aiding in separating logic from UI components.Throughout the talk, we'll discuss the trade-offs of this approach, the role of End-to-End (E2E) tests, and how to strike the perfect balance between too much and too little testing. Join us as we delve into the art of creating 'Humble Views,' ensuring that our React Native apps are scalable, maintainable, and effectively tested!

Workshops on related topic

React Summit 2023React Summit 2023
151 min
Designing Effective Tests With React Testing Library
Top Content
Featured Workshop
React Testing Library is a great framework for React component tests because there are a lot of questions it answers for you, so you don’t need to worry about those questions. But that doesn’t mean testing is easy. There are still a lot of questions you have to figure out for yourself: How many component tests should you write vs end-to-end tests or lower-level unit tests? How can you test a certain line of code that is tricky to test? And what in the world are you supposed to do about that persistent act() warning?
In this three-hour workshop we’ll introduce React Testing Library along with a mental model for how to think about designing your component tests. This mental model will help you see how to test each bit of logic, whether or not to mock dependencies, and will help improve the design of your components. You’ll walk away with the tools, techniques, and principles you need to implement low-cost, high-value component tests.
Table of contents- The different kinds of React application tests, and where component tests fit in- A mental model for thinking about the inputs and outputs of the components you test- Options for selecting DOM elements to verify and interact with them- The value of mocks and why they shouldn’t be avoided- The challenges with asynchrony in RTL tests and how to handle them
Prerequisites- Familiarity with building applications with React- Basic experience writing automated tests with Jest or another unit testing framework- You do not need any experience with React Testing Library- Machine setup: Node LTS, Yarn
TestJS Summit 2022TestJS Summit 2022
146 min
How to Start With Cypress
Featured WorkshopFree
The web has evolved. Finally, testing has also. Cypress is a modern testing tool that answers the testing needs of modern web applications. It has been gaining a lot of traction in the last couple of years, gaining worldwide popularity. If you have been waiting to learn Cypress, wait no more! Filip Hric will guide you through the first steps on how to start using Cypress and set up a project on your own. The good news is, learning Cypress is incredibly easy. You'll write your first test in no time, and then you'll discover how to write a full end-to-end test for a modern web application. You'll learn the core concepts like retry-ability. Discover how to work and interact with your application and learn how to combine API and UI tests. Throughout this whole workshop, we will write code and do practical exercises. You will leave with a hands-on experience that you can translate to your own project.
React Summit 2022React Summit 2022
117 min
Detox 101: How to write stable end-to-end tests for your React Native application
Top Content
WorkshopFree
Compared to unit testing, end-to-end testing aims to interact with your application just like a real user. And as we all know it can be pretty challenging. Especially when we talk about Mobile applications.
Tests rely on many conditions and are considered to be slow and flaky. On the other hand - end-to-end tests can give the greatest confidence that your app is working. And if done right - can become an amazing tool for boosting developer velocity.
Detox is a gray-box end-to-end testing framework for mobile apps. Developed by Wix to solve the problem of slowness and flakiness and used by React Native itself as its E2E testing tool.
Join me on this workshop to learn how to make your mobile end-to-end tests with Detox rock.
Prerequisites- iOS/Android: MacOS Catalina or newer- Android only: Linux- Install before the workshop
TestJS Summit 2023TestJS Summit 2023
48 min
API Testing with Postman Workshop
Top Content
WorkshopFree
In the ever-evolving landscape of software development, ensuring the reliability and functionality of APIs has become paramount. "API Testing with Postman" is a comprehensive workshop designed to equip participants with the knowledge and skills needed to excel in API testing using Postman, a powerful tool widely adopted by professionals in the field. This workshop delves into the fundamentals of API testing, progresses to advanced testing techniques, and explores automation, performance testing, and multi-protocol support, providing attendees with a holistic understanding of API testing with Postman.
1. Welcome to Postman- Explaining the Postman User Interface (UI)2. Workspace and Collections Collaboration- Understanding Workspaces and their role in collaboration- Exploring the concept of Collections for organizing and executing API requests3. Introduction to API Testing- Covering the basics of API testing and its significance4. Variable Management- Managing environment, global, and collection variables- Utilizing scripting snippets for dynamic data5. Building Testing Workflows- Creating effective testing workflows for comprehensive testing- Utilizing the Collection Runner for test execution- Introduction to Postbot for automated testing6. Advanced Testing- Contract Testing for ensuring API contracts- Using Mock Servers for effective testing- Maximizing productivity with Collection/Workspace templates- Integration Testing and Regression Testing strategies7. Automation with Postman- Leveraging the Postman CLI for automation- Scheduled Runs for regular testing- Integrating Postman into CI/CD pipelines8. Performance Testing- Demonstrating performance testing capabilities (showing the desktop client)- Synchronizing tests with VS Code for streamlined development9. Exploring Advanced Features - Working with Multiple Protocols: GraphQL, gRPC, and more
Join us for this workshop to unlock the full potential of Postman for API testing, streamline your testing processes, and enhance the quality and reliability of your software. Whether you're a beginner or an experienced tester, this workshop will equip you with the skills needed to excel in API testing with Postman.
TestJS Summit - January, 2021TestJS Summit - January, 2021
173 min
Testing Web Applications Using Cypress
WorkshopFree
This workshop will teach you the basics of writing useful end-to-end tests using Cypress Test Runner.
We will cover writing tests, covering every application feature, structuring tests, intercepting network requests, and setting up the backend data.
Anyone who knows JavaScript programming language and has NPM installed would be able to follow along.
TestJS Summit 2023TestJS Summit 2023
148 min
Best Practices for Writing and Debugging Cypress Tests
Workshop
You probably know the story. You’ve created a couple of tests, and since you are using Cypress, you’ve done this pretty quickly. Seems like nothing is stopping you, but then – failed test. It wasn’t the app, wasn’t an error, the test was… flaky? Well yes. Test design is important no matter what tool you will use, Cypress included. The good news is that Cypress has a couple of tools behind its belt that can help you out. Join me on my workshop, where I’ll guide you away from the valley of anti-patterns into the fields of evergreen, stable tests. We’ll talk about common mistakes when writing your test as well as debug and unveil underlying problems. All with the goal of avoiding flakiness, and designing stable test.