<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TestApi Discussions Rss Feed</title><link>http://www.codeplex.com/TestApi/Thread/List.aspx</link><description>TestApi Discussions Rss Description</description><item><title>New Post: When will TestAPI be available via NuGet?</title><link>http://testapi.codeplex.com/discussions/264291</link><description>&lt;div style="line-height: normal;"&gt;Nithin,&lt;br /&gt;
Sorry for not taking care of that earlier.&lt;br /&gt;
&lt;br /&gt;
Thanks much for putting together a stop-gap solution for others to use!&lt;br /&gt;
&lt;br /&gt;
Ivo&lt;br /&gt;
&lt;br /&gt;
btw how have you been? :) We should connect!&lt;br /&gt;
&lt;/div&gt;</description><author>ivom</author><pubDate>Tue, 19 Feb 2013 22:43:19 GMT</pubDate><guid isPermaLink="false">New Post: When will TestAPI be available via NuGet? 20130219104319P</guid></item><item><title>New Post: When will TestAPI be available via NuGet?</title><link>http://testapi.codeplex.com/discussions/264291</link><description>&lt;div style="line-height: normal;"&gt;It's been a while and I needed this for a project. So I created a package and posted it to nuget.org: &lt;a href="https://nuget.org/packages/Microsoft.TestApi/0.6.0.0" rel="nofollow"&gt;https://nuget.org/packages/Microsoft.TestApi/0.6.0.0&lt;/a&gt; . Here's the nuspec that I used. If there is going to be an official nuget package released by the project, please let me know and I will take down my package immediately.&lt;br /&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot;?&amp;gt;
&amp;lt;package xmlns=&amp;quot;http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd&amp;quot;&amp;gt;
    &amp;lt;metadata&amp;gt;
        &amp;lt;id&amp;gt;Microsoft.TestApi&amp;lt;/id&amp;gt;
        &amp;lt;version&amp;gt;0.6.0.0&amp;lt;/version&amp;gt;
        &amp;lt;authors&amp;gt;nithins&amp;lt;/authors&amp;gt;
        &amp;lt;owners&amp;gt;Microsoft&amp;lt;/owners&amp;gt;
        &amp;lt;licenseUrl&amp;gt;http://testapi.codeplex.com/license&amp;lt;/licenseUrl&amp;gt;
        &amp;lt;projectUrl&amp;gt;http://testapi.codeplex.com&amp;lt;/projectUrl&amp;gt;
        &amp;lt;requireLicenseAcceptance&amp;gt;false&amp;lt;/requireLicenseAcceptance&amp;gt;
        &amp;lt;tags&amp;gt;Microsoft Testing TestApi Test WPF .NET API&amp;lt;/tags&amp;gt;
        &amp;lt;description&amp;gt;TestApi is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications. TestApi provides a set of common test building blocks -- types, data-structures and algorithms -- in a simple, layered, componentized and documented stack.&amp;lt;/description&amp;gt;
        &amp;lt;summary&amp;gt;TestApi is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications.&amp;lt;/summary&amp;gt;
    &amp;lt;/metadata&amp;gt;
    &amp;lt;files&amp;gt;
        &amp;lt;file src=&amp;quot;**\TestApiCore.dll&amp;quot; target=&amp;quot;lib\net40&amp;quot; /&amp;gt;
        &amp;lt;file src=&amp;quot;**\TestApiCore.pdb&amp;quot; target=&amp;quot;lib\net40&amp;quot; /&amp;gt;
        &amp;lt;file src=&amp;quot;**\TestApiCore.xml&amp;quot; target=&amp;quot;lib\net40&amp;quot; /&amp;gt;
        &amp;lt;file src=&amp;quot;**\TestApiWpf.dll&amp;quot; target=&amp;quot;lib\net40&amp;quot; /&amp;gt;
        &amp;lt;file src=&amp;quot;**\TestApiWpf.pdb&amp;quot; target=&amp;quot;lib\net40&amp;quot; /&amp;gt;
        &amp;lt;file src=&amp;quot;**\TestApiWpf.xml&amp;quot; target=&amp;quot;lib\net40&amp;quot; /&amp;gt;
    &amp;lt;/files&amp;gt;
