#testing
Read more stories on Hashnode
Articles with this tag
Writing unit tests takes time and effort. Nonetheless, many teams insist on writing them anyway—that’s because of the benefits they bring to a...
Pure functions are the perfect case for unit testing. For a given input, we always expect the same output—there is no internal state involved. Let’s...
A few weeks ago, I showed the basic ideas and terminology of web APIs. In this article, I will demonstrate how to apply this knowledge, and try an API...
Understanding web application programming interfaces (APIs) is important for many jobs in the tech industry. Backend developers build APIs, frontend...
If you are new to tech, you might be confused by a term that you’ll see all over the place: API. Let’s take a look at what it means, some examples,...
Today’s guest is Tamara Ridi, an industrial engineer who recently successfully transitioned to software testing. Her experience can be especially...