Inland Empire .NET User's Group Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



QA / Unit Testing a Web SiteExpand / Collapse
Message
Posted 11/12/2007 10:21:13 PMPost #69
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Hi all,

I've made a lot of changes to a E-Commerce Site and I need a coherent plan to
test the entire site and functionality.

I'm not a QA / Tester guy, just the Developer

So what I did is put down a number of items in a Spreadsheet ?

I believe someone mentioned some Free UI testing Software.

I have a friend who uses an expensive tool: Mercury Interactive ....

1. How to build the Test Plan
2. Test Scripts for the UI ( not the Bus Objects )
3. Automated Testing Tools ( Free )

Peace, LA Guy

Paul Chu
Posted 12/19/2007 12:26:00 AMPost #88
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
you can try nunit its free and can be used as a test harness to test the DAL and BOL layers.

http://www.nunit.org/index.php


enjoy works with mono and .net

- mike
Posted 1/15/2008 1:44:09 PMPost #106
 

Forum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum GuruForum Guru
Unit testing dal, and bal is easy but when it comes to testing UI himm not that easy i guess. even with nunit, or expensive tools
that's why, ms is coming with mvc framework.
i will suggest you download the subtext blog project : http://www.subtextproject.com/ they have their unit testings in the project have a look at those


test