Browsing by Author "Akoğlanoğlu, Serkan"
Now showing 1 - 1 of 1
- Results Per Page
- Sort Options
Item Reducing test automation maintenance cost by class-driven approach(Bahçeşehir Üniversitesi Fen Bilimleri Enstitüsü, 2012-06) Akoğlanoğlu, Serkan; Tunga, M. AlperThe objective of this thesis is to reduce maintenance cost of test automation projects by using class-based architecture. Software test automation is a software development project. Thus, every test automation project should have maintenance phase. The format and behaviour of a system‘s user interface changes with each new release and so the automated tests must also change. Classical test automation tools save the movements of the user‘s on the application then provides these scenarios to be run automatically. Changes made on the system under test requires updates on the automated test scripts. In classical methods, these scenarios are re-recorded. On the class-based architecture, all system‘s user interface is covered by a class. Each change is handled from the class. And test scenarios are written by using the objects that are driven from related classes. Therefore re-recording of each scenario is not needed.