1 / 29

CSCE 747 Software Testing and Quality Assurance

CSCE 747 Software Testing and Quality Assurance. Lecture 15 GUI Testing. A Little more Ham(crest) anyone?. http://hamcrest.org/JavaHamcrest/javadoc/1.3 /. Hamcrest Core continued. Overview of GUI Testing. Chapter 19 of text event-driven nature events callbacks

fergus
Download Presentation

CSCE 747 Software Testing and Quality Assurance

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CSCE 747 Software Testing and Quality Assurance Lecture 15 GUI Testing

  2. A Little more Ham(crest) anyone? • http://hamcrest.org/JavaHamcrest/javadoc/1.3/ http://hamcrest.org/JavaHamcrest/javadoc/1.3/

  3. Hamcrest Core continued http://hamcrest.org/JavaHamcrest/javadoc/1.3/

  4. Overview of GUI Testing • Chapter 19 of text • event-driven nature • events • callbacks • UML of little help with event based systems • The Currency Conversion Program

  5. The Currency Conversion Program • GUI

  6. Integration Testing for the Currency Conversion Program

  7. Refactored

  8. Event Driven Petri Nets (EDPN) • System Testing for the Currency Conversion Program

  9. Input Events

  10. Output Events

  11. What set of threads exercise a set of threads that: • Use every atomic system function • Use every port input • Use every port output

  12. Threads with ASF sequences • T1 = <s1, s4, s6, s7> • T2 = <s1, s2, s6, s7> • T3 = <s3, s1, s6, s8> • T4 = <s5, s1, s7, s8>

  13. T5 = <s1, s2, s6, s3, s6, s4, s6, s5, s6, s7, s8> • is a good example, where the user • converts a U.S. dollar amount to each of the four currencies, • then clears the screen and • quits.

  14. Atomic System Functions

  15. Petri Net Fig 4.9 • Before Firing • After firing Page 66 Jorgenson, Software Testing

  16. Event-Driven Petri Nets (EDPNs) • EDPN=(P, D, S, In, Out) • P set of ports • D set of data places • S a set of transitions • In subset of (P U D) x S • Out subset of S x (P U D)

  17. EDPN – Windshield Wiper Control

  18. Fig 19.2 EDPNs of atomic system functions

  19. Composition of four ASFs

More Related