Print Page | Close Window

Web Site Regression Testing

Printed From: One Stop Testing
Category: Types Of Software Testing @ OneStopTesting
Forum Name: Web Testing @ OneStopTesting
Forum Discription: Discuss All that is need to be known about Web Testing and its Tools.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1169
Printed Date: 12Jul2025 at 11:33am


Topic: Web Site Regression Testing
Posted By: Romila_luv
Subject: Web Site Regression Testing
Date Posted: 02May2007 at 3:54am
Can anyone recommend a good methodology for web site regression testing? Do you recommend testing every object on every page? This would be very time consuming if the web site has hundereds of pages.



Replies:
Posted By: Sara
Date Posted: 02May2007 at 4:21am
Most methodologies that companies end up using (written or not) is to examine the

priorities:

1 - What are the most common tasks that will be done on the site? (Most common paths that

will be taken by a user)

2 - What objects are involved in the actions from step one.

3 - Create unit (object) tests for those objects.

4 - Create functional tests exercise the paths determined in step 1.


If you set out to test EVERY object in the ENTIRE application you tend to get bogged down

in an avalanche of details. Break it down into parts and deal with the MOST important parts

first and then start expanding the effort.




Print Page | Close Window