Browse by Tags

All Tags » Debug/Testing » .NET (RSS)

More effort on Testing Technologies

When i try to pull more from Google about the amazing project Pex i've came across another effort toward testing technologies.. Microsoft CodeName "Camano" …a standalone application that allows users the ability to author, plan and manage...

Pex: Unit Test Generation

I've never been excited about a research project as my feeling today toward Pex , Pex is a MSR project that will enable test-driven development for wider adoptability, it runs static analysis on your code and generate unit test to cover your codebase...

Debug Windows Services

Phillip Jacobs has posted describing how to debug a Windows Service without having the process attached to the service... and i agree as attaching the process to the service and compile, deploy every time is just painfull, from my perspective the best...
Posted by Adel Khalil | with no comments
Filed under: , ,

Writing simple test case

One of my friend asked me to write some example if we could say for test cases as he is going to interview for .NET Developer job and they propaly will ask him to do so which they did and a little snippet here let him pass the quistion so i decided to...
Posted by Adel Khalil | with no comments
Filed under: , ,