&amp;lt;/package&amp;gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;</description><author>nithins</author><pubDate>Tue, 19 Feb 2013 15:57:34 GMT</pubDate><guid isPermaLink="false">New Post: When will TestAPI be available via NuGet? 20130219035734P</guid></item><item><title>New Post: When will TestAPI be available via NuGet?</title><link>http://testapi.codeplex.com/discussions/264291</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;This still doesnt appear to be on nuget, which is a real shame.&lt;/p&gt;
&lt;/div&gt;</description><author>theperm</author><pubDate>Tue, 20 Nov 2012 14:42:30 GMT</pubDate><guid isPermaLink="false">New Post: When will TestAPI be available via NuGet? 20121120024230P</guid></item><item><title>New Post: Variation Generation Parameter Attributes</title><link>http://testapi.codeplex.com/discussions/396392</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello All,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I am attempting to use the API at my work and have come across the following error when trying to build the following snippet.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:blue"&gt;class&lt;/span&gt; MyJobsWindow
    {
        [Parameter(0, 1, 12, 24)]
        &lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:blue"&gt;int&lt;/span&gt; window_start_hours { &lt;span style="color:blue"&gt;get&lt;/span&gt;; &lt;span style="color:blue"&gt;set&lt;/span&gt;; }
        
        [Parameter(&lt;span style="color:blue"&gt;new&lt;/span&gt; &lt;span style="color:blue"&gt;int&lt;/span&gt;[]{1,2,3,4})]
        &lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:blue"&gt;int&lt;/span&gt; window_start_minutes { &lt;span style="color:blue"&gt;get&lt;/span&gt;; &lt;span style="color:blue"&gt;set&lt;/span&gt;; }

        [Parameter(&lt;span style="color:blue"&gt;new&lt;/span&gt; &lt;span style="color:blue"&gt;string&lt;/span&gt;[]{ &lt;span style="color:#a31515"&gt;&amp;quot;p1&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515"&gt;&amp;quot;p2&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515"&gt;&amp;quot;p3&amp;quot;&lt;/span&gt; })]
        &lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:blue"&gt;string&lt;/span&gt; window_start_date { &lt;span style="color:blue"&gt;get&lt;/span&gt;; &lt;span style="color:blue"&gt;set&lt;/span&gt;; } 

    }
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Error 1 An attribute argument must be a constant expression, typeof expression or array creation expression of an attribute parameter type c:\users\suresh.nanjan\documents\visual studio 2010\Projects\SprtJobsVariations\SprtJobsVariations\SprtJobsModel.cs
 81 20 SprtJobsVariations&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I am surprised that I get this error only when I try to use some string type values for my ParameterAttribute ctor. Am I missing some thing fundamental here, I appreciate any help.&lt;/p&gt;
