Test Plans

From FIFE development wiki
Jump to: navigation, search

Contents

Introduction

FIFE is a complicated engine with lots of moving parts therefore we must have a complete test plan to ensure we don't introduce any new bugs on release day. This document details all test plans that should be executed before every release and throughout the development process for that release. It's broken down into specific modules which are also broken down into test cases.

Test Plans

Pychan/Guichan

The Pychan/guichan module can be tested using the fife_test client. It is located in Folder.png <FIFE>/tests/fife_test. There is a plugin called PychanTest that is used to test this module. Execute it by running fife_test, opening the console window by pressing the ~ key and typing:

run pychantest

The Pychan test screen should appear. Execute the following test cases.

Test Case 1

Test Case 2

Editor

Personal tools