<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Lightweight Test Automation Framework</title><link>http://ltaf.codeplex.com/project/feeds/rss</link><description>The Lightweight Test Automation Framework for ASP.NET was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application.      Tests can be written in any .NET Framework language. They use an AP</description><item><title>Commented Issue: WebTestConsole.Write doesn't work for me [3]</title><link>http://ltaf.codeplex.com/workitem/3</link><description>I&amp;#39;ve tried using WebTestConsole.Write&amp;#40;&amp;#41; to add additional info to the console and nothing shows up but the standard logs.  Any ideas&amp;#63;&lt;br /&gt;Comments: The WebTestConsole.Write&amp;#40;&amp;#41; is working for me now.  I&amp;#39;m not sure why it wasn&amp;#39;t initially, but glad to see.  Maybe it was a browser cache issue&amp;#63;&amp;#63;</description><author>Hoosier121</author><pubDate>Wed, 10 Apr 2013 22:48:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: WebTestConsole.Write doesn't work for me [3] 20130410104857P</guid></item><item><title>Created Issue: WebTestConsole.Write doesn't work for me [3]</title><link>http://ltaf.codeplex.com/workitem/3</link><description>I&amp;#39;ve tried using WebTestConsole.Write&amp;#40;&amp;#41; to add additional info to the console and nothing shows up but the standard logs.  Any ideas&amp;#63;&lt;br /&gt;</description><author>Hoosier121</author><pubDate>Tue, 02 Apr 2013 01:45:18 GMT</pubDate><guid isPermaLink="false">Created Issue: WebTestConsole.Write doesn't work for me [3] 20130402014518A</guid></item><item><title>Reviewed: Lightweight Test Automation Framework (LTAF) v2.0 (Mar 25, 2013)</title><link>http://ltaf.codeplex.com/releases/view/85461#ReviewBy-Hoosier121</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - gave me an easy way to get automation going</description><author>Hoosier121</author><pubDate>Tue, 26 Mar 2013 04:40:58 GMT</pubDate><guid isPermaLink="false">Reviewed: Lightweight Test Automation Framework (LTAF) v2.0 (Mar 25, 2013) 20130326044058A</guid></item><item><title>Source code checked in, #6ffc034f6b12</title><link>http://ltaf.codeplex.com/SourceControl/changeset/changes/6ffc034f6b12</link><description>Add new overload for Application.Deploy&amp;#10;</description><author>Anton Piskunov</author><pubDate>Wed, 09 Jan 2013 19:51:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #6ffc034f6b12 20130109075130P</guid></item><item><title>Source code checked in, #cd1b141e0cd9</title><link>http://ltaf.codeplex.com/SourceControl/changeset/changes/cd1b141e0cd9</link><description>add more FileSystem related APIs&amp;#10;</description><author>Anton Piskunov</author><pubDate>Thu, 27 Dec 2012 22:27:49 GMT</pubDate><guid isPermaLink="false">Source code checked in, #cd1b141e0cd9 20121227102749P</guid></item><item><title>New Post: Getting Started</title><link>http://ltaf.codeplex.com/discussions/398749</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;1.&lt;span style="font-size:7pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Download &lt;a href="http://ltaf.codeplex.com/downloads/get/364310"&gt;
http://ltaf.codeplex.com/downloads/get/364310&lt;/a&gt; and extract.&lt;/p&gt;
&lt;p&gt;2.&lt;span style="font-size:7pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Open &lt;strong&gt;
LTAF.sln&lt;/strong&gt; in the root directory.&lt;/p&gt;
&lt;p&gt;3.&lt;span style="font-size:7pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Expand the
&lt;strong&gt;samples&lt;/strong&gt; solution folder, right click &lt;strong&gt;SampleWebSite&lt;/strong&gt;, select
&lt;strong&gt;Set As StartUp Project&lt;/strong&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;4.&lt;span style="font-size:7pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Hit &lt;strong&gt;
F5&lt;/strong&gt;.&amp;nbsp; The website will launch in IE.&lt;/p&gt;
&lt;p&gt;5.&lt;span style="font-size:7pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Navigate to
&lt;strong&gt;/SampleWebSite/Test/Default.aspx&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;6.&lt;span style="font-size:7pt"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Click &lt;strong&gt;
Run Tests &lt;/strong&gt;button.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;All of the tests that you see can be found in SampleWebSite/App_Code/Tests.&amp;nbsp; You can create a new test by adding a method to one of the test classes and decorating it with the WebTestMethod attribute.&lt;/p&gt;
&lt;/div&gt;</description><author>mrharb</author><pubDate>Wed, 10 Oct 2012 02:07:01 GMT</pubDate><guid isPermaLink="false">New Post: Getting Started 20121010020701A</guid></item><item><title>New Post: How to run tests against another site. (Stand alone test project)</title><link>http://ltaf.codeplex.com/discussions/397160</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is it possible to build a stand alone test project not tied with the application code base.&lt;/p&gt;
&lt;p&gt;I am trying to build tests in the QA environment and run them against production website.&lt;/p&gt;
&lt;p&gt;Is there an&amp;nbsp;example which launches and performs action on some site (a login to gmail) with LTAF 2.0&amp;nbsp;?&lt;/p&gt;
&lt;/div&gt;</description><author>Roheryn</author><pubDate>Thu, 27 Sep 2012 14:07:02 GMT</pubDate><guid isPermaLink="false">New Post: How to run tests against another site. (Stand alone test project) 20120927020702P</guid></item><item><title>New Post: Passing Dynamic Parameters to Tests</title><link>http://ltaf.codeplex.com/discussions/392946</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I would like to run multiple instances of my tests concurrently. &amp;nbsp;Either different threads on the same machine, or on different machines. &amp;nbsp;I would like to pass parameters like username and password into my test methods ... or have the test methods
 access them somehow. &amp;nbsp;I am using the LTAFRunner to run my tests from the command line. &amp;nbsp;I would like different instances to run under different user profiles(usernames).&lt;/p&gt;
