Difference between revisions of "Performing Regression Test of windPRO"

From Wiki-WindPRO
Jump to navigation Jump to search
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
  
What is Regression Testing:
+
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.'
 
'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.'
Line 8: Line 8:
  
 
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 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 ==
 
== Regression Testing as a tool for end-users ==

Revision as of 14:58, 9 February 2016

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