Performing Regression Test of windPRO

From Wiki-WindPRO
Revision as of 14:58, 9 February 2016 by PerM (talk | contribs) (→‎Introduction)
Jump to navigation Jump to search

Introduction

What is Regression Testing:

'Regression testing is a type of software testing that seeks to uncover new software bugs, or regressions, in existing functional and non-functional areas of a system after changes such as enhancements, patches or configuration changes, have been made to them.'

(Source: http://en.wikipedia.org/wiki/Regression_testing)

Regression Testing is done all the time by the windPRO software development team. Whenever some feature has been added or changes, it has to ensured that the this changes does not influence the way windPRO in any negative way. Performing this test manually can be quite an extensive job. Over the years some procedures and tools have been designed. The purpose of this document is to describe how windPRO end-users can benefit from some of these tools.


Regression Testing as a tool for end-users