DotNetShoutout - Stories tagged with Test
3
Shouts

Blog Clemens Reijnen | 08. Getting Testing Done in the Sprint – Write Logical Acceptance Tests

published 446 days, 10 hours, 3 minutes ago posted by ClemensReijnenClemensReijnen 452 days, 5 hours, 14 minutes ago
Tuesday, March 06, 2012 1:41:53 AM GMT Wednesday, February 29, 2012 6:30:52 AM GMT
During release planning meeting. Capture acceptance criteria and immediately add the as logical test cases to the PBI. It will help the team to understand, clarify the discussion and more important for this topic, it helps testers be involved, and be important at the early stages of the software cycle. (more)
category: Agile | clicked: 15 | 2 comments | | source: www.clemensreijnen.nl
tags: Test, Agile, Visual Studio
2
Shouts

NCrunch continuous testing Visual Studio add-in

published 446 days, 10 hours, 3 minutes ago posted by SergeyVlasovSergeyVlasov 453 days, 2 hours, 25 minutes ago
Tuesday, March 06, 2012 1:41:53 AM GMT Tuesday, February 28, 2012 9:20:12 AM GMT
Save time waiting for execution of your unit tests and get immediate feedback on code correctness as you type. (more)
category: How To | clicked: 31 | comment | | source: visualstudioaddins.svprogramming.net
tags: TDD, Test, Visual Studio, Visual Studio Add-ins, test coverage
4
Shouts

Coded UI tests : AutomationId or how to find the chose one (control) !

posted by jmix90jmix90 569 days, 19 hours, 33 minutes ago
Thursday, November 03, 2011 4:11:39 PM GMT
In my previous post on Coded UI tests, we have seen how to make a control discoverable by a Microsoft UI Automation client including the Coded UI tests builder. This is a first step and the controls now need to be uniquely identified. This is done via the AutomationId property. In this post we’ll digg a little more in coded UI tests and discover the AutomationId property. (more)
category: How To | clicked: 27 | comment | | source: www.jonathanantoine.com
tags: Automation, Silverlight, Test, WPF, Tests, UI, coded
2
Shouts

Validating UnityContainer configuration

posted by http://byteflux.myopenid.com/http://byteflux.myopenid.com/ 599 days, 6 hours, 5 minutes ago
Wednesday, October 05, 2011 5:39:59 AM GMT
In one of my recent projects I have reached the need to validate that I have all dependencies correctly registered in my UnityContainer. For those that are not familiar with Unity, it is a dependency injection container that allows constructor, property and method call dependency injection. You can get more information about how Unity works and also download the latest release from Codeplex: http://unity.codeplex.com... (more)
category: How To | clicked: 13 | comment | | source: byteflux.me
tags: Unity, IoC, Validation, Inversion of control, C#, TDD, Test, dependency injection, DI
8
Shouts

Effective Tests: A Test-First Example – Part 1 - Derek Greer

published 787 days, 14 hours, 38 minutes ago posted by iftekharahmedamitiftekharahmedamit 788 days, 12 hours, 32 minutes ago
Wednesday, March 30, 2011 9:07:17 PM GMT Tuesday, March 29, 2011 11:13:08 PM GMT
Part 3 of our series introduced Test-First Programming and briefly discussed its refinements: Test-Driven Development and Behavior-Driven Development.  This time, we’ll dive into a simple Test First example using the principles of Test-Driven Development along with some of the Behavior-Driven Development concepts introduced last time. Before beginning our example, we’ll take some time to discuss the goals and approach... (more)
category: Agile | clicked: 2 | comment | | source: lostechies.com
tags: Test, Test-Driven Development
6
Shouts

xUnit.Net – Running the tests (RunAfterTestFailed Custom Attribute) - Maria Marcano

published 810 days, 17 hours, 13 minutes ago posted by DustinDustin 811 days, 11 hours, 24 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Monday, March 07, 2011 12:21:08 AM GMT
On my last post I created a Custom TestCategory Attribute and custom xUnit.Net TestClassCommand to run test by category. Now I want to create a Custom RunAfterTestFailed attribute to run a method whenever a test fails. We have the following test classusing Xunit; using Xunit.Extensions; namespace xUnitCustomizations { [CustomTestClassCommand] publicclass TestClass { [Fact, TestCategory("Unit")] publicvoid FailedTest1() { Assert.True(false); } ... (more)
category: Agile | clicked: 4 | comment | | source: mariangemarcano.blogspot.com
tags: Test, xUnit.net
8
Shouts

An introductory presentation about testing with MSTest, Visual Studio, and Team Foundation Server 2010

published 820 days, 12 hours, 50 minutes ago posted by stefanoricstefanoric 823 days, 28 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Wednesday, February 23, 2011 11:16:47 AM GMT
Testing with MS Test (with advanced topics). (more)
category: How To | clicked: 2 | comment | | source: geekswithblogs.net
tags: Test, VS2010, Mocks
3
Shouts

C l e m e n s | MTM Azure Data Diagnostic Adapter a nice ALM for Cloud scenario …

published 869 days, 10 hours, 1 minute ago posted by ClemensReijnenClemensReijnen 871 days, 3 hours, 11 minutes ago
Saturday, January 08, 2011 1:43:30 AM GMT Thursday, January 06, 2011 8:34:12 AM GMT
Collect Azure events, performance data and trace logs during test execution and populate them in the test result and bugs reports. So, team members easily can see what happened in the cloud (for any instance) during the test case for faster and better bug solving. (more)
category: Architecture | clicked: 0 | comment | | source: www.clemensreijnen.nl
tags: Test, VS 2010, Azure
3
Shouts

C l e m e n s | Custom Diagnostic Data Adapter capture the Webcam

published 931 days, 2 hours, 17 minutes ago posted by ClemensReijnenClemensReijnen 932 days, 12 hours, 13 minutes ago
Sunday, November 07, 2010 9:27:51 AM GMT Friday, November 05, 2010 11:32:20 PM GMT
Capture the webcam while testers execute a test case with Microsoft Test Manager… had this discussion today with a customer when talking about Diagnostic Data Adapter. Just for fun we decided that this would be a great adapter… and just for fun I made one this evening… (more)
category: Architecture | clicked: 2 | comment | | source: www.clemensreijnen.nl
tags: Test, VS 2010
8
Shouts

Testing sites with Browser Mode vs. Doc Mode - IEBlog

published 929 days, 4 hours, 8 minutes ago posted by NickolayNickolay 932 days, 21 hours, 37 minutes ago
Tuesday, November 09, 2010 7:37:01 AM GMT Friday, November 05, 2010 2:08:16 PM GMT
With site developers verifying that their sites run well in IE9 and taking advantage of the new HTML5 capabilities and better performance in IE9’s Standards mode, now is a good time to recap how to use Browser Mode and Document Mode to test sites for IE9 and previous IE versions. In summary, developers can use IE’s Developer Tool’s Browser Mode menu to test how their site will run in different versions of IE. The Document Mode menu is what developers use to determine the best rendering mode for their si... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Test, Testing, IE9, IE, html5
5
Shouts

Expect Beta 5 is out

published 937 days, 12 hours, 34 minutes ago posted by gleborgnegleborgne 939 days, 15 hours, 49 minutes ago
Sunday, October 31, 2010 11:11:02 PM GMT Friday, October 29, 2010 7:56:11 PM GMT
Expect is a tool for executable specifications and BDD. The new Beta is available on Codeplex (more)
category: Agile | clicked: 1 | comment | | source: expectframework.wordpress.com
tags: Expect, Test, executable specification, BDD, Expect framework
2
Shouts

How to create your own control library (how-to + tips)

posted by jmix90jmix90 964 days, 20 hours, 3 minutes ago
Monday, October 04, 2010 3:41:33 PM GMT
Reusability and factorizing are maybe the most commons things you want and use when you are developing applications. In WPF it often means creating controls library (i don’t mean UserControl) that will be easy to use in multiple applications. In this post we'll see all the step to create a control library useable in differents projects. (more)
category: How To | clicked: 7 | comment | | source: blog.lexique-du-net.com
tags: library, Resources, Control, How-To, Test, WPF, Tests, custom, windows presentation foundation, resource, How, Tips, ContentControl, controls
2
Shouts

How can I use static/dynamic resources in my tests

published 974 days, 3 hours, 19 minutes ago posted by jmix90jmix90 975 days, 50 minutes ago
Saturday, September 25, 2010 8:25:44 AM GMT Friday, September 24, 2010 10:55:16 AM GMT
You are surely, as I am, creating a lot of units tests in your WPF applications. Some of the tests may use statics or dynamics resources declared in your application and when you launch the tests, all you get is an XamlParseException exception thrown. The tip to make them work is quite simple to use. (more)
category: How To | clicked: 2 | comment | | source: blog.lexique-du-net.com
tags: Resources, How-To, Test, WPF, Tests, windows presentation foundation, resource, How, Tips
4
Shouts

Coded UI Test – Tip 4 – Add Unused Controls to UI Map - Shai Raiten

published 1020 days, 21 hours, 12 minutes ago posted by KluggerKlugger 1021 days, 11 hours, 43 minutes ago
Monday, August 09, 2010 2:32:49 PM GMT Monday, August 09, 2010 12:01:27 AM GMT
If you are using Coded UI for advanced tests or even a simple test but with complex logic you might faced the following dilemma: How can I add a control inside the UI Map without recording or assertion that control? Why?Here is a simple scenario: I’ve create a simple Coded UI Test that opens Calculator (again) and perform couple of click and stops. Now, I don’t want to add assertion! I just wa... (more)
category: UX | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Test, UI, UX
9
Shouts

How do you test asynchronous code? Part I - The Typemock Insider Blog

published 1035 days, 20 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 1037 days, 1 hour, 57 minutes ago
Sunday, July 25, 2010 3:10:01 PM GMT Saturday, July 24, 2010 9:47:41 AM GMT
This is the first part of Stefan Lieser’s article appearing in DotNetPro. Stefan was generous to translate the article and post it here. Stefan Lieser works as a consultant, trainer and author. He is interested in agile methods and looking for improvement every day. Together with Ralf Westphal he started the Clean Code Developer initiative (see http://clean-code-developer.de) which gains lots of interest in both the .NET and Java software developer community. Furthermore he was one of the... (more)
category: Agile | clicked: 1 | comment | | source: blog.typemock.com
tags: Test, Isolator, Agile, Testing
9
Shouts

How do you test asynchronous code? Part II - The Typemock Insider Blog

published 1035 days, 20 hours, 35 minutes ago posted by iftekharahmedamitiftekharahmedamit 1037 days, 1 hour, 58 minutes ago
Sunday, July 25, 2010 3:10:01 PM GMT Saturday, July 24, 2010 9:46:54 AM GMT
This is the second part of Stefan Lieser’s article appearing in DotNetPro. Stefan was generous to translate the article and post it here. Stefan Lieser works as a consultant, trainer and author. He is interested in agile methods and looking for improvement every day. Together with Ralf Westphal he started the Clean Code Developer initiative (see http://clean-code-developer.de) which gains lots of interest in both the .NET and Java software developer community. Furthermore he was on... (more)
category: Agile | clicked: 1 | comment | | source: blog.typemock.com
tags: Test, Isolator, Agile, Testing
5
Shouts

MSDN Magazine: Test Run - Programmatically Generating Graphs with WPF

published 1077 days, 1 hour, 7 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1079 days, 14 hours, 43 minutes ago
Monday, June 14, 2010 10:38:05 AM GMT Friday, June 11, 2010 9:01:28 PM GMT
A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology. (more)
category: How To | clicked: 0 | comment | | source: msdn.microsoft.com
tags: Test, WPF, MSDN, MSDN Magazine
5
Shouts

Developer IQ Test

posted by DevGuruDevGuru 1117 days, 22 hours, 19 minutes ago
Tuesday, May 04, 2010 1:25:37 PM GMT
Prove that you are a DevGuru by answering 10 challenging questions and you could win a copy of the new Microsoft Visual Studio 2010. And if that wasn't enough the winner will also receive a top of the range coffee machine! (more)
category: Architecture | clicked: 2 | comment | | source: www.mydeveloperiq.com
tags: Visual Studio 2010, Test, developer
8
Shouts

VSTS load testing : Visual Studio Performance Testing Quick Reference Guide (Version 2.0) Published - Ed Glas

published 1137 days, 10 minutes ago posted by jantujantu 1138 days, 23 hours, 4 minutes ago
Thursday, April 15, 2010 11:34:26 AM GMT Tuesday, April 13, 2010 12:41:11 PM GMT
Visual Studio Performance Testing Quick Reference Guide (Version 2.0) Published Version 2 of the Quick Reference Guide has now been published. This guide is chock-full of information gathered through real experience with the product. This new version contains 97 new or updated articles.Special thanks to Geoff Gray for once again spearheading this effort. Geoff is one of a handful of elite VS load test practitioners. As he encounter unexpected behavior or bugs in the product, or gets undocumented infor... (more)
category: Smart Client | clicked: 5 | comment | | source: blogs.msdn.com
tags: Test, Visual Studio Performance
4
Shouts

Moles – isolate your tested unit - [Export] Bnaya Eshet

posted by bnayabnaya 1157 days, 21 hours, 3 minutes ago
Thursday, March 25, 2010 2:41:31 PM GMT
Moles – isolate your tested unit Moles – isolate your tested unit   this post will focus on the Moles - Isolation framework for .NET. you can download the Moles framework from here, or even better download the Pex testing framework (that includes Moles) from here. (I will survey the Pex framework in one of the upcoming posts).   the code sample for this post is available here.  How do you test the correctness of the following method?Code SnippetpublicclassMyComponent{    privateDateTime _lastH... (more)
category: Architecture | clicked: 2 | comment | | source: blogs.microsoft.co.il
tags: .NET, Test, Mock, Moles, Pex
Previous 1 2 Next