Performing Regression Test of windPRO

From Wiki-WindPRO
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 be ensured that these changes do not influence the rest of windPRO in any negative way. Performing this kind of testing manually can be quite an extensive job. Over the years a number of procedures and tools have been designed to help the process. The purpose of this document is to describe how windPRO end-users can benefit from one of these tools.

Target audience:

This guide is aimed at people with extensive knowledge about both windPRO and Windows OS setup.

Regression Testing as a tool for end-users

The windPRO Calculation Tester is a small tool delivered together with windPRO. It allows anybody the design a windPRO project and use this project to perform regression testing.

The basic flow consists of four steps:

  • Step I: Design a simplified project with some data and calculations typical for your normal work-flow
  • Step II: Run the project through the calculation tool and save the results for future reference
  • Step III: Whenever required re-run the calculations and compare the results to the saved ones
  • Step IV: Evaluate any changes in the results.
    • What is causing the change (windPRO or external setup)?
    • Is the change a software bug or an improvement?


This can be beneficial on several occasions:

  • After installing windPRO upgrades (New version or Service Pack)
  • After changing the setup of the windPRO environment
    • New PC / OS
    • Installing Windows Updates
    • Updating firewall / antivirus
    • Rearranging the organization of windPRO data

Guide

Step I - Designing a project

The creation of the project is done using standard windPRO. Any windPRO project should in principle be usable for a regression test, but for efficiency here is a few guidelines:

  • Setup the most simple possible project that captures the calculation setup you want to test
  • Limit the amount data in order to have quick calculations and hence quick feedback
  • Create new dedicated projects for regression test and keep all data used in the project folder (and sub-folders)
    • Avoid references to any data on network drives and any data used in other projects

Step II - The first run

Ensure that any normal windPRO sessions have been closed and that all project data have been saved.

Start the Calculation Tester:

WindPRO Calculation Tester.JPG

The Calculation Tester contains a simple setup section:


Program Folder: The path to the installed windPRO version. Typical C:\Program Files (x86)\EMD\windPRO3.1

Project Folder: The path to the project(s) to be used. Any folder can be used. If your select a folder containing several projects, it is possible to control which projects are used in the section Projects on the right. For simplicity the rest of this guide will assume that only one project have been selected. Test Result Folder: The path where the Calculation Tester should save log files regarding test results.

After checking the setup section and ensuring the correct project have been selected, click "run".

Step III - Rerunning the calculation

Step IV - Evaluating any changes