Browse by Tags

CodingQA Podcast Episodes 10-12
Friday, July 03, 2009 10:01 AM
Episode 10 Project Structure In this show Matthew and Federico talk about how the ASP.NET team structures it’s sources and the theory behind it all. They talk about how the team handles the organization of all of it’s sources and what seems to work well along with what seems to cause hang ups. Episode 11 Interviewing Hong Li In the eleventh installment of Coding... Read More...
by farmas | with no comments
Filed under: ,
How to write a custom log in LTAF June release?
Wednesday, June 10, 2009 3:35 PM
If you want to write a custom log while running your test, the June 2009 release of LTAF now provides an easier way to set that up. The DriverPage gives access to a TestcaseExecutor object that exposes several lifecycle events Here is a code snippet that shows how to write your own log (MyCustomLog.txt) by attaching to the proper events to gather information... Read More...
by farmas | with no comments
Filed under: ,
What's new in LTAF June release?
Wednesday, June 10, 2009 3:34 PM
The June 2009 release of the Lightweight Test Automation Framework is out on CodePlex . Here is a small write up of the new features available. Automation of frames Now tests can automate pages that contain framesets and iFrames. For example: [ WebTestMethod ] public void Frame() { HtmlPage page = new HtmlPage ( "TestFrameSet.htm" ); // get top frame... Read More...
by farmas | 2 comment(s)
Filed under: ,
CodingQA Podcast Episode 9
Saturday, June 06, 2009 12:09 PM
Download : Episode 9 Streaming : Episode 9 In this show Matthew and Federico talk about what the ASP.NET QA team does to prepare for a release. Taking into account the recent release of ASP.NET 4 Beta 1, they’ll go over several of the "exit criteria" that the product must meet before delivery to the public. News Lightweight Test Automation Framework... Read More...
by farmas | with no comments
Filed under: ,
CodingQA Podcast Episode 8
Saturday, June 06, 2009 12:06 PM
Download : Episode 8 Streaming : Episode 8 This show is an open discussion about what testing means. Federico and Matthew share their opinions around the meaning of "testing", "quality" and the role of a QA team. They don't always agree but each brings something unique to the table on topics so basic yet somewhat mysterious in the testing... Read More...
by farmas | 3 comment(s)
Filed under: ,
CodingQA Podcast Episode 7
Monday, May 25, 2009 11:28 PM
Download : Episode 7 Streaming : Episode 7 In this show Federico and Matthew talk about what exploratory testing (ET) is and how the ASP.NET QA team uses this methodology for testing. News Dynamic Data release in CodePlex.com TechEd 2009 Ajax Control Toolkit Refresh released . Exploratory Testing Definition Differences between exploratory testing and scripted... Read More...
by farmas | with no comments
Filed under: ,
CodingQA Podcast Episode 6
Thursday, May 21, 2009 11:29 PM
Download : Episode 6 Streaming : Episode 6 In this show Federico and Matthew explore the question of "when too much automation is too much?" Based on their experiences in the ASP.NET QA team, they talk about the danger of automating for the sake of automation, the problems that it can create, and the value of context driven testing. News New name and... Read More...
by farmas | with no comments
Filed under: ,
CodingQA Podcast - Episode 5
Sunday, May 17, 2009 1:19 AM
Download : Episode 5 Streaming : Episode 5 In this episode Matthew interviews Carl Dacosta, lead tester for the MVC 1.0 project, and talks about what it was like to develop and test a product with so many releases. MVC crossed the 100,000 downloads mark (currently at 140,000) MVC released under MS-PL license Interview with Carl Dacosta Some history on Carl and... Read More...
by farmas | with no comments
Filed under: ,
CodingQA Podcast Feed
Sunday, May 17, 2009 1:17 AM
We now have a proper feed for our podcast, head over to codingqa.com to subscribe. You can also find us in iTunes and very soon in Zune Marketplace as well.  For the time being I’ll keep posting here whenever an episode comes out. . Federico Silva Armas SDET, ASP.NE QA Team Read More...
by farmas | with no comments
Filed under: ,
Web Accessibility Standards
Wednesday, April 29, 2009 4:29 PM
Due to some test activities that I have been engaged on lately I have had to educate myself in regards to web standards. One of our PM's sent me this link that I want to share out with any testers out there that are not aware of it. This is a document found within the Massachusetts government website, and I am not sure if it is somehow special for that state... Read More...
by farmas | 5 comment(s)
Filed under: ,
More Posts Next page »