&lt;p&gt;Has anyone done this? &amp;nbsp;Any suggestions?&lt;/p&gt;
&lt;p&gt;Thanks to the team for a very useful project.&lt;/p&gt;
&lt;p&gt;~ Matt&lt;/p&gt;
&lt;/div&gt;</description><author>mattmorg55</author><pubDate>Fri, 24 Aug 2012 13:50:01 GMT</pubDate><guid isPermaLink="false">New Post: Passing Dynamic Parameters to Tests 20120824015001P</guid></item><item><title>Created Issue: About top mock [2]</title><link>http://ltaf.codeplex.com/workitem/2</link><description>In my test page ,there is the js code like this&amp;#58;&lt;br /&gt;&lt;br /&gt; if &amp;#40;top &amp;#38;&amp;#38; top.location.toString&amp;#40;&amp;#41;.indexOf&amp;#40;&amp;#34;string1&amp;#34;&amp;#41; &amp;#60; 0&amp;#41; &amp;#123;&lt;br /&gt;         top.window.location &amp;#61; &amp;#39;&amp;#47;Home&amp;#39;&amp;#59;&lt;br /&gt; &amp;#125;&lt;br /&gt;&lt;br /&gt;But in this scene I think the &amp;#34;top&amp;#34; will instead of &amp;#34;frame&amp;#34;.&lt;br /&gt;</description><author>chsword</author><pubDate>Tue, 12 Jun 2012 07:24:39 GMT</pubDate><guid isPermaLink="false">Created Issue: About top mock [2] 20120612072439A</guid></item><item><title>Commented Issue: crash at page.Navigate [1]</title><link>http://ltaf.codeplex.com/workitem/1</link><description>Page loads in right frame, but exception is thown.&lt;br /&gt;&lt;br /&gt;&amp;#91;WebTestClass&amp;#93;&lt;br /&gt;public class MyTests&lt;br /&gt;&amp;#123;&lt;br /&gt;    &amp;#91;WebTestMethod&amp;#93;&lt;br /&gt;    public void MyTest&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        try&lt;br /&gt;        &amp;#123;&lt;br /&gt;            HtmlPage page &amp;#61; new HtmlPage&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            page.Navigate&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.access.wa.gov&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        catch &amp;#40;WebTestException exc&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var x &amp;#61; exc&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;err msg&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;Exception was thrown by the client engine&amp;#58; &amp;#92;&amp;#34;&amp;#91;TestExecutorException&amp;#93;&amp;#58; Unhandled JS exception while waiting for command to complete.  &amp;#40;Details&amp;#58; &amp;#123;&amp;#92;&amp;#92;&amp;#92;&amp;#34;name&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;TypeError&amp;#92;&amp;#92;&amp;#92;&amp;#34;,&amp;#92;&amp;#92;&amp;#92;&amp;#34;message&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;Access is denied.&amp;#92;&amp;#92;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;&amp;#92;&amp;#92;n&amp;#92;&amp;#92;&amp;#92;&amp;#34;,&amp;#92;&amp;#92;&amp;#92;&amp;#34;number&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;-2147024891,&amp;#92;&amp;#92;&amp;#92;&amp;#34;description&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;Access is denied.&amp;#92;&amp;#92;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;&amp;#92;&amp;#92;n&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#125;&amp;#41;&amp;#92;&amp;#34; when running command&amp;#58; Navigate - http&amp;#58;&amp;#47;&amp;#47;www.access.wa.gov on the target&amp;#58; &amp;#60; id&amp;#61;, index&amp;#58; 0&amp;#62;.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;stack trace&amp;#58;&lt;br /&gt;at LTAF.HtmlPage.ExecuteCommand&amp;#40;HtmlElement source, BrowserCommand command&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 225&lt;br /&gt;at LTAF.HtmlPage.ExecuteCommand&amp;#40;BrowserCommand command&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 179&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url, NavigationVerification navigationVerificationMode, Int32 millisecondsWaitToLoad&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 292&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url, NavigationVerification navigationVerificationMode&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 251&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 241&lt;br /&gt;Comments: please close this issue. just realized this test framework is designed to run &amp;#34;within&amp;#34; an asp.net application.</description><author>yuipcheng</author><pubDate>Fri, 18 May 2012 17:47:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: crash at page.Navigate [1] 20120518054738P</guid></item><item><title>Edited Issue: crash at page.Navigate [1]</title><link>http://ltaf.codeplex.com/workitem/1</link><description>Page loads in right frame, but exception is thown.&lt;br /&gt;&lt;br /&gt;&amp;#91;WebTestClass&amp;#93;&lt;br /&gt;public class MyTests&lt;br /&gt;&amp;#123;&lt;br /&gt;    &amp;#91;WebTestMethod&amp;#93;&lt;br /&gt;    public void MyTest&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        try&lt;br /&gt;        &amp;#123;&lt;br /&gt;            HtmlPage page &amp;#61; new HtmlPage&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            page.Navigate&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.access.wa.gov&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        catch &amp;#40;WebTestException exc&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var x &amp;#61; exc&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;err msg&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;Exception was thrown by the client engine&amp;#58; &amp;#92;&amp;#34;&amp;#91;TestExecutorException&amp;#93;&amp;#58; Unhandled JS exception while waiting for command to complete.  &amp;#40;Details&amp;#58; &amp;#123;&amp;#92;&amp;#92;&amp;#92;&amp;#34;name&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;TypeError&amp;#92;&amp;#92;&amp;#92;&amp;#34;,&amp;#92;&amp;#92;&amp;#92;&amp;#34;message&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;Access is denied.&amp;#92;&amp;#92;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;&amp;#92;&amp;#92;n&amp;#92;&amp;#92;&amp;#92;&amp;#34;,&amp;#92;&amp;#92;&amp;#92;&amp;#34;number&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;-2147024891,&amp;#92;&amp;#92;&amp;#92;&amp;#34;description&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;Access is denied.&amp;#92;&amp;#92;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;&amp;#92;&amp;#92;n&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#125;&amp;#41;&amp;#92;&amp;#34; when running command&amp;#58; Navigate - http&amp;#58;&amp;#47;&amp;#47;www.access.wa.gov on the target&amp;#58; &amp;#60; id&amp;#61;, index&amp;#58; 0&amp;#62;.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;stack trace&amp;#58;&lt;br /&gt;at LTAF.HtmlPage.ExecuteCommand&amp;#40;HtmlElement source, BrowserCommand command&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 225&lt;br /&gt;at LTAF.HtmlPage.ExecuteCommand&amp;#40;BrowserCommand command&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 179&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url, NavigationVerification navigationVerificationMode, Int32 millisecondsWaitToLoad&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 292&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url, NavigationVerification navigationVerificationMode&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 251&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 241&lt;br /&gt;</description><author>yuipcheng</author><pubDate>Fri, 18 May 2012 17:27:16 GMT</pubDate><guid isPermaLink="false">Edited Issue: crash at page.Navigate [1] 20120518052716P</guid></item><item><title>Created Issue: crash at page.Navigate [1]</title><link>http://ltaf.codeplex.com/workitem/1</link><description>&amp;#91;WebTestClass&amp;#93;&lt;br /&gt;public class BurnRequestsTests&lt;br /&gt;&amp;#123;&lt;br /&gt;    &amp;#91;WebTestMethod&amp;#93;&lt;br /&gt;    public void GridViewSortTest&amp;#40;&amp;#41;&lt;br /&gt;    &amp;#123;&lt;br /&gt;        try&lt;br /&gt;        &amp;#123;&lt;br /&gt;            HtmlPage page &amp;#61; new HtmlPage&amp;#40;&amp;#41;&amp;#59;&lt;br /&gt;            page.Navigate&amp;#40;&amp;#34;http&amp;#58;&amp;#47;&amp;#47;www.access.wa.gov&amp;#34;&amp;#41;&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;        catch &amp;#40;WebTestException exc&amp;#41;&lt;br /&gt;        &amp;#123;&lt;br /&gt;            var x &amp;#61; exc&amp;#59;&lt;br /&gt;        &amp;#125;&lt;br /&gt;    &amp;#125;&lt;br /&gt;&amp;#125;&lt;br /&gt;&lt;br /&gt;err msg&amp;#58;&lt;br /&gt;&amp;#123;&amp;#34;Exception was thrown by the client engine&amp;#58; &amp;#92;&amp;#34;&amp;#91;TestExecutorException&amp;#93;&amp;#58; Unhandled JS exception while waiting for command to complete.  &amp;#40;Details&amp;#58; &amp;#123;&amp;#92;&amp;#92;&amp;#92;&amp;#34;name&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;TypeError&amp;#92;&amp;#92;&amp;#92;&amp;#34;,&amp;#92;&amp;#92;&amp;#92;&amp;#34;message&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;Access is denied.&amp;#92;&amp;#92;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;&amp;#92;&amp;#92;n&amp;#92;&amp;#92;&amp;#92;&amp;#34;,&amp;#92;&amp;#92;&amp;#92;&amp;#34;number&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;-2147024891,&amp;#92;&amp;#92;&amp;#92;&amp;#34;description&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#58;&amp;#92;&amp;#92;&amp;#92;&amp;#34;Access is denied.&amp;#92;&amp;#92;&amp;#92;&amp;#92;r&amp;#92;&amp;#92;&amp;#92;&amp;#92;n&amp;#92;&amp;#92;&amp;#92;&amp;#34;&amp;#125;&amp;#41;&amp;#92;&amp;#34; when running command&amp;#58; Navigate - http&amp;#58;&amp;#47;&amp;#47;www.access.wa.gov on the target&amp;#58; &amp;#60; id&amp;#61;, index&amp;#58; 0&amp;#62;.&amp;#34;&amp;#125;&lt;br /&gt;&lt;br /&gt;stack trace&amp;#58;&lt;br /&gt;at LTAF.HtmlPage.ExecuteCommand&amp;#40;HtmlElement source, BrowserCommand command&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 225&lt;br /&gt;at LTAF.HtmlPage.ExecuteCommand&amp;#40;BrowserCommand command&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 179&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url, NavigationVerification navigationVerificationMode, Int32 millisecondsWaitToLoad&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 292&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url, NavigationVerification navigationVerificationMode&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 251&lt;br /&gt;at LTAF.HtmlPage.Navigate&amp;#40;String url&amp;#41; in c&amp;#58;&amp;#92;LTAF&amp;#92;V2&amp;#92;LTAF&amp;#92;src&amp;#92;LTAF&amp;#92;UI&amp;#92;HtmlPage.cs&amp;#58;line 241&lt;br /&gt;</description><author>yuipcheng</author><pubDate>Fri, 18 May 2012 17:14:44 GMT</pubDate><guid isPermaLink="false">Created Issue: crash at page.Navigate [1] 20120518051444P</guid></item><item><title>Source code checked in, #5d8129d104f4</title><link>http://ltaf.codeplex.com/SourceControl/changeset/changes/5d8129d104f4</link><description>Fix renaming issue in SupportFiles&amp;#10;</description><author>abpiskunov</author><pubDate>Sat, 21 Apr 2012 00:12:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #5d8129d104f4 20120421121229A</guid></item><item><title>Updated Wiki: Home</title><link>http://ltaf.codeplex.com/wikipage?version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;&lt;b&gt;Intro&lt;/b&gt;&lt;/h1&gt;
The Lightweight Test Automation Framework (LTAF) for ASP.NET is an open source project that was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application.&lt;br /&gt;Tests can be written in any .NET Framework language. Tests use an API to manipulate and verify the DOM of the browser. The Lightweight Test Automation Framework supports running tests in Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, and Opera. In addition, LTAF provides an emulated UI-less version of the browser, that simplifies scenarios when LTAF tests live in some larger automated tests projects, unit tests for example.&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;Releases&lt;/b&gt;&lt;/h1&gt;
&lt;ul&gt;&lt;li&gt;&lt;i&gt;&lt;a href="https://aspnet.codeplex.com/releases/view/35501"&gt;LTAF v1.0&lt;/a&gt;&lt;/i&gt;. Was released in November 2009 at ASP.NET QA codeplex page and had pretty good audience. Please check page for &lt;a href="https://aspnet.codeplex.com/releases/view/35501"&gt;LTAF v1.0&lt;/a&gt; for more details or small samples document displaying  simplest use cases.&lt;/li&gt;&lt;/ul&gt;
	
