Let's learn about Automated Testing via these 57 free stories. They are ordered by most time reading created on HackerNoon. Visit the /Learn Repo to find the most read stories about any technology.
1. Recommended Websites to Practice Selenium and Test Automation
Here's a list of websites to practice test automation using Selenium.
2. How to Run Selenium Tests on Firefox using Firefox Driver
Selenium uses Firefox Driver to link the test cases with the Firefox browser. In this guide, we discuss how Selenium Firefox driver aka GeckoDriver works with the help of an example.
3. How To Configure And Run Cypress Tests using Jenkins Stages with Parallel Directives
How to run E2E tests in Cypress with Jenkins pipeline stages to get the shortest CI build time.
4. How to Build Your First Allure Report From Scratch
In this guide, we’ll take a journey through the main steps to creating your first Allure report and discover all the fancy features
5. Selecting elements in Cypress tests: basic + advanced patterns (2 useful Cheatsheets)
Two incredibly informative and useful Cheatsheets with basic and advanced patterns for selecting elements in Cypress tests.
6. Manual Testing is Not Dead
Love it or hate it, manual testing is still the most widely used form of QA.
7. Navigating Unit Tests with Google's Bigquery
Unit testing with bigquery is hard. See how we built robust unit testing suites for data pipelines that use bigquery
8. Test Automation for Dummies: A Quick Guide for Newbies
To optimize your testing, it is crucial to have a better understanding of test automation. Get the basic knowledge of automation testing here.
9. In-Sprint Automation: How to Increase Software Testing Speed
Read on to learn about in-sprint automation and why it’s the key to moving at DevOps speed.
10. If You Want To Write The 1st API Test In JavaScript You Can Be Proud Of, Read These Tips
In this post, we'll take a look at what tools/technologies do we need for writing API tests using JavaScript and then we'll also write our first API test. So let's get started...
11. How to Automate Web Accessibility Testing
...and make it part of your continuous integration pipeline
12. How to Automate Unity Games using Altunity Tester
Mobile technology has been improving at a far greater rate than any other technology during the past years.
13. xUnit: Managing Complex Test Parameters
xUnit support many ways of parameterizing tests, however none of the existing documentation I could find covered the use case of re-using and mixing parameter datasets across different tests. This article shows how this can be done with xUnit in Visual Studio.
14. Creating API-Helpers Using the Citrus Integration Framework
Creating API-helpers using the Citrus Integration Framework.
15. Automated Testing Guide, types, applications, & techniques.
The software industry has been seeing a substantial increase in demand for upgrading existing software & introducing new software in the market.
16. Challenges of Test Automation (Before vs Now)
This blog will walk you through some of the most common challenges faced by the testers and we can help you to overcome those.
17. Code Coverage: How to Measure You've Done Enough Testing
In this article you will learn what code coverage is, how code coverage is calculated, and how much code coverage to aim for in your tests.
18. A Closer Look at the Most Used Tools for Software Testing
Using automation testing tools is an excellent way to go about verification of your product.
19. Don't Choose Between Creating Automated Tests or Implementing New Features: Try This Tool Instead
How to create integration tests for an API server with 90% Code Coverage in 1 hour without writing any code.
20. Automation Testing Versus Manual Testing Guidelines
Software development goes through six main stages, otherwise known as the software development lifecycle. They are planning, design, development, testing, deployment, and maintenance. After development, the next phase involving quality assurance and testing is crucial to the success of the software. Proper QA testing identifies redundancies, inconsistencies, bugs, and defects in a newly developed product. Without this process, there’s no way to find out the ability of the product to survive in the real world and to work as intended for many years.
21. Just Enough Testing: How Many Automated Tests Should We Write?
How many automated tests should you write? Just Enough. Just Enough Testing balances the need to ship with the quality your customers deserve.
22. How to Cover the Basics of Test Orchestration
In the agile development methodology, the velocity of testing holds the key to delivering the best quality software within the stipulated budget and time constr
23. Understanding Snapshot Testing in the React Testing Library
Snapshot testing is a powerful technique for ensuring that your React components behave as expected over time. Learn how it works in the RTL with this piece.
24. Salesforce Test Automation Or Manual Testing? Here is Some Clarity
Do you know the best feature of Salesforce? Some of you would suggest it's the easy introduction of change or updates on an organizational level, and we agree.
25. Begin Testing Your Azure Backups in 5 Minutes
Learn how to test VMs backed up on Azure without having to use PowerShell or the Azure CLI with this low code tool called Wenenu
26. How we Fuzz Tested the Microsoft Office Ecosystem
Microsoft Office is one of the most commonly used forms of productivity software. The Checkopint has tried to fuzz one part of Office to see how it affects it.
27. Best Practices for Implementing Test Data into Your CI/CD Pipeline
Test data as a part of software development is the poor relation that has been ignored for far too long. Butt’s one of the biggest bottlenecks.
28. The Pros and Cons of Automated and Manual Testing
Why do we do software testing? To detect bugs and errors that negatively affect user experience. Pros and cons of automated and manual testing.
29. API Testing Tutorial: A Complete Guide to Beginners
New to API testing? This tutorial will show you everything you need to start, from understanding what an API is to using popular tools to make testing easier.
30. Experimenting With Citrus Integration Testing Framework
Creating a test project on Citrus Framework.
31. Migrating Appium Tests to Sauce Labs
Scale your Appium tests with moving to cloud.
32. The Basics You Need To Know About Automated Testing In SoapUI
A story about my test automation experience with SoapUI.
33. Automated QA Testing with Low-code Applications
Are you looking for ways to automate your QA testing process? If so, you may want to consider using a low-code application. Read our blog of automate QA Testing
34. Top 10 Automation Testing Trends for 2021
Pandemic-related changes weren’t easy to embrace, just like remote working wasn’t easy to grapple with.
35. Learning Go by Building a Specification-by-Example Framework
Beginning.
36. Taking A Glance At Software Testing, In Particular E2E Web Apps Testing
In this blog post, we will try to explain software testing from a very simple perspective and look in particular into end to end testing for web applications. We will also explore a very popular tool used in end to end testing for web applications.
37. Choosing Test Cases for Automation That Can Increase Your ROI
In this article, we will explore the key considerations when choosing test cases for Automation Testing.
38. An Introductory Guide to Screenshot, UI, API, and Performance Testing
Building a product, we face the moment that we need more types of tests. Screenshot, UI, API, or Performance? There are many of them and every one is designed for other purposes.
39. How to Stop Developers from Writing Low-Quality Code
Developers tend to go for getting things working, ending up with a working program, lacking the quality you would like to see. In this article I will explain how to get quality code as well.
40. What Deserves Your Attention in the Release of Selenium 4 (And 4.1)
The first-ever release of Selenium WebDriver 1.0 in 2007 has indented a lasting footprint in web automated testing. And through the years, the contributions of the Selenium project (WebDriver, Grid, and IDE) have truly transformed the way that we do quality assurance.
41. 7 Steps to Effectively Implement Test Automation for Video Games
Test automation ensures overall software efficiency and accelerates its development process. But how do we successfully implement it for video game testing?
42. Top 6 Factors to Consider When Designing Automated Test Architecture
The beginning of automated tests in a project is easy and difficult at the same time. You can start smoothly, using base architecture, simple tests and more.
43. A Beginner's Guide to Unit Testing In JavaScript
In this article, we are going to discuss a testing approach known as unit testing. What are unit tests? How should you implement them? and their benefits.
44. How I Integrated the Cucumber Framework into a Test Project for BDD Implementation
This article will show you how to create a test project from scratch and start developing it in accordance with BDD.
45. A Look at End-to-end Testing in Nightwatch v2.0
A first look at end-to-end testing with Nightwatch v2.
46. Scriptless Automated Testing is not the Same as Record and Playback Testing
In its initial days, Software Testing was completely manual. The repetitive nature of testing mundane tasks and the time required to test led to the wide adoption of automated testing.
47. How to Decide Between Automated vs. Manual Testing
Testing is the backbone of the Agile software development methodology. The efficiency of the testing process directly impacts the quality of the deliverables and the goodwill of the organization. Buggy software can lead to poor user experience, delayed project timelines, diminished brand value, and revenue losses.
48. 11 Best Automation Testing Tools to Try in 2021
I’ve collected the ace of aces among the most trending software testing automation tools and dumped them in a juicy ultimate guide.
49. Using Hoverfly to Mock Out the Web
Introduction
50. Unit Testing Is NOT The Same As Integration Testing
Let's look at the differences between unit tests and integration tests and when you might prefer one or the other.
51. Automation of QA with jest-puppeteer and Headless Chrome
As our application started to grow we felt a desperate need to ease the life of our QA team and make all the regular manual checks to be automated.
Out of all the available tools we decided to go with jest-puppeteer which is operating HeadlessChrome as a webdriver. So... today this is the protagonist of our narrative.
52. The Top Ten Hottest Trends in Automobile Technology
The transformative force of technology can be felt in all types of businesses, including the automobile industry. Technology has helped to transform the various aspects of the automotive sector include the buying process and the driving experience.
53. The Relationship Between Agile Approaches and Automation Testing
Although test automation was not created with Agile in mind, it does enable Agile testing, which is an important part of the Agile idea.
54. Best 15 Mobile Testing Tools: 2021 Edition
With approximately 3.5 billion smartphone users and 1.35 billion tablet users, it’s no surprise that the mobile application industry is thriving with 204 billion apps downloaded in 2019, and projected to increase by 25% between 2020 and 2022.
55. Manual Testing Vs. Automated Testing: Which One Is The Best Fit For You?
In the life of every project, there comes a moment when an application gets too complex, and manual testing resources are just not enough to produce a quality a
56. How to Run API Tests With Newman And Send Results to Telegram
How about running your Postman collections of API requests and automatically getting a meaningful report right in Telegram? Let's do it in one small script! 🔥
57. Top 10 Automation Testing Tools: 2020 Edition
The demand for delivering quality software faster — or “Quality at Speed” — requires organizations to search for solutions in Agile, continuous integration (CI), and DevOps methodologies. Test automation is an essential part of these aspects. The latest World Quality Report 2018–2019 suggests that test automation is the biggest bottleneck to deliver “Quality at Speed,” as it is an enabler of successful Agile and DevOps adoption.
Thank you for checking out the 57 most read stories about Automated Testing on HackerNoon.
Visit the /Learn Repo to find the most read stories about any technology.