Abstract
This paper proposes novel techniques for the extraction of structural information from the source code of Java concurrent programs for their coverage testing. Such techniques differ from others because they consider synchronization flow among processes/threads, distinct paradigms of communication/synchronization, method calls and pointer manipulation. The structural information gathered from the source code is kept in a test model based on a Parallel Control Flow Graph (PCFG) and helps the generation of an instrumented source code, used for a future generation of trace files and to replay the concurrent execution. The results show the techniques can generate both an instrumented code and a PCFG for Java concurrent programs effectively, extracting static and runtime information required for structural testing.
Original language | English |
---|---|
Title of host publication | Proceedings - 2015 41st Latin American Computing Conference, CLEI 2015 |
Publisher | Institute of Electrical and Electronics Engineers (IEEE) |
Pages | 667-674 |
ISBN (Electronic) | 9781467391436 |
DOIs | |
Publication status | Published - 16 Dec 2015 |
Event | 41st Latin American Computing Conference, CLEI 2015 - Arequipa, Peru Duration: 19 Oct 2015 → 23 Oct 2015 |
Conference
Conference | 41st Latin American Computing Conference, CLEI 2015 |
---|---|
Country/Territory | Peru |
City | Arequipa |
Period | 19/10/15 → 23/10/15 |
Keywords
- Concurrent software
- Coverage
- Java
- Parallel Software
- Structural testing
- Testing tools