regression test
5 pts.
0
Q:
regression test
How do you write a regression testing? There is a running system but the system needs to be updated. Some of the updates are creating a web base system that can be accessed anytime and documents can be viewed up to one year old and doesn't take long to bring the saved documents up. I was needing help in how to do the regression testing.

ASKED: Oct 28 2009  7:38 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
20 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
There is a raft of tools that provide regression testing services. The answer primarily depends on the platform that the app is running on.

A very basic answer is:

The working app is run with a predefined set of test data that will exercise all or most of the applicataion logic. The outputs of the app are collected. That is files, print outs, screen images, etc.

The changes are made to the application and tested. When you are satisfied that it is working run it with the test data used against the working app. The data MUST be the same so the exact images must be captured.

Compare the outputs from the original and changed runs. Explain ALL the differences. Hopefully they are what the changes were expected to do. If not, the changes created a bug.

Good luck
Dave
Last Answered: Oct 29 2009  10:14 PM GMT by DaveLH1   20 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

KevinBeaver   7610 pts.  |   Oct 30 2009  7:12PM GMT

Don’t forget about checking for additional security issues introduced during the process as well!

 
0