In our recent Ask Me Anything event, our community joined guest speaker, Benjamin Gruenbaum, Testim Dev Leader, to get all of their questions around Testim automation and software development answered. The Testim Community is a free platform where developers and QA automation professionals can learn from peers, attend online events with industry leaders, and…
Tag: software testing
Testing is an important aspect of software development because it ensures that a given software is working correctly and as expected. This is no different in web development or, more specifically in our context, Vue applications. As such, there are various methods of testing Vue apps. In this tutorial, we’ll briefly look at different types…
Is software testing valuable? Of course. Is it free? There’s no free lunch in software development. If your organization aims to implement a proper testing strategy, “software testing cost” is a topic you can’t overlook. We’ll walk you through a list of the leading software testing costs, explaining what they are, what the business case…
Testing is an important part of the software development process. You should test your Angular apps at various stages of development. Angular integration testing is just as important as unit testing and end-to-end (E2E) testing. Using Angular integration testing, you can test two or more units of an Angular app that work together to perform…
End-to-end testing (E2E testing) is arguably the most misunderstood type of software testing out there. It’s also one of the most important ones. Why? Because it’s the type of testing that most closely resembles the experience of a real user working with the application. We’ve already published an introductory guide to E2E testing. Today, we…
In the realm of software testing, GUI testing is an interesting and somewhat controversial topic. There is confusion when it comes to defining what GUI testing is—some people might mix it up with UI testing, for instance. In the same way, there might be some overlap of concerns between GUI testing and E2E testing, which…
Today we’re here to talk about JavaScript end-to-end testing (E2E testing for short). Most web applications are written in JavaScript so when you think of E2E testing for JavaScript, you are simply saying, E2E testing for web applications. If you’re a regular reader of this blog, then you know that we’ve covered E2E testing in…
The title question might seem a very straightforward one. “Who performs testing?” Testers, of course! It’s in the name! That answer would be a very short blog, and also not very interesting. In today’s post, we’ll argue that software testing is no longer the responsibility of a single person or team and that instead of…
We’re here to demystify yet another testing-related term: white box testing. No, this isn’t yet another new type of test you must add to your ever-growing list. So, what is it? You can think of white box testing as a category of testing. So, you can classify all types of testing as either white box…
It was a lot of fun to integrate your app with Google Calendar so your users don’t have to switch between them all the time or duplicate the information. Setting it up was a breeze. And you and your coworker Bill could quickly work together on developing and testing your app’s retrieval and display of…