Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / QA

QA

QA

Great Reads

by Pham Dinh Truong
Enhance usability and look-and-feel of table/grid with freezing header rows. Let's discover it.
by aetheon
I've recently start working with titanium building native mobile applications.
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Paulo Zemek
This post is mostly a complaint about what could be a great feature that actually became a source of security vulnerabilities.

Latest Articles

by Pham Dinh Truong
Enhance usability and look-and-feel of table/grid with freezing header rows. Let's discover it.
by aetheon
I've recently start working with titanium building native mobile applications.
by Sergeant Kolja
This is an alternative for "Memory leak detection for WinCE".
by Paulo Zemek
This post is mostly a complaint about what could be a great feature that actually became a source of security vulnerabilities.

All Articles

Sort by Score

QA 

by aetheon
I've recently start working with titanium building native mobile applications.
by Nathan Gloyn
You need to back it up with something that actually exercises the entire system the code belongs in, including the data it will work with.
by Bobby Lough
Listed here are 13 steps to make TDD actually work
by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio
by Anton Angelov
A short list of keyboard shortcuts for things you probably do often in Visual Studio
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.
by Imran Abdul Ghani
5 simple steps for using web API in ASP.NET web forms application
by Artem Smirnov
Share your wildest ideas about testing the MVC stuff you code.
by kdmote
The point is: if you’re slow, there’s a reason.
by Anton Angelov
Create an extendable test execution in automation tests via Observer Design Pattern. Explains an implementation in C# via .NET IObserver interfaces.
by matt warren
If you’ve ever spent time debugging .NET memory dumps in WinDBG, you will be familiar with the commands shown below, which aren’t always the most straight-forward to work with!
by Member 11794279
Android testing with Espresso 2 and Dagger 2 – Mocking, long running operations
by Dave Ceddia
Angular Testing Part 2: Jasmine Syntax
by Arun Ramachandran India
WebMethod overloading in ASP.NET web services
by Jamie Munro
Automapper performance testing
by Gaurav5582
Beginners guide to regression testing for QA engineers
by Steve Wellens
Years ago, when I created my first ASMX Web Service and called it from an application, it was easy and it was fun. I was able to call functions on a server, from a client, with little effort.
by Daniel Vaughan
There are two things I wanted to look at. Firstly, I wanted to allow a web service to be called after the Silverlight application’s Exit event is raised. Secondly, I wanted to provide the Silverlight application with the opportunity to cancel, or at least interrupt the close window process.
by Anton Angelov
How to change .config file at runtime (C# VB.NET code)
by ludovicianul
Code review is systematic examination (often known as peer review) of computer source code.
by Zac Gery
The phrase "code review" can evoke a negative or emotional response from many programmers. The negative undertone stems from the perceived judgment of their work. It transports them back to the grade school stress before a final exam.
by joinsaad
How to continue execution after test case fails
by Zac Gery
Code reviews help developers focus on larger concerns such as architectural issues and provide a forum to offer other coding suggestions. Performing intermittent code reviews covers the key aspects of coding standards while avoiding most of their pitfalls.
by Duncan Edwards Jones
Here are some confessions of a bug addict
by Anton Angelov
Code examples how to connect to TFS Team Project using C# and VB .NET. The post - Connect to TFS Team Project C# Code appeared first on Automate The Planet.
by Anton Angelov
If you are creating .NET libraries, most probably you need to create NuGet packages to distribute your code. You can make your life easier if you create an automatic Jenkins Job for the purpose.
by Mahmudul Haque Azad
Database driven unit testing using VSTS
by mwootendev
I would like to touch on some of my personal experiences with refactoring and unit testing that have proven that there is a value to those tasks.
by Md. Rashim Uddin
How to define your own dialog box
by Bryan O'Connell
Design and document your RESTful API using RAML
by Abhijit Jana
Different Versions of Integrated Web Server in Visual Studio 2010
by Bryan O'Connell
How to easily expose metadata information from Web API
by Martin Jarvis
Educating clients about the way the web works
by Alvin Bunk
Element not clickable at point error in Mink Functional Testing
by Anton Angelov
Find how to create more refined and more maintainable page objects in WebDriver. These page objects will follow more closely the Single Responsibility Principle.
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.
by Mehdi Khalili
In this article, I will cover some of the basic features of Fiddler.
by Mehdi Khalili
In this article we will cover some of the more advanced features of Fiddler.
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.
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.
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 ›
by mariangemarcano
How to get your app continuously tested
by Bobby Lough
Mutation Testing is amazing. Start doing it with PIT to test your tests. The cost of poor quality is too great to ignore.
by Bobby Lough
Give your tests mutant powers with PIT [Part 2]
by Gaston Verelst
Grasshopper unit testing
by Anton Angelov
This post gives some hints for arranging usings in Visual Studio efficiently.
by atverma
Criteria behind choosing IDisposable, IComponent, Component, MarshalByValueComponent and base Control classes(System.Windows.Form.Control and System.Web.UI.Control) while implementing a Class
by Melick
SharePoint native web services can be access via _vti_bin mapped path.
by AlexTatiyants
Here's how to configure a Mac to debug web sites in IE
by Melick
SharePoint workflows are getting  slow for several reasons. in my environment I'm having a problem with following performance issues, therefore in my environment i got following problems. When a item added to the library it takes some times to initiate the workflow.
by Melick
How to open Documents in Office Web Apps in SharePoint apps (Provider Hosted and SharePoint Hosted)
by atverma
How to test a class member that is not public using Visual Studio 2010
by Tarun_Arora
Troubleshooting TFS Build Server failures.
by atverma
In this article I’ll discuss about unit testing SQL Server 2008 Database project using Visual Studio 2010.
by atverma
In this article I will explore the important features that can be configured to build comprehensive database unit tests.
by atverma
This is the last article of the series “How to unit test SQL Server 2008 database using Visual Studio 2010”.
by Betclic Tech
End to end automated testing with Specflow
by Shahriar Iqbal Chowdhury/Galib
How to fix this IIS deployment error
by Anton Angelov
The next logical step in your build will be to build your solution or projects. I will guide you how to do it via MSBuild as build engine and NuGet for downloading the necessary packages.
by Wastedtalent
Interfaces, testing and dependency injection
by Anton Angelov
Shows how to create a Jenkins Job that gets the source code by specific changeset number. Uses a parameter to run the job in two modes.
by Keyhole Software
Here are some lessons that I learned in automated testing
by Pragmateek
Introduction Following my previous article on a similar subject, Extend your VBA code with C#, VB.Net or C++/CLI, I’ve received an interesting feedback from a VBA developer who wanted to leverage the advanced support of the .Net framework for regular … Continue reading →
by Tarun_Arora
The details of web performance and load tests as well as why it’s important to follow a goal based pattern while performance testing your application.
by Tarun_Arora
In part 3 I’ll be discussing Test Result Analysis, Test Result Drill through, Test Report Generation, Test Run Comparison, ASP.NET Profiler and some closing thoughts.
by Arkadeep De
Logout User After Browser Close in ASP.NET C# Using Web Services
by Keith Holloway
Looking across the void when doing Integration Testing of Asynchronous Functions
by Anton Angelov
Manage TFS Test Cases in Microsoft Test Manager C# VB.NET Code
by Anton Angelov
Manage TFS Test Suites in Microsoft Test Manager C# VB.NET code
by IInjac
CodeProject Welcome to this multi-part series about the managed version of theWindows Azure Mobile Services backend.
by IInjac
CodeProject   It’s been a while since the last part, but I have been terribly busy. In the last part you learned about custom controllers, the ApiServices-class and the Authorization level attributes. In this part you will learn how to wire up everything.
by IInjac
CodeProject In the first part of this series you learned about the basic differences between the JavaScript and the managed backend. This part will introduce you to the basics of ASP .NET and OWIN.
by Shweta Lodha
Detecting memory leaks in .NET applications.
by Member 11794279
This is the first one of two posts concerning approach to build cost effective, but prepared for scaling systems, using ASP.NET Web API and Azure.In the era of building systems that aim to provide services at global scale, requirements for scalability and high availability are becoming our brea
by Arian Celina
Microsoft Certifications: Web development path
by mrcellux
Mocking frameworks vs Unit Testing style
by Anton Angelov
If you need to rerun Failed Tests (MSTest), you can download the application that I wrote. Examples how to use it and code snippets.
by Bobby Lough
This post is in regards to the value add that comes from doing mutation testing.
by Christian Specht
My home backup strategy: Part 2 - Online Services
by Imran Abdul Ghani
Microsoft’s Visual Studio went through an enormous development in recent years. How it evolves since 2010 till the latest version i.e. Visual Studio 2015 is the purpose of this Web Development Tutorial.
by Anton Angelov
A detailed overview with examples how to utilize the Observer Design Pattern in automated tests to create an extendable test execution.
by Anooj Nair
Office365 API – Connected Services
by Artem Smirnov
Should the test framework create a separate instance of the test class for each test method?
by Betclic Tech
This architecture help us to dramatically ease our UT writing.
by Anton Angelov
Find how to create more refined and more maintainable page objects in WebDriver. These page objects will follow the Single Responsibility Principle more closely.
by Paulo Morgado
Patch For ASP.NET Vulnerability Available
by Member 11140631
Performance testing in mobile applications
by hoonzis
Pex is a tool which helps generate inputs for unit test. Moles is a stub framework used to isolate the unit tests from code which is not being tested. In this post, I will try to describe an attempt to use Pex and Moles to test a typical business layer.
by johnniealan
This article describes about adding progress bar in cell.
by Dev Leader
Python, Visual Studio, and C#
by Piusn
Quick look at Azure app services
by Seb Carss
Reasons to use interfaces over extension when testing
by AssemblySoft
When your cloud services have been deployed and things are maybe not going quite as you expected, the first thing you may turn to is diagnostics.
by Bryan O'Connell
Review of the ebook: Brad's Sure Guide to SQL Server Maintenance Plans.
by Anton Angelov
A detailed overview with examples of how to utilize the Rules Design Pattern in automated tests to separate individual rules from rules processing logic. The post Rules Design Pattern in Automation Testing appeared first on Automate The Planet.
by Gaston Verelst
How to set up unit testing
by Wastedtalent
Simple unit testing using NUnit
by matthewproctor
The Skype Web SDK requires that the Unified Communications Web API (UCWA) framework is installed and enabled on your Front-End, Edge and Director servers.
by Dave Ceddia
Snapshot Testing React with Jest
by Anton Angelov
Specify Assembly References Based On Build Configuration in Visual Studio
by Trần_Tuấn_Anh
Testing is a crucial aspect of software development. In the context of Spring Boot applications, Spring Boot Test provides a powerful framework to test various aspects of your application.
by Md Nazmoon Noor
How to debug Stored Procedure in VS2008
by Anton Angelov
A detailed overview with examples how to utilize the Strategy Design Pattern in automated tests to create an extendable and decoupled Validators.
by Gaston Verelst
How to structure an MVC app for easy testing
by Pragmateek
Synchronization, Memory Visibility and Leaky Abstractions
by Bryan O'Connell
Write a functional test script for a REST API using PowerShell.
by ocoudert
Test-driven design, a methodology for low-defect software
by Dinesh K Mandal
Testing and Monitoring WCF Service using soapUI and Fiddler
by Artem Smirnov
The following is not a problem with JustMock, it's a problem with trying to write a unit test involving a complex framework, and isolating parts of it not meant to be isolated.
by BC3Tech
How to test disk space exceptions with CopyToAsync
by Dave Ceddia
How to test for PropType Errors in React
by Alvin Bunk
Testing Symfony forms with complex field types
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!
by User 8984948
No technique can stop testing from being a fag.
by Anton Angelov
Associate Automated Test with TFS Test Case C# VB.NET Code
by Artem Smirnov
Some facts about the Arrange-Act-Assert (also known as Given-When-Then) test pattern.
by Andrey Permamedov
The bug in MFC tool tip control
by Rob Kraft
Choose wisely how we spend our limited time on creating software and improving processes
by Keyhole Software
The importance of unit testing
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
by Andrey Permamedov
The way to find a hotspot without profilers
by Bryan O'Connell
Keep an eye on your team's software code metrics
by Imran Abdul Ghani
ASP.NET Web API 2 has been released with a number of new exciting features. In this web development post, I'll try to discuss new features of it which can be considered the top 5.1.
by Zac Gery
Time is precious and when a QA analyst feels that his/her time was wasted, respect towards developers can be diminished.
by Alejandro Gaio
A client-tracking solution for a session-less WCF web service
by Afzaal Ahmad Zeeshan
This article provides a brief description and overview of ASP.NET's MVC framework, and how developers can covert their real-world objects into MVC framework, to create web applications.
by MBigglesworth79
This article is primarily for those of you who are new to unit testing and is intended as a basic introduction to unit testing and test-driven development; as well as how to write basic tests using the NUnit framework.
by Paul M Watt
How to unit test a Singleton in C++
by PeteBarber
A simple generic way to test Custom Attributes with NUnit.
by Gilly Barr
Unit testing code for Fluent NHibernate
by Keyhole Software
Unit testing in JavaScript
by L. Michael
Unit Testing Made Easy – DI
by Thomas Weller
Unit testing StyleCop rules
by Paul D. Sheriff
In this post, you are going to learn to run unit tests from the command line.
by PeteBarber
Unit testing with Mocha, a local instance of dynamoDB and promises
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 →
by Zac Gery
Unit testing is not a "one size fits all" solution. It's important to have the necessary conversations to find a happy medium.
by ozkary
When there is a new version of a web service in a different URI, we usually just need to point to that new URl and get the new reference class for that service.
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.
by Member 11140631
User interface testing for mobile applications
by Andrew Zwicker
A discussion why having a staging environment with data that mirrors production is vital to tracking down issues.
by S Ravi Kumar (TechieRathore)
A few days back I saw this awesome video on Channel 9 by James Montemagno and I learned about Microsoft Cognitive Services. The services are [...]
by ashish__shukla
Using Moq for unit testing
by Gil Fink
Using Web Storage in Web Applications
by Kevin Mack
Web API or cutting out the middle man
by Tharaka MTR
Web service and script service
by Ravimal Bandara
This article describes the effect of minHessian, number of octaves and layers to the SURF feature extraction algorithm.
by Paul M Watt
What's wrong with code reviews
by Andrey Permamedov
Why an exception raised in timer callback function doesn't leads to process termination.
by Viktoriano
In this post, I'd like to talk a little bit more about the TestContext class and the opportunities that it brings us.
by Jeremy Likness
Windows Workflow Foundation (WWF) is a powerful programming model and designer for workflow processes. Using workflow is easier than some may believe.
by Dave Ceddia
What to test in a React app and why
by Gaurav Aroraa
Writing simple odd even Kata in C#