See Testim Copilot in action | Join us

Tag: continuous integration

You probably already have Jenkins running to automate the build process of your applications. However, you might be aware that to increase quality in your build process, you need to include testing. So, in this post, I’ll cover why automated testing is so crucial in continuous integration (CI) pipelines. Then, I’ll explain how to integrate…

Setting up a Selenium-Jenkins task comes with a lot of advantages for developers. Especially given how continuous integration / continuous deployment (CI/CD) pipelines need frequent tests. Achieving such a configuration is desirable as it automates even the automated tests themselves. This post will show interested developers how to set up and start running automated tests…

Continuous testing arose from the need to get continuous feedback whenever developers integrate new features into a product. Companies like Netflix are constantly refining their platforms. They often integrate new features each day. And when new code joins the main path, testing also has to take place. Continuous testing costs money, of course. But it’s…

End-to-end (E2E) testing helps with validating the most important flows in your application, such as user login requests. For front-end development, E2E tests help verify if the correct UI has been presented. For back-end development, E2E tests help verify if an important flow in your back-end services returns the expected output. This post will introduce…

Selenium bills itself as a tool to automate browsers. That kind of tool is critical for today’s continuous integration web development workflow. When you’re shipping code hours after a developer writes it, you need to be sure it works. The best way to do that is to automate tests that run against your application on…

It’s been a long day. There’s a hot new feature you’ve been working on. You’re so excited to get it to your customers, who are dying to have it. You’re tying up just one little bit of logic, and then it’s done. Now you’re ready to push it, right? Those customers can’t wait, and the…

Code coverage guides us toward thoroughly tested and, ultimately, high quality code. And it’s with code coverage tooling that we’re able to understand the status of our current coverage. If you’re currently using Mocha to test your application, you’re in luck. Today we’re going to cover everything you need to know about getting set up…

Tel Aviv—January 17, 2018—Ness, one of Israel’s leading IT services companies and Testim.io, the fastest growing provider of autonomous testing software, are joining forces today to help companies integrate testing into their CI/CD processes to reduce risk, speed up release cycles and ship higher quality software. Ness has completed thousands of process management, BI &…

Struggling to get answers to these Test Automation questions? Watch the Recorded Webinar What constitutes an adequate degree of test automation coverage? Does every single function in the application need a corresponding test associated with it or just the core functionality? Does every application need a full end to end automation suite built out or just…