Posted 11/12/2007 10:21:13 PM | | | 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 AM | | | 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 PM | | | 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
i am back |
| Posted 1/31/2008 11:49:45 AM | | | Testing the UI layer is pretty hard to do. Usually I don't try to automate that. However, one can use Test Driven Development to provide coverage of the business and data tiers. If you want to write tests for your UI, I'd suggest looking at either WatiR (http://wtr.rubyforge.org/) or WatiN (http://watin.sourceforge.net/). I'm reluctant to mention this next tool, but maybe you'll have better luck with it than me: NUnitAsp (http://nunitasp.sourceforge.net/).
Maybe we'll see you on Feb 19th?
http://www.opgenorth.net |
| |
|