&lt;ul&gt;&lt;li&gt;&lt;i&gt;LTAF v2.0 (this release)&lt;/i&gt;. Starting this release LTAF becomes fully open source (as opposed to the first version) and everyone can contribute and help this project to evolve. New features in LTAF v2.0:
&lt;ul&gt;&lt;li&gt;Refactoring of the solution structure and change of the naming convention for assemblies and namespaces. Previously &lt;a href="https://aspnet.codeplex.com/releases/view/35501"&gt;LTAF v1.0&lt;/a&gt; was still owned my ASP.NET QA and had Microsoft.Web.Testing in assembly and  namespace names. Now, when it is completely open source, we decided that it is a good time to substitute Microsoft.Web.Testing with shorter and more convenient name LTAF.&lt;/li&gt;
&lt;li&gt;New feature BrowserEmulator was added. BrowserEmulator is a lightweight UI-less browser that is suitable for simple scenarios and is very handy for automated test execution when NO UI is a requirement.&lt;/li&gt;
&lt;li&gt;Bug fixes.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://nuget.org/packages/ltaf/2.0.0"&gt;LTAF NuGet package&lt;/a&gt; was added to common NuGet feed, check this &lt;a href="http://nuget.org/packages/ltaf/2.0.0"&gt;page&lt;/a&gt; for package details.&lt;/li&gt;&lt;/ul&gt;&lt;/li&gt;&lt;/ul&gt;
		
