ImplicitGeek

Stories submitted by ImplicitGeek

DDD7 Session Video – Microsoft Pex – The future on unit testing?(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 3 months ago

Video of presentation from DDD7 in Reading, UK about Pex and the future of unit testing. Abstract: Is unit testing about to have a major change? Pex is a project from Microsoft Research which automatically generates a traditional unit testing suite with high code coverage from hand-written parameterised unit tests. In this session, Ben explores the Pex framework, explaining the approach the framework takes and how it computes the test inputs based on your programs execution. Ben demonstrates how to use the framework and how it could potentially change the way we write unit tests. read more...

add a comment |category: |Views: 18

tags: another

Very exciting news! Red Gate's .Net Reflector(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 9 months ago

Red Gate announced today that, under a new agreement, it will be responsible for the future development of .NET Reflector, the popular tool authored by Lutz Roeder. read more...

add a comment |category: |Views: 25

tags: another

Announcing IronEditor - An Editor for IronRuby, IronPython and other D(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 9 months ago

IronEditor is a simple application designed to make it easier to pick up and start coding against the DLR based languages. By taking advantage of the DLR's Hosting API, the application can execute code for any language built on top of the DLR platform. read more...

add a comment |category: |Views: 15

tags: another

Community call to action - Where are all the testers?(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 3 years, 11 months ago

Ben asks the question - where are all the testers? I have to admit, I don't hear much from the testing community. read more...

add a comment |category: |Views: 4

tags: another

Microsoft Pex - 0.5 Released(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 4 years ago

Great post into the new Microsoft Pex Unit Testing framework. Demostrates how what gets executed, the results and some on the initial cool features. read more...

add a comment |category: |Views: 480

tags: another

Using SQL Data Generator with your Unit Tests(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 4 years, 1 month ago

This demonstrates how to use Red Gate's SQL Data Generator as part of your automated test suite, this allows you to generate data before the test is executed. Article says the approach works with all of the unit testing frameworks. read more...

add a comment |category: |Views: 2

tags: another

Red Gate SQL Data Generator 1.0 - Generating data for Northwind(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 4 years, 1 month ago

Red Gate SQL Data Generator 1.0 has been released. Looks to be an interesting product for creating test data for SQL Server databases. Post demostrates how to generate data using it for Northwind. read more...

add a comment |category: |Views: 11

tags: another

Getting started with IronPython(blog.benhall.me.uk)

submitted by ImplicitGeekImplicitGeek(260) 4 years, 2 months ago

An interesting look at how to get started with IronPython and how all the different parts fit together. Great if you want to dig deeper into the language or the DLR. read more...

add a comment |category: |Views: 31

tags: another