Error!
Success!

By tag: testing

showing:  of
0
kicks

Unit testing improvements in Visual Studio 2012 Update 2  (Unpublished)

This post explains the features that have been introduced for unit testing in Visual Studio 2012 update 1 and 2. Visual Studio 2012 update 1 and 2 introduced many new features for testing which can be read here. New features grouping and filtering tests by project, by trait or by class enables teste...


Kicked By:
Drop Kicked By:
0
kicks

Testing Features added in Visual Studio 2012 Update 2  (Unpublished)

This post explains the enhanced testing features that were introduced with Visual Studio 2012 update 2. In Visual Studio 2012 Update 2 Microsoft Test Manager (MTM) has been updated with new features enabling manual testers more productive and efficient. The new feature Test Management and execution ...


Kicked By:
Drop Kicked By:
0
kicks

Load testing REST APIs  (Unpublished)

A round-up of the tools I've found and used for load testing REST APIs. Hopefully a time-saver for other developers going down the same path.


Kicked By:
Drop Kicked By:
0
kicks

Automated code quality testing using Roslyn  (Unpublished)

Claus has written a nice piece on how you can use Roslyn for analyzing your code quality (static code analysis) and run it like any other automated test. Pretty awesome.


Kicked By:
Drop Kicked By:
0
kicks

Form Extensions for Selenium 2.0 (WebDriver)  (Unpublished)

These are a series of extension methods for WebElements in WebDriver. These helpers (IsSelected, IsChecked, SetChecked, GetOptionByValue) make it easier to work with form data in Selenium 2.0.


Kicked By:
Drop Kicked By:
0
kicks

Testing and mocking your C# code with F#  (Unpublished)

A comparison on mocking C# code 3 ways: C# and Moq, raw F# code, or F# with Foq - and why it might be beneficial to use F# as a testing language.


Kicked By:
Drop Kicked By:
0
kicks

Assertion is the key of unit testing  (Unpublished)

We all probably know about the importance of good unit test suite for our projects and about the Arrange-Act-Assert pattern we should be using in our tests. I don't have anything against the tests not following the AAA form as long as I can read, understand and maintain them easily. But there's one ...


Kicked By:
Drop Kicked By:
0
kicks

My Agile Journey  (Unpublished)

What has helped me and what I've noticed, while learning the Agile Software Development


Kicked By:
Drop Kicked By:
0
kicks

Getting Started with Getting Started  (Unpublished)

The first test is the hardest! See how I get started when writing code with TDD!


Kicked By:
Drop Kicked By:
0
kicks

NancyFx Testing Tutorial  (Unpublished)

A quick tutorial on how testing works in NancyFx and how Nancy.Testing can make your life easier.


Kicked By:
Drop Kicked By:
0
kicks

Good unit test – One Assert  (Unpublished)

One of the rules of Good unit test is "Use one assert pert test. To write good unit tests you also have to remember about "One test per concept" rule.


Kicked By:
Drop Kicked By:
0
kicks

SpecsFor 3.0 Preview Available on NuGet  (Unpublished)

The first preview release of SpecsFor 3.0 is now available on NuGet. This release cleans up and simplifies much of the core while dropping some ill-conceived features, but it also adds a brand new system for composing test context.


Kicked By:
Drop Kicked By:
0
kicks

To Test or Not To Test - Private Methods  (Unpublished)

Testing private methods is a bit of a no no, that's what we are told anyway. This article explains why its a bad practice and what you should do instead.


Kicked By:
Drop Kicked By:
0
kicks

Understanding Mock and frameworks – Part 3 of N  (Unpublished)

This series highlights the concept of mocking, preparing your application, using mocking frameworks, comparing them and ensuring that your code is ‘Well-Tested and Covered’ using Rhino Mocks, Moq, NSubstitute


Kicked By:
Drop Kicked By:
0
kicks

Understanding Mock and frameworks – Part 2 of N  (Unpublished)

This article starts with TDD, followed by explaining frameworks and their differences. Frameworks covered in this series are Rhino Mocks, NSubstitute, Moq. This series is a complete guide to be a master in TDD with Mocks


Kicked By:
Drop Kicked By: