Integrated test strategy with cucumber - Systematic Testing

8 downloads 165 Views 431KB Size Report
1. Integrated test strategy with cucumber. Andrej Pietschker. G&D. Titel d. Präsentation. CONFIDENTIAL. Datum. Seite 2. Creating an integrated test strategy.
Integrated test strategy with cucumber

Andrej Pietschker G&D

Creating an integrated test strategy  Modern testing employs several test phases  Unit testing  Integration testing at several levels  System testing

 An integrated test strategy aims at reducing the overall effort  Not everything is tested at every level  Tests from previous test phases and their results are taken into account when test at higher level are performed  Tests are run where it is easier or cheaper

Titel d. Präsentation Datum

CONFIDENTIAL Seite 2

1

Communication problem currentDateTime = currentDateTime.Date + TimeSpan.FromDays(1) + TimeSpan.FromHours(OlympDataGenerator.START_OF_WORK_HOU RS); Assert.IsTrue(this.dataGenerator.CountAllSections() >= ipsPerShift * 6 - ipsPerShift / 2 + 17); Assert.IsTrue(this.dataGenerator.CountAllSections()

Suggest Documents