&lt;h1&gt;&lt;b&gt;Get Started&lt;/b&gt;&lt;/h1&gt;
To get started, download latest suggested release and check out SamplesWebSIte, which is similar to the samples web site of version v1.0 (in meanwhile while documentation for LTAF v2.0 is being developed, please check out samples document for &lt;a href="https://aspnet.codeplex.com/releases/view/35501"&gt;LTAF v1.0&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;More detailed documentation is still being developed and will be added to codeplex project Documentation tab along the way. However contributors are very welcome to suggest any ideas or samples.&lt;br /&gt;
&lt;h1&gt;&lt;b&gt;Get Involved&lt;/b&gt;&lt;/h1&gt;
Detailed document for contributor is under development. In meanwhile, you are welcome to pull existing sources and propose your  feature or changes. However, before anything may be checked in you change should be discussed, approved and should pass code review by one of the coordinators. Please feel free to start discussion or post your ideas!&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>abpiskunov</author><pubDate>Tue, 17 Apr 2012 21:04:31 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120417090431P</guid></item><item><title>Source code checked in, #0be83f6f4e69</title><link>http://ltaf.codeplex.com/SourceControl/changeset/changes/0be83f6f4e69</link><description>generate nuget package at build time&amp;#10;</description><author>abpiskunov</author><pubDate>Tue, 17 Apr 2012 19:47:48 GMT</pubDate><guid isPermaLink="false">Source code checked in, #0be83f6f4e69 20120417074748P</guid></item><item><title>Released: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012)</title><link>http://ltaf.codeplex.com/releases/view/85461</link><description>
&lt;div class="wikidoc"&gt;The Lightweight Test Automation Framework (LTAF) for ASP.NET is an open source project that was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET
 application.&lt;br&gt;
Tests can be written in any .NET Framework language. Tests use an API to manipulate and verify the DOM of the browser. The Lightweight Test Automation Framework supports running tests in Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, and Opera.
 In addition, LTAF provides an emulated UI-less version of the browser, that simplifies scenarios when LTAF tests live in some larger automated tests projects, unit tests for example.&lt;br&gt;
&lt;br&gt;
This release contains two downloads. One download contains the source code and unit tests for the automation framework. It also includes a sample Web site that demonstrates how to use the test framework and some helpful tools. The second download contains only
 the sample Web site. Use this download if you want only the compiled binaries and do not need the source code and unit tests.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Wed, 04 Apr 2012 03:42:59 GMT</pubDate><guid isPermaLink="false">Released: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012) 20120404034259A</guid></item><item><title>Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012)</title><link>https://ltaf.codeplex.com/releases/view/85461</link><description>&lt;div class="wikidoc"&gt;The Lightweight Test Automation Framework (LTAF) for ASP.NET is an open source project that was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application.&lt;br /&gt;Tests can be written in any .NET Framework language. Tests use an API to manipulate and verify the DOM of the browser. The Lightweight Test Automation Framework supports running tests in Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, and Opera. In addition, LTAF provides an emulated UI-less version of the browser, that simplifies scenarios when LTAF tests live in some larger automated tests projects, unit tests for example.&lt;br /&gt;&lt;br /&gt;This release contains two downloads. One download contains the source code and unit tests for the automation framework. It also includes a sample Web site that demonstrates how to use the test framework and some helpful tools. The second download contains only the sample Web site. Use this download if you want only the compiled binaries and do not need the source code and unit tests.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>abpiskunov</author><pubDate>Wed, 04 Apr 2012 03:42:59 GMT</pubDate><guid isPermaLink="false">Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012) 20120404034259A</guid></item><item><title>Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012)</title><link>https://ltaf.codeplex.com/releases/view/85461</link><description>&lt;div class="wikidoc"&gt;The Lightweight Test Automation Framework (LTAF) for ASP.NET is an open source project that was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application.&lt;br /&gt;Tests can be written in any .NET Framework language. Tests use an API to manipulate and verify the DOM of the browser. The Lightweight Test Automation Framework supports running tests in Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, and Opera. In addition, LTAF provides an emulated UI-less version of the browser, that simplifies scenarios when LTAF tests live in some larger automated tests projects, unit tests for example.&lt;br /&gt;&lt;br /&gt;This release contains two downloads. One download contains the source code and unit tests for the automation framework. It also includes a sample Web site that demonstrates how to use the test framework and some helpful tools. The second download contains only the sample Web site. Use this download if you want only the compiled binaries and do not need the source code and unit tests.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>abpiskunov</author><pubDate>Wed, 04 Apr 2012 03:41:42 GMT</pubDate><guid isPermaLink="false">Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012) 20120404034142A</guid></item><item><title>Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012)</title><link>https://ltaf.codeplex.com/releases/view/85461</link><description>&lt;div class="wikidoc"&gt;The Lightweight Test Automation Framework for ASP.NET was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application.&lt;br /&gt;&lt;br /&gt;Tests can be written in any .NET Framework language. They use an API to manipulate and verify the DOM of the browser. The Lightweight Test Automation Framework supports running tests in Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, and Opera.&lt;br /&gt;&lt;br /&gt;This release contains two downloads. One download contains the source code and unit tests for the automation framework. It also includes a sample Web site that demonstrates how to use the test framework. The second download contains only the sample Web site. Use this download if you want only the compiled binaries and do not need the source code and unit tests.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>abpiskunov</author><pubDate>Wed, 04 Apr 2012 00:12:15 GMT</pubDate><guid isPermaLink="false">Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012) 20120404121215A</guid></item><item><title>Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012)</title><link>https://ltaf.codeplex.com/releases/view/85461</link><description>&lt;div class="wikidoc"&gt;The Lightweight Test Automation Framework for ASP.NET was developed and is currently used by the ASP.NET QA Team to automate regression tests for the product. It is designed to run within an ASP.NET application.&lt;br /&gt;&lt;br /&gt;Tests can be written in any .NET Framework language. They use an API to manipulate and verify the DOM of the browser. The Lightweight Test Automation Framework supports running tests in Microsoft Internet Explorer, Mozilla Firefox, Apple Safari, and Opera.&lt;br /&gt;&lt;br /&gt;This release contains two downloads. One download contains the source code and unit tests for the automation framework. It also includes a sample Web site that demonstrates how to use the test framework. The second download contains only the sample Web site. Use this download if you want only the compiled binaries and do not need the source code and unit tests.&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>abpiskunov</author><pubDate>Wed, 04 Apr 2012 00:11:55 GMT</pubDate><guid isPermaLink="false">Updated Release: Lightweight Test Automation Framework (LTAF) v2.0 (Apr 03, 2012) 20120404121155A</guid></item></channel></rss>