Click here to Skip to main content
15,881,715 members
Everything / DevOps / Testing

Testing

testing

Great Reads

by Mark Pelf
We are giving an overview of 7 free Regex tools to test and develop Regex expressions
by Stuart Wheelwright
Using ServiceMon to obtain performance statistics for web services
by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
by linush
Explains how to mock test an EF Model-First project using ADO.NET Entity Data Model template

Latest Articles

by Dev Leader
How to leverage WebApplicationFactory in ASP.NET Core for testing
by Suhagkumar Vamja
In this article, we learn about Playwright, how it works, and why it is a good choice for web automation with Java.
by Suhagkumar Vamja
In this article, we will learn how to set up Cypress and run the web automation tests (in series and parallel) on the LambdaTest cloud grid.
by Suhagkumar Vamja
In this article, we see what visual regression testing is and how it shapes the automation testing world with the help of automated visual regression testing tools.

All Articles

Sort by Score

Testing 

11 Sep 2023 by Aram Tchekrekjian
More about pattern matching types with a usage example for each type
25 Mar 2011 by jmix90
In this post, we will see how to make a custom control fully useable in a Coded UI Tests scenario.
6 May 2014 by Betclic Tech
How to avoid the benefits of unit testing and continue to code as a decade ago ! I don’t consider myself as a software craftsman, nor a good programmer but there are a number of good practices that I try…Read more ›
11 Oct 2015 by Anton Angelov
Explains in details how to use the Facade Design Pattern in automation tests so that its class to follow the dependency inversion principle.
31 Jul 2021 by Jason Sultana
Using builder pattern to help unit testing a service with more than just a couple of dependencies
1 Aug 2015 by Seb Carss
Reasons to use interfaces over extension when testing
7 Jan 2016 by Dave Ceddia
Angular Testing Part 2: Jasmine Syntax
1 Feb 2016 by Gaston Verelst
How to set up unit testing
12 Feb 2017 by Anton Angelov
Use Selenium WebDriver UI tests to create load tests executed in the Azure cloud. We will use PhantomJS and configure a load test through Visual Studio IDE.
4 Apr 2017 by Dave Ceddia
Snapshot Testing React with Jest
6 Nov 2017 by Bob Crowley
Minimize mocking code while still providing all necessary scenarios to exercise your business logic unit tests
24 May 2011 by Aron Weiler
Performance tests between multiple "multi-key" Dictionary implementations
21 Feb 2012 by Artem Smirnov
Jasmine is one of the most popular BDD-style JavaScript testing frameworks.
28 Sep 2014 by Gediminas Geigalas
Expose your mocks directly from the Fixture Object if possible. If there is no real need to complicate things by converting types and introducing extension methods, don’t do it.
9 Oct 2014 by Member 11140631
User interface testing for mobile applications
24 Oct 2014 by Wastedtalent
Interfaces, testing and dependency injection
5 Jan 2016 by levelnis
Article discussing how to unit test ASP.NET MVC controllers using NUnit and NSubstitute
29 Feb 2016 by Gaston Verelst
Grasshopper unit testing
1 Nov 2016 by Dave Ceddia
How to test for PropType Errors in React
7 Nov 2016 by Dave Ceddia
What to test in a React app and why
6 Feb 2017 by Paul D. Sheriff
In this post, you are going to learn to run unit tests from the command line.
19 Feb 2017 by Anton Angelov
Find out how to improve your Selenium WebDriver tests through the new improved C# 6.0. The new features will help you to create more readable tests.
20 Apr 2017 by levelnis
How to effectively unit test validation logic
28 Aug 2017 by Ravimal Bandara
This article describes the effect of minHessian, number of octaves and layers to the SURF feature extraction algorithm.
2 Sep 2017 by PeteBarber
Unit testing with Mocha, a local instance of dynamoDB and promises
15 Mar 2022 by Nikola Breznjak
An introduction to Test Driven Development in Ionic
15 Feb 2024 by Dev Leader
How to leverage WebApplicationFactory in ASP.NET Core for testing
29 Jan 2011 by mariangemarcano
A solution for converting MSTest TestCategory attribute to an equivalent implementation in xUnit.Net
23 Jul 2011 by Artem Smirnov
Tough choices: Test first or test last
20 Dec 2011 by Marwijn
Silverlight testing using async await syntax
19 May 2012 by hoonzis
This post discusses the different possibilities to mock the behavior of Calendar class in Java, in order to unit test the business methods which depend on this class. Three solutions are proposed.
13 Sep 2013 by Pragmateek
This article will give you more concrete information, mainly source code, if you need to implement a web API binding in Java.
28 Feb 2014 by L. Michael
Unit Testing Made Easy – DI
17 Mar 2014 by Keyhole Software
The importance of unit testing
24 Jun 2014 by aetheon
I've recently start working with titanium building native mobile applications.
2 Sep 2014 by BC3Tech
How to test disk space exceptions with CopyToAsync
10 Oct 2014 by Member 11140631
Performance testing in mobile applications
24 Oct 2014 by Wastedtalent
Simple unit testing using NUnit
19 Jan 2015 by mrcellux
Mocking frameworks vs Unit Testing style
27 Jun 2015 by Member 11794279
Android testing with Espresso 2 and Dagger 2 – Mocking, long running operations
14 Jul 2015 by Keith Holloway
Looking across the void when doing Integration Testing of Asynchronous Functions
4 Sep 2015 by Bobby Lough
This post is in regards to the value add that comes from doing mutation testing.
23 Sep 2015 by Member 11794279
In this short article I would like to say a few words about the phenomenon of code biodegradation and present you some tips on how to deal with it, so that your everyday work doesn’t become a real ordeal over time.
3 Jun 2016 by Dave Kerr
I've finally had a chance to install the new Docker for Mac Beta and give it a whirl, here are my experience so far!
21 Nov 2016 by Alvin Bunk
Element not clickable at point error in Mink Functional Testing
8 May 2017 by Alvin Bunk
Testing Symfony forms with complex field types
18 Sep 2014 by John Atten
How often do you find yourself tossing together a console application for the purpose of trying out code, "testing" in the sense of seeing what works best, or, possibly, as a means to demo some library of function? I do, a lot.
9 Oct 2015 by Anton Angelov
Explains in detail how to implement Page Object Pattern- through the usage of the built-in feature in WebDriver and how to create it from scratch.
26 Feb 2017 by Anton Angelov
Learn how to use the brand-new C# 7.0 to make your WebDriver tests even better. Utilise the power of local functions, digit separators and much more.
18 Feb 2015 by Anton Angelov
Most Underrated WebDriver Locator – XPath
9 Oct 2015 by Anton Angelov
Explains in details how to create an OOP design of base classes in C# which can improve page object pattern oriented web automation testing framework.
25 Feb 2016 by Anton Angelov
Overview how to achieve better readability of page objects via fluent page object pattern. Use chaining methods to access the business test logic.
30 Jan 2017 by rushfive
Before I started doing software development, writing unit tests was usually an afterthought or something I neglected while working on my personal projects. After working for a while at a job that necessitates writing unit tests, the benefits of unit test coverage has become undeniably clear.
7 Aug 2016 by Gaston Verelst
How to structure an MVC app for easy testing
3 Aug 2015 by Vladimir Khorikov
Test-induced design damage or why TDD is so painful
7 Oct 2015 by Anton Angelov
Elaborate further on the Advanced Strategy Design Pattern in automation tests. Usages such as combining multiple strategies in one test or test validations.The post Advanced Strategy Design Pattern in Automation Testing appeared first on Automate The Planet.
2 Sep 2015 by Bobby Lough
Listed here are 13 steps to make TDD actually work
18 Jan 2016 by Gaston Verelst
Is testing a waste of time?
1 May 2015 by Paul M Watt
How to unit test a Singleton in C++
26 Jan 2016 by Gaston Verelst
Test driven development
21 Jul 2014 by Keyhole Software
Here are some lessons that I learned in automated testing
5 Jan 2016 by levelnis
Article discussing how to unit test HttpContext.Current outside of a controller
26 Apr 2016 by Gaston Verelst
The problem We have created are data layer, and of course we want to test it. It is very hard to use a (physical) database to test your code. There are some problems with this (commonly used) approach: Unit tests … Continue reading →
26 Feb 2013 by jgauffin
The library is a complete ADO.NET driver which is designed to aid you in unit testing.
18 Dec 2013 by Keyhole Software
Unit testing in JavaScript
28 Jan 2014 by Gaurav5582
Beginners guide to regression testing for QA engineers
28 May 2014 by Betclic Tech
End to end automated testing with Specflow
13 May 2015 by ashish__shukla
Using Moq for unit testing
7 Jan 2016 by levelnis
An exploration of ways to sell the unit test idea to organisations and projects that are unwilling to engage in/realise the benefits of the practice
30 Apr 2015 by Jamie Munro
Automapper performance testing