&lt;p&gt;My intention is to use the following form of supplying values to parameter fields&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;pre&gt;[Parameter(new string[]{ 
DateTime.Today.AddDays(-1).ToString(), DateTime.Today.ToString(), DateTime.Today.AddDays(1).ToString(), DateTime.Today.AddDays(-7).ToString(), DateTime.Today.AddDays(7).ToString(), DateTime.Today.AddMonths(-1).ToString(), DateTime.Today.AddMonths(1).ToString() }
)]&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Suresh&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;br&gt;
&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>nsures</author><pubDate>Fri, 21 Sep 2012 13:01:38 GMT</pubDate><guid isPermaLink="false">New Post: Variation Generation Parameter Attributes 20120921010138P</guid></item><item><title>New Post: UnicodeChart.AsciiDigits appears to be defined too broadly</title><link>http://testapi.codeplex.com/discussions/361188</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the insight. It could very well be in the design doc, but until now I didn't even know one existed. If it was called "readme" or "release notes" I'm sure I would have read it. Sorry for the oversight.&lt;/p&gt;
&lt;p&gt;Can you speculate as to release? The work here is surprisingly high-quality and comprehensive. I'd vote for sooner release vs. later.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>codekaizen</author><pubDate>Fri, 29 Jun 2012 02:45:22 GMT</pubDate><guid isPermaLink="false">New Post: UnicodeChart.AsciiDigits appears to be defined too broadly 20120629024522A</guid></item><item><title>New Post: UnicodeChart.AsciiDigits appears to be defined too broadly</title><link>http://testapi.codeplex.com/discussions/361188</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;agree. It was by designed that we used the range 0x0000 - 0x007F. UnicodeRangeDatabase initialized Scripts and Symbols and Puncatuations&amp;nbsp;by following &lt;a href="http://www.unicode.org/charts/"&gt;http://www.unicode.org/charts/&lt;/a&gt;. They were further defined as Group and SubGroup. The UnicodeRange used&amp;nbsp;was the range directly from the linked pdf file (same to FullwidthAsciiDigits). We did not refine further due to the time constrain particularly some of them were not in one&amp;nbsp;contiguous range (multiple ranges instead). For NumberProperty, the range was only used for validation purpose. For more precise result, properties.UnicodeRanges.Add(&lt;span class="kwrd"&gt;new&lt;/span&gt; UnicodeRange(0x30, 0x39)) can be used for now. We were hoping to refine them after the first release. I thought it was mentioned in the design doc.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dennis&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&lt;span style="font-family: Consolas; font-size: x-small;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div id="_mcePaste" class="mcePaste" style="position: absolute; width: 1px; height: 1px; overflow: hidden; top: 0px; left: -10000px;"&gt;﻿&lt;/div&gt;&lt;/div&gt;</description><author>dennisd</author><pubDate>Fri, 29 Jun 2012 00:47:37 GMT</pubDate><guid isPermaLink="false">New Post: UnicodeChart.AsciiDigits appears to be defined too broadly 20120629124737A</guid></item><item><title>New Post: UnicodeChart.AsciiDigits appears to be defined too broadly</title><link>http://testapi.codeplex.com/discussions/361188</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;In the file &lt;span style="text-decoration:underline"&gt;Source\TestApiCore\Code\Text\UnicodeRangeDatabase.cs&lt;/span&gt; the following line defines the range for UnicodeChart.AsciiDigits:&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;symbolsAndPunctuation[14] = &lt;span style="color:blue"&gt;new&lt;/span&gt; Group(&lt;span style="color:blue"&gt;new&lt;/span&gt; UnicodeRange(0x0000, 0x007F), &lt;span style="color:#a31515"&gt;&amp;quot;Numbers and Digits&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515"&gt;&amp;quot;ASCII Digits&amp;quot;&lt;/span&gt;, &lt;span style="color:#a31515"&gt;&amp;quot;latin&amp;quot;&lt;/span&gt;, UnicodeChart.AsciiDigits);&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;I think this range (0x00 - 0x7F) is too broad. Looking at the chart for ASCII from unicode.org (here
&lt;a title="http://unicode.org/charts/PDF/U0000.pdf" href="http://unicode.org/charts/PDF/U0000.pdf" target="_blank"&gt;
http://unicode.org/charts/PDF/U0000.pdf&lt;/a&gt;), it indicates that digits are only 0x30 - 0x39, which correlates with my experience with ASCII digits.&lt;/p&gt;
&lt;/div&gt;</description><author>codekaizen</author><pubDate>Wed, 27 Jun 2012 22:55:12 GMT</pubDate><guid isPermaLink="false">New Post: UnicodeChart.AsciiDigits appears to be defined too broadly 20120627105512P</guid></item><item><title>New Post: Snapshot .ToByteArray() thoughts</title><link>http://testapi.codeplex.com/discussions/278379</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I know this post is a bit old, but I think adding this is a great idea. I may try to add it in my first submission if you haven't already.&lt;/p&gt;&lt;/div&gt;</description><author>egscott2004</author><pubDate>Wed, 23 May 2012 20:05:21 GMT</pubDate><guid isPermaLink="false">New Post: Snapshot .ToByteArray() thoughts 20120523080521P</guid></item><item><title>New Post: Snapshot .ToByteArray() thoughts</title><link>http://testapi.codeplex.com/discussions/278379</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I just had a comment on the Snapshot class of TestApi. I've been wanting to modify images in memory and thus was thinking about adding a .ToByteArray() method to the Snapshot class to go along side .ToFile(). Would there be any significant downside to this
 addition?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="color:black; background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:gray"&gt;///&lt;/span&gt; &lt;span style="color:gray"&gt;&amp;lt;summary&amp;gt;&lt;/span&gt;
