Process cyclus test - NextensArelB/SwaggerGenerationTool GitHub Wiki
##What is Process cyclus test?
A process cycle test is a test design technique, which is used to design test cases, suitable for the execution of the flow of a feature or system, the business scenario and process.
To be able to determine testcases there should be (preferably) some kind of flow diagram available, where each ◊ forms a decision point with 2 or more paths out.
When determining testcases, each path should be covered at least once.
If no flow diagram available, the flow can also be determined by selecting the decision points out of the verbally described way of working. Within Nextens we don't have many flow diagrams available, so in most occassions it will be by determination of the decision points. An example of this can be found within Erven, where the logic of the display of a screen is described in decision points: ALS Aantal kinderen bij overlijden > 0 EN indicatie overledene getrouwd /geregistr partner op dag overlijden= JA EN heeft de overledene een testament = NEE DAN scherm Geen testament actief tonen ANDERS menu optie Geen testament Disbaled
##To be used when testing:
- Functional test on US level
- E2E test on feature or epic level
- Acceptance test