Browse by Tags

Lightweight Test Automation Framework April Release
Thursday, April 09, 2009 3:07 PM
The April release of the Lightweight Test Automation Framework for ASP.NET has just been posted and you can download it here . For this release, the team has worked hard to include the following bug fixes and new features. Please continue to give us your feedback as many of the fixes and features are based what we have heard from the community. Improvements to... Read More...
Lightweight Automation Framework: How to create your own log
Thursday, March 19, 2009 1:33 AM
Update : With the newest release of LTAF there is a simplified way of attaching to events that can be used to generate a custom log. Read more about it in this post . One question that I got from those using the Lightweight Test Automation Framework is how to create your own log. In this post I’ll go over the changes you need to make to create your own log that... Read More...
ASP.NET QA Podcast – Episode 1
Wednesday, March 11, 2009 9:25 PM
Download : Episode 1 In the first ever ASP.NET QA Podcast Federico and Matthew discuss the motivation behind the community involvement from the QA team and the release of the QA team’s Lightweight Test Automation Framework for ASP.NET and what it is. Introductions to the podcasters, Federico and Matthew. What is it that the ASP.NET QA team does. The recent release... Read More...
Using Lightweight Automation Framework to parse a web page
Friday, February 13, 2009 12:35 AM
This post is meant to illustrate some capabilities of the Lightweight Test Automation Framework . Suppose I want to create a small application that displays the latest posts that where made to our forum: http://forums.asp.net/1193.aspx . I would like to issue a WebRequest to the forum and parse the HTML and find the titles of all the posts in the main page. There... Read More...
Lightweight Test Automation Framework Source Released!
Wednesday, February 11, 2009 6:00 PM
The Asp.NET QA team has been working to make what we do and our processes more visible to our customers.  Two major things we have done to increase this are, releasing the Lightweight Test Automation Framework binaries with a sample to Codeplex.com and starting our ASP.NET QA Blog .  Well, over the last week we reached another milestone by releasing... Read More...
Running the Lightweight Test Automation Framework for ASP.NET from a separate application
Tuesday, December 02, 2008 1:09 AM
In some instances it might be best if your tests did not run in the same application as the website being tested.  This is where the “IApplicationPathFinder” interface comes into play.  If you implement this interface you will see that it only has one method “GetApplicationpath.”  What this does is allow you to specify a prefix of sorts for the... Read More...
How do we write test automation for ASP.NET?
Thursday, September 25, 2008 8:14 PM
Part of the responsibility of our team is to write automated regression tests for every ASP.NET feature. It is important to have a comprehensive test bed, since it is used for many years after a product version is released to verify any QFE or subsequent releases does not introduce regressions. Our team uses an internal automation framework for all testing, and... Read More...
More Posts