&lt;span style="color:gray"&gt;///&lt;/span&gt;&lt;span style="color:green"&gt; Writes the current Snapshot to a byte array&lt;/span&gt;
&lt;span style="color:gray"&gt;///&lt;/span&gt; &lt;span style="color:gray"&gt;&amp;lt;/summary&amp;gt;&lt;/span&gt;
&lt;span style="color:gray"&gt;///&lt;/span&gt; &lt;span style="color:gray"&gt;&amp;lt;param name=&amp;quot;imageFormat&amp;quot;&amp;gt;&lt;/span&gt;&lt;span style="color:green"&gt;The image format to be used&amp;lt;/param&amp;gt;&lt;/span&gt;
&lt;span style="color:gray"&gt;///&lt;/span&gt; &lt;span style="color:gray"&gt;&amp;lt;returns&amp;gt;&lt;/span&gt;&lt;span style="color:gray"&gt;&amp;lt;/returns&amp;gt;&lt;/span&gt;
&lt;span style="color:blue"&gt;public&lt;/span&gt; &lt;span style="color:blue"&gt;byte&lt;/span&gt;[] ToByteArray(ImageFormat imageFormat)
{
    &lt;span style="color:blue"&gt;byte&lt;/span&gt;[] data = &lt;span style="color:blue"&gt;null&lt;/span&gt;;
    &lt;span style="color:blue"&gt;using&lt;/span&gt; (&lt;span style="color:blue"&gt;var&lt;/span&gt; stream = &lt;span style="color:blue"&gt;new&lt;/span&gt; MemoryStream())
    {
        CreateBitmapFromSnapshot().Save(stream, imageFormat);
        data = stream.ToArray();
    }
    &lt;span style="color:blue"&gt;return&lt;/span&gt; data;
}
&lt;/pre&gt;
&lt;/div&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Any thoughts are greatly appreciated. Thank you!&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>rcurrie</author><pubDate>Fri, 04 Nov 2011 17:37:13 GMT</pubDate><guid isPermaLink="false">New Post: Snapshot .ToByteArray() thoughts 20111104053713P</guid></item><item><title>New Post: v0.6, Notes regarding how to get the sample work.</title><link>http://testapi.codeplex.com/discussions/247025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;checking with project owner on the update schedule.&lt;/p&gt;&lt;/div&gt;</description><author>billliu</author><pubDate>Thu, 15 Sep 2011 21:19:31 GMT</pubDate><guid isPermaLink="false">New Post: v0.6, Notes regarding how to get the sample work. 20110915091931P</guid></item><item><title>New Post: v0.6, Notes regarding how to get the sample work.</title><link>http://testapi.codeplex.com/discussions/247025</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;p&gt;Thank you! I can’t believe I missed that. Version .5 will work. Will we need to wait for version .7 before updating for Fault Injection?&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description><author>Creetor</author><pubDate>Thu, 15 Sep 2011 12:53:56 GMT</pubDate><guid isPermaLink="false">New Post: v0.6, Notes regarding how to get the sample work. 20110915125356P</guid></item><item><title>New Post: v0.6, Notes regarding how to get the sample work.</title><link>http://testapi.codeplex.com/discussions/247025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hi Creetor, please make sure your sample console app compiled to x64 or ANYCPU when your os is 64bit.&lt;/p&gt;&lt;/div&gt;</description><author>billliu</author><pubDate>Wed, 14 Sep 2011 21:37:29 GMT</pubDate><guid isPermaLink="false">New Post: v0.6, Notes regarding how to get the sample work. 20110914093729P</guid></item><item><title>New Post: v0.6, Notes regarding how to get the sample work.</title><link>http://testapi.codeplex.com/discussions/247025</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I was wondering if the fault injector should be working correctly in version .6 now? &amp;nbsp;I have been trying to get a small test application running without success. &amp;nbsp;I see the same error that Kurpa 007 mentioned on May 11. &amp;nbsp;I tried to get version .5 to work but I am getting the same error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Setup Information:&lt;/p&gt;
&lt;p&gt;Windows 7 64 bit&lt;/p&gt;
&lt;p&gt;Both the same console app and the console test harness are running as x86 on .Net 4.0&lt;/p&gt;
&lt;p&gt;I placed FaultInjectionEngine.dll, TestApiCore.dll, TestApiWpf.dll, atl90.dll, msvcm90d.dll, msvcp90d.dll, msvcr90d.dll, xUnit.dll and xUnit.Extensions.dll, the FaultInjectionEngine exp/ilk/lib files, and the program I want to inject the error into all in the debug folder where VS lays down the test harness exe&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for any information,&lt;/p&gt;
&lt;p&gt;Justin&lt;/p&gt;&lt;/div&gt;</description><author>Creetor</author><pubDate>Wed, 14 Sep 2011 19:33:44 GMT</pubDate><guid isPermaLink="false">New Post: v0.6, Notes regarding how to get the sample work. 20110914073344P</guid></item><item><title>New Post: GenerateRandomString(RegEx) doesn't parse conditional backrefs?</title><link>http://testapi.codeplex.com/discussions/258286</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Sorry, Matt. We don't currently support regular expression yet. It was planned but never had resource to implement.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Dennis&lt;/p&gt;&lt;/div&gt;</description><author>dennisd</author><pubDate>Wed, 14 Sep 2011 18:17:10 GMT</pubDate><guid isPermaLink="false">New Post: GenerateRandomString(RegEx) doesn't parse conditional backrefs? 20110914061710P</guid></item><item><title>New Post: GenerateRandomString(RegEx) doesn't parse conditional backrefs?</title><link>http://testapi.codeplex.com/discussions/258286</link><description>&lt;div style="line-height: normal;"&gt;
&lt;div&gt;
&lt;div style="font-family:Calibri,sans-serif; font-size:11pt"&gt;Nope. :-)&lt;br&gt;
&lt;br&gt;
Sent from my Windows Phone&lt;br&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;hr&gt;
&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold"&gt;From:
&lt;/span&gt;&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt"&gt;ivom&lt;/span&gt;&lt;br&gt;
&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold"&gt;Sent:
&lt;/span&gt;&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt"&gt;9/13/2011 5:13 PM&lt;/span&gt;&lt;br&gt;
&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold"&gt;To:
&lt;/span&gt;&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt"&gt;leclairm@hotmail.com&lt;/span&gt;&lt;br&gt;
&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt; font-weight:bold"&gt;Subject:
&lt;/span&gt;&lt;span style="font-family:Tahoma,sans-serif; font-size:10pt"&gt;Re: GenerateRandomString(RegEx) doesn't parse conditional backrefs? [TestApi:258286]&lt;/span&gt;&lt;br&gt;
&lt;br&gt;
&lt;p&gt;From: ivom&lt;/p&gt;
&lt;div id="ThreadNotificationPostBody"&gt;
&lt;p&gt;Matt,&lt;/p&gt;
&lt;p&gt;Did you find a work-around?&lt;/p&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;</description><author>mattlec</author><pubDate>Wed, 14 Sep 2011 00:29:36 GMT</pubDate><guid isPermaLink="false">New Post: GenerateRandomString(RegEx) doesn't parse conditional backrefs? 20110914122936A</guid></item><item><title>New Post: GenerateRandomString(RegEx) doesn't parse conditional backrefs?</title><link>http://testapi.codeplex.com/discussions/258286</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Matt,&lt;/p&gt;
&lt;p&gt;Did you find a work-around?&lt;/p&gt;&lt;/div&gt;</description><author>ivom</author><pubDate>Wed, 14 Sep 2011 00:13:54 GMT</pubDate><guid isPermaLink="false">New Post: GenerateRandomString(RegEx) doesn't parse conditional backrefs? 20110914121354A</guid></item><item><title>New Post: Integration with Robot Framework?</title><link>http://testapi.codeplex.com/discussions/261578</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Interesting suggestion. Can't really promise integration, but we will look into it.&lt;/p&gt;&lt;/div&gt;</description><author>ivom</author><pubDate>Wed, 14 Sep 2011 00:12:58 GMT</pubDate><guid isPermaLink="false">New Post: Integration with Robot Framework? 20110914121258A</guid></item><item><title>New Post: Keyboard.Type</title><link>http://testapi.codeplex.com/discussions/262626</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Does this still repro for you?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>ivom</author><pubDate>Wed, 14 Sep 2011 00:12:07 GMT</pubDate><guid isPermaLink="false">New Post: Keyboard.Type 20110914121207A</guid></item><item><title>New Post: When will TestAPI be available via NuGet?</title><link>http://testapi.codeplex.com/discussions/264291</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks for the suggestion, Nithin.&lt;/p&gt;
&lt;p&gt;We'll try to get this in the next release&lt;/p&gt;&lt;/div&gt;</description><author>ivom</author><pubDate>Wed, 14 Sep 2011 00:08:03 GMT</pubDate><guid isPermaLink="false">New Post: When will TestAPI be available via NuGet? 20110914120803A</guid></item><item><title>New Post: When will TestAPI be available via NuGet?</title><link>http://testapi.codeplex.com/discussions/264291</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;TestAPI is&amp;nbsp;a perfect candidate to make available via a NuGet package.&amp;nbsp; I think this will be very helpful for folks to get TestAPI quickly up and running in their test projects.&lt;/p&gt;
&lt;/div&gt;</description><author>nithins</author><pubDate>Thu, 07 Jul 2011 17:42:47 GMT</pubDate><guid isPermaLink="false">New Post: When will TestAPI be available via NuGet? 20110707054247P</guid></item></channel></rss>