ClemensReijnen
Name: ClemensReijnen
Score: 1,025.01
Last Seen: 193 days, 17 hours, 32 minutes ago
Member Since: 6 February, 2009
DotNetShoutout
atom rss
5
Shouts

Not a Windows 8 machine, but you do want to start creating Store Apps … the possibilities.

published 204 days, 6 hours, 16 minutes ago posted by ClemensReijnenClemensReijnen 211 days, 7 hours, 17 minutes ago
Friday, November 02, 2012 11:42:26 AM GMT Friday, October 26, 2012 10:40:56 AM GMT
There are two good workarounds when you want to start playing/ learning to develop Windows 8 Store Apps, but you aren’t able to due to a machine limitations or company policies. (more)
category: Metro | clicked: 24 | comment | | source: www.clemensreijnen.nl
tags:
2
Shouts

Blog | Hands-on Visual Studio 2012 Workshops - What to do with your free Azure MSDN subscription.

published 204 days, 6 hours, 16 minutes ago posted by ClemensReijnenClemensReijnen 212 days, 23 hours, 4 minutes ago
Friday, November 02, 2012 11:42:26 AM GMT Wednesday, October 24, 2012 6:54:10 PM GMT
I run workshops. Instead of boring lectures, I give the attendees the opportunity to get real hands-on experience and feel the scenario instead of listing only. Specially the Visual Studio 2012 ALM scenario’s are really nice, the attendees work together on a scenario like: code review, feedback, agile planning and testing. I run these workshops with Azure Virtual Machines, every attendee has it’s own environment on Azure prepared and configured by me for that specific workshop. After I created an image (... (more)
category: How To | clicked: 35 | comment | | source: www.clemensreijnen.nl
tags:
4
Shouts

MTM Coded UI Test automation investment, when to use what.

posted by ClemensReijnenClemensReijnen 311 days, 10 hours, 5 minutes ago
Wednesday, July 18, 2012 7:53:00 AM GMT
All validation (test) activities cost money. So, every activity to test a system should be executed as efficient as possible (see also the ‘testing in sprint’ series on this blog). Adding automation to the execution of these validation saves execution time, which saves money. But, specifying, creating and maintaining these automation cost money. So, the hard question is where is the balance, where the break-even point of test automation. (more)
category: Agile | clicked: 5 | comment | | source: www.clemensreijnen.nl
tags:
6
Shouts

Getting Testing Done in the Sprint - The Customer Test Team

published 309 days, 2 hours, 36 minutes ago posted by ClemensReijnenClemensReijnen 318 days, 17 hours, 43 minutes ago
Friday, July 20, 2012 3:21:44 PM GMT Wednesday, July 11, 2012 12:14:35 AM GMT
I don’t mean the acceptance test team, although many think and organize it as if it is the same. On a test conference a few weeks ago I heard the story of moving testing out of the sprint, or adding a specific test sprint after a development sprint. Both ‘worksrrounds’ I dislike, you lose the flexibility and feedback loop. It was something like the ‘IndependentParallelTesting’ story, also not my favorite solution. (more)
category: Agile | clicked: 26 | comment | | source: www.clemensreijnen.nl
tags:
3
Shouts

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

published 445 days, 16 hours, 16 minutes ago posted by ClemensReijnenClemensReijnen 451 days, 11 hours, 27 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
9
Shouts

Blog Clemens Reijnen | 06. Getting Testing Done in the Sprint – PBI Implementation Sequence

published 478 days, 51 minutes ago posted by ClemensReijnenClemensReijnen 481 days, 4 hours, 41 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 1:16:34 PM GMT
A challenge in getting testing done in a sprint is the fact that the software (PBI) isn’t ready to be tested till implementation/ coding is done. How To. Work on completing each item in the sprint backlog and finish one item after another, see task boards below. (more)
category: Agile | clicked: 10 | comment | | source: www.clemensreijnen.nl
10
Shouts

Getting Testing Done in the Sprint – No Double, Triple Testing

published 478 days, 51 minutes ago posted by ClemensReijnenClemensReijnen 481 days, 8 hours, 10 minutes ago
Thursday, February 02, 2012 5:06:51 PM GMT Monday, January 30, 2012 9:47:37 AM GMT
One way of getting testing done in a sprint is making it [testing] as efficient as possible, meanwhile this also saves money. One way of getting more efficient is not doing things double or triple. An interesting thing with testing, we do test double or triple. We test it during unit, during unit integration, during functional and during acceptance testing, this can be done better, we could save a lot of time. I’ve seen teams which also automated all these types of tests, testing the same thing... not re... (more)
category: Agile | clicked: 30 | comment | | source: www.clemensreijnen.nl
tags: VS, TMap, Testing
4
Shouts

Teams and TFS Groups in TFS11, the backlog, board and security settings

published 482 days, 18 hours, 53 minutes ago posted by ClemensReijnenClemensReijnen 486 days, 21 hours, 5 minutes ago
Saturday, January 28, 2012 11:04:38 PM GMT Tuesday, January 24, 2012 8:53:25 PM GMT
Beside using the new team concept in TFS11, you also just can do it the ‘old’ way. Put all your team members in the different TFS Groups (readers, contributors, … ) and give them access to the team project. Just as you did the past decade. But, you have to understand what happens when you do it. You also can mix things, create teams and only add TFS groups to it, or give people specific rights within a team… actually you can make it a complete chaos. In this post some usages scenarios. (at the end of thi... (more)
category: Agile | clicked: 26 | comment | | source: clemensreijnen.nl
2
Shouts

Teams in Visual Studio 11 CTP, The Bug Backlog.

posted by ClemensReijnenClemensReijnen 590 days, 23 hours, 4 minutes ago
Wednesday, October 12, 2011 6:53:47 PM GMT
Default are bugs visually in the product backlog. When a tester files a bugs from test manager (or any other client tool), it will be shown in the teams product backlog. Now, not everybody is happy with the solution that every bug is visible in the backlog. many small bugs will blur the visual management capability of the backlog and task board, and maybe very big ones are to big to solve in the same sprint or need some more investigation and product owner collaboration. (more)
category: Agile | clicked: 1 | comment | | source: www.clemensreijnen.nl
2
Shouts

Teams in Visual Studio 11, feature teams and backlogs

posted by ClemensReijnenClemensReijnen 592 days, 23 hours, 24 minutes ago
Monday, October 10, 2011 6:33:49 PM GMT
Sometimes a project is bigger than one team can handle (with the recommended team size, see the scrum guide). A solution for this big project problem is the creation of multiple teams and organize scrum of scrums meetings. With the scrum of scrums meetings we hope we will solve the possible integration and reuse problems. (more)
category: Agile | clicked: 1 | comment | | source: www.clemensreijnen.nl
3
Shouts

the one thing every tester was waiting for in Microsoft Test Manager… multiline support for test steps and rich text.

posted by ClemensReijnenClemensReijnen 616 days, 12 hours, 4 minutes ago
Saturday, September 17, 2011 5:53:55 AM GMT
alt enter does the magic… (more)
category: Architecture | clicked: 1 | comment | | source: www.clemensreijnen.nl
6
Shouts

C l e m e n s | MTLM Visual Studio 2010 ALM TRAINING GUIDE and DECKS

published 623 days, 8 hours, 28 minutes ago posted by ClemensReijnenClemensReijnen 625 days, 1 hour, 51 minutes ago
Saturday, September 10, 2011 9:30:21 AM GMT Thursday, September 08, 2011 4:06:40 PM GMT
Below the training guide and decks I use for Microsoft Test Manager Trainings, feel free to use it. (more)
category: Agile | clicked: 10 | 2 comments | | source: www.clemensreijnen.nl
tags: MTM, Testing, VS2010
6
Shouts

Deck: Work Agile with Scrum and Visual Studio 2010

published 676 days, 20 hours, 14 minutes ago posted by ClemensReijnenClemensReijnen 682 days, 11 hours, 37 minutes ago
Monday, July 18, 2011 9:44:25 PM GMT Wednesday, July 13, 2011 6:20:58 AM GMT
Deck: Work Agile with Scrum and Visual Studio 2010 (more)
category: Agile | clicked: 28 | comment | | source: www.clemensreijnen.nl
tags: Scrum, Agile, VS2010
6
Shouts

deck: technical meeting automated testing with vs2010

published 678 days, 9 hours, 20 minutes ago posted by ClemensReijnenClemensReijnen 682 days, 11 hours, 38 minutes ago
Sunday, July 17, 2011 8:37:44 AM GMT Wednesday, July 13, 2011 6:20:24 AM GMT
deck: technical meeting automated testing with vs2010 (more)
category: Agile | clicked: 8 | comment | | source: www.clemensreijnen.nl
tags: MTM, VS2010
3
Shouts

Windows Azure User Group Meeting TFS2010 for Azure Cloud Development Deck.

published 728 days, 8 hours, 41 minutes ago posted by ClemensReijnenClemensReijnen 729 days, 10 hours, 27 minutes ago
Saturday, May 28, 2011 9:16:40 AM GMT Friday, May 27, 2011 7:31:09 AM GMT
Presentation covering ALM TFS2010 MTM for Azure Cloud Development given at the 3e Windows Azure User Group Meeting , 26 may 2011 (more)
category: Agile | clicked: 4 | comment | | source: www.clemensreijnen.nl
tags: MTM, VS2010, TFS2010, Azure
3
Shouts

Microsoft Test Manager - Test Runner–Playback error with C:\fakepath

published 731 days, 10 hours, 15 minutes ago posted by ClemensReijnenClemensReijnen 731 days, 22 hours, 2 minutes ago
Wednesday, May 25, 2011 7:43:28 AM GMT Tuesday, May 24, 2011 7:56:18 PM GMT
When executing a test case with Microsoft Test Runner with a step where you have to select a file in a web application, you get “C:\fakepath” for the location of the file you selected. For example in step 4 you need to select an image from the local disk. When you replay this action you get the c:\Fakepath folder. For sure this ruins the fat forward for you test case. (more)
category: Agile | clicked: 2 | comment | | source: www.clemensreijnen.nl
tags: MTM, VS2010
3
Shouts

C l e m e n s | Test Automation Investment Levels for VS2010, MTM and CodedUI

published 776 days, 2 hours, 35 minutes ago posted by ClemensReijnenClemensReijnen 778 days, 9 hours, 54 minutes ago
Sunday, April 10, 2011 3:23:14 PM GMT Friday, April 08, 2011 8:04:21 AM GMT
With VS2010 ALM you can very easily take a manual test case and turn it in an automated test case. But this isn’t without investment. There are still some additional things to do which take time and money before we get the benefit of automated execution of a test case. (more)
category: Agile | clicked: 2 | comment | | source: www.clemensreijnen.nl
tags: VS2010
6
Shouts

C l e m e n s | VS2010 ALM MTLM usages patterns for Windows Azure hosted application development

published 788 days, 3 hours, 4 minutes ago posted by ClemensReijnenClemensReijnen 788 days, 9 hours, 40 minutes ago
Tuesday, March 29, 2011 2:53:38 PM GMT Tuesday, March 29, 2011 8:18:07 AM GMT
The deck of my presentation covering VS2010 ALM MTLM usages patterns for Windows Azure hosted application development and the handout/ talk through (in the table below, not a real handout. I’m busy changing it to a more paper style document. But thought I better could start sharing it to gather some early feedback.) (more)
category: Architecture | clicked: 0 | comment | | source: www.clemensreijnen.nl
tags: ALM, VS2010, mtlm, Azure
6
Shouts

C l e m e n s | Running Automated Tests on Physical Environments, the different flavors…

published 823 days, 23 hours, 34 minutes ago posted by ClemensReijnenClemensReijnen 824 days, 7 hours, 16 minutes ago
Monday, February 21, 2011 6:24:18 PM GMT Monday, February 21, 2011 10:42:26 AM GMT
There are multiple ways to execute your test automation effort, you can run them from and on Microsoft Test Manager, from and on Visual Studio, during the build and on the Build Server or during the build on Test Agents configured with Test Controllers or … many flavors. so, where should you execute your automated tests, and how should you configure your test infrastructure. (more)
category: Agile | clicked: 0 | comment | | source: www.clemensreijnen.nl
tags: Test Automation, VS 2010
3
Shouts

C l e m e n s | CodedUI Test Builder - Crosshair highlights UI Control wrong …

published 824 days, 19 hours, 53 minutes ago posted by ClemensReijnenClemensReijnen 826 days, 22 hours, 40 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Friday, February 18, 2011 7:17:47 PM GMT
To add an assertion for the test you can use the crosshair, which selects the UI control and lets you select the properties you want to test. The UI Test Builder visualizes your selection by a blue highlight around the selected UI control. in the screenshot below this highlighting goes wrong, and it goes wrong for every control… pretty annoying. (more)
category: Architecture | clicked: 1 | comment | | source: www.clemensreijnen.nl
tags: Coded UI Test, VS2010
Previous 1 2 3 Next