Browse by Tags
All Tags »
Software Test Automation (RSS)
This week is Microsoft’s Patterns & Practices summit in Redmond . Earlier today I gave a 15-minute presentation on TestApi . Here is the slide-deck: Introduction To Test Api (P&P Summit) View more presentations from ivom1234 . var gaJsHost = (("https:"
Read More...
The state and behavior of every software system depends on a number of parameters. These parameters can be both inputs as well as environmental factors. One can think of software testing as a controlled experiment, where the system under test is observed
Read More...
I am happy to announce that we have just released the third preliminary version of TestApi -- the testing API library. This version introduces some fairly significant changes and new features: New name spaces (under Microsoft.Test) and new binary names;
Read More...
I am happy to announce that we have released CTP 5 of the “WPF Application Quality Guide” – our single-stop document for WPF application and component developers and testers. CTP 5 comes with the following new and updated content: New content: “Considerations
Read More...
I am excited to announce that we have just released the second preliminary version of TestApi – the testing API library – on http://codeplex.com/testapi ! The v.0.2 package includes the following additions and modifications: Improved command-line parsing
Read More...
Command-line parsers remind me of linked lists in C++: everybody has written several at various points in their careers. While everybody should write each of those at least once, I doubt that many people out there are particularly excited about writing
Read More...
I am starting a series of posts introducing some of the facilities available in TestApi 0.1 , a test and utility API library, which we recently released on CodePlex. Most of this content is already available in the documentation provided with the library.
Read More...