AI Supercharge Your Test Automation Using GitHub Copilot Skeptical about AI tools like GitHub Copilot? See how these tools can boost productivity and be a game-changer in software testing.
TestCafe Testing APIs With Ease Using TestCafe You may know that TestCafe is used to create automated tests for web apps through the UI. But did you know you can also use it to test APIs too?
TestCafe End-to-End Testing with TestCafe: Testing iframes Writing automated tests for websites containing iframes can be tricky. Learn how easy it is to test them with TestCafe.
Continuous Integration Cross Browser Testing With TestCafe and Azure Pipelines Learn how simple it is to run cross browser end-to-end tests without external services using TestCafe and Azure Pipelines.
Continuous Integration Cross Browser Testing With TestCafe and GitHub Actions Learn how simple it is to run cross browser end-to-end tests without external services using TestCafe and GitHub Actions.
Continuous Integration Cross Browser Testing With TestCafe and CircleCI Learn how simple it is to run cross browser end-to-end tests without external services using TestCafe and CircleCI.
Tools How to Gather Your Test Automation Results With ReportPortal Keeping track of your test automation results allows your test suite to stay in optimal condition. Learn how the ReportPortal dashboard can help.
Test Automation Continuous Testing with Travis CI and LambdaTest See how simple you can keep your web app running in top condition under different environments with Travis CI and LambdaTest.
TestCafe How to Send Your TestCafe Test Results to TestRail You can automatically send the results of your TestCafe test execution to the TestRail test case management tool. Read this article to learn how.
Tools Getting Drone CI Up and Running With TestCafe Quickly Learn how easy you can set up Drone CI, a self-hosted continuous integration service, and how to use it to run your TestCafe test suite.
TestCafe End-to-End Testing with TestCafe: Intercepting HTTP Requests Intercepting HTTP requests lets you take control over what happens during asynchronous calls to other servers. Learn how this is done in TestCafe.
TestCafe End-to-End Testing with TestCafe: Reporters TestCafe comes with a variety of reporters to display your test results in different ways to fit your needs. Check out how to use them with your test suite.
TestCafe End-to-End Testing with TestCafe: Smart Assertion Query Mechanism See how TestCafe intelligently handles asynchronous functionality in websites without explicit waits or timeouts like in other testing frameworks.
TestCafe End-to-End Testing with TestCafe: User Roles Learn about TestCafe's built-in roles mechanism to handle authentication, and how it can help you organize and speed up your end-to-end tests.
TestCafe End-to-End Testing with TestCafe: Hooks We'll dig into TestCafe's hooks and how these methods help further expand your ability to simplify and organize your test suite.
TestCafe Data-Driven Testing in TestCafe (Part 2) - CSV and Excel Learn how to use CSV and Excel files to drive your TestCafe tests in the second part of this series.
TestCafe Data-Driven Testing in TestCafe (Part 1) - JSON and XML Data-driven testing is a useful technique to keep your tests efficient, and maintainable. Learn how to use JSON and XML to drive your TestCafe test suite.
TestCafe Using the Node.js Debugger for Your TestCafe Tests Sometimes you need a powerful debugger to get to the bottom of a tricky bug in your tests. Learn how to use the Node.js debugger with TestCafe.
TestCafe 3 Useful Ways to Debug Your TestCafe Tests Face it: your end-to-end tests will fail at some point. With TestCafe, you have plenty of ways to get to the bottom of your issues.
Test Automation Control Your Secrets on TestCafe With Vault If you need to access secure information in your tests, a tool like Vault by HashiCorp can help. Check out how to use it in your TestCafe test suite.
Test Automation Test Your Form Inputs With Naughty Strings You never know what input users try to submit to your app. The Big List of Naughty Strings helps expose unexpected behavior and destructive actions.
TestCafe Get a Jump-Start on Your Testing With TestCafe and Docker TestCafe is simple to install, but needs some dependencies. If you can't or don't want to deal with it, leverage the power of Docker to run your test suite.
Test Automation Is MailHog Useful for Automated Email Testing? MailHog is a free, open-source email testing tool that can help you with automated email testing. How does it compare to similar paid solutions?
TestCafe 5 Ways TestCafe Helps Your Tests Run Fast End-to-end tests tend to be slower than other tests. Still, slow tests suck. Here are 5 tips to keep your tests fast if you're using TestCafe.
TestCafe Handle API Responses With Ease Using Mocks in TestCafe How can you test external services that you have no control over? Learn how to use mocks in TestCafe to build reliable tests when using third-party APIs.