Search Results - Java program testing
-
1
A Divergence-Oriented Approach to Adaptive Random Testing of Java Programs
ISBN: 1424452597, 9781424452590ISSN: 1938-4300Published: IEEE 01.11.2009Published in 2009 IEEE/ACM International Conference on Automated Software Engineering (01.11.2009)“… In this paper, we propose a divergence-oriented approach to adaptive random testing of Java programs to address…”
Get full text
Conference Proceeding -
2
Framework for testing multi-threaded Java programs
ISSN: 1532-0626, 1532-0634Published: Chichester, UK John Wiley & Sons, Ltd 01.03.2003Published in Concurrency and computation (01.03.2003)“… In this work we present a methodology for testing multi‐threaded programs which has minimal impact on the user and is likely to find interleaving bugs…”
Get full text
Journal Article -
3
Scaling modified condition/decision coverage using distributed concolic testing for Java programs
ISSN: 0920-5489, 1872-7018Published: Amsterdam Elsevier B.V 01.08.2018Published in Computer standards and interfaces (01.08.2018)“…•DRCT is a hybridization of existing JPCT and JEXNCT to improve MC/DC.•JCA 2.0 is a tool to measure MC/DC, after executing test cases generated along with the original Java program…”
Get full text
Journal Article -
4
TestEra: A tool for testing Java programs using alloy specifications
ISBN: 1457716380, 9781457716386ISSN: 1938-4300Published: Washington, DC, USA IEEE Computer Society 06.11.2011Published in 2011 26th IEEE/ACM International Conference on Automated Software Engineering (ASE 2011) (06.11.2011)“…This tool paper presents an embodiment of TestEra - a framework developed in previous work for specification-based testing of Java programs…”
Get full text
Conference Proceeding -
5
Java-HCT: An approach to increase MC/DC using Hybrid Concolic Testing for Java programs
ISSN: 2300-5963, 2300-5963Published: Polish Information Processing Society 03.11.2016Published in Annals of Computer Science and Information Systems (03.11.2016)Get full text
Journal Article -
6
Dataflow approach to testing Java programs supported with DFC
ISSN: 1897-7979, 2084-4840Published: Wroclaw University of Science and Technology 01.01.2015Published in E-informatica : software engineering journal (01.01.2015)“…) support dataflow testing of Java programs. DFC is a tool implemented at the Institute of Computer Science Warsaw University of Technology as an Eclipse plug…”
Get full text
Journal Article -
7
JATTACK: Java JIT Testing using Template Programs
ISSN: 2574-1934Published: IEEE 01.05.2023Published in Proceedings (IEEE/ACM International Conference on Software Engineering Companion. Online) (01.05.2023)“… Such a template-based approach leverages developers' intuition on testing compilers, by allowing developers to write a template program in the host programming language (Java…”
Get full text
Conference Proceeding -
8
TestEra: Specification-Based Testing of Java Programs Using SAT
ISSN: 0928-8910, 1573-7535Published: Dordrecht Springer Nature B.V 01.10.2004Published in Automated software engineering (01.10.2004)“…TestEra is a framework for automated specification-based testing of Java programs…”
Get full text
Journal Article -
9
Scaling Java Program Analysis and Testing Techniques
ISBN: 9798384095828Published: ProQuest Dissertations & Theses 01.01.2024“… systems.In the pursuit of addressing the challenges of constructing, validating, and testing large-scale software programs, this dissertation proposes enhancements to existing state-of-the-art tools…”
Get full text
Dissertation -
10
Coverage testing of Java programs and components
ISSN: 0167-6423, 1872-7964Published: Elsevier B.V 01.04.2005Published in Science of computer programming (01.04.2005)“…Although software testing is a crucial activity in the software development process, only recently have more sound and consistent testing tools become available for testing Java programs and their components…”
Get full text
Journal Article -
11
Poster: Testing Heap-Based Programs with Java StarFinder
ISSN: 2574-1934Published: ACM 01.05.2018Published in 2018 IEEE/ACM 40th International Conference on Software Engineering: Companion (ICSE-Companion) (01.05.2018)“…We present Java StarFinder (JSF), a tool for automated test case generation and error detection for Java programs having inputs in the form of complex heap-manipulating data structures…”
Get full text
Conference Proceeding -
12
Type-Aware Concolic Testing of JavaScript Programs
ISSN: 1558-1225Published: ACM 01.05.2016Published in Proceedings / International Conference on Software Engineering (01.05.2016)“… While it has also been applied in the context of JavaScript (JS) programs, we observe that applying concolic testing to dynamically-typed JS programs involves tackling unique problems to ensure scalability…”
Get full text
Conference Proceeding -
13
TestEra: a novel framework for automated testing of Java programs
ISBN: 076951426X, 9780769514260ISSN: 1938-4300Published: IEEE 2001Published in Proceedings 16th Annual International Conference on Automated Software Engineering (ASE 2001) (2001)“…We present TestEra, a novel framework for automated testing of Java programs. TestEra automatically generates all non-isomorphic test cases within a given input size and evaluates correctness criteria…”
Get full text
Conference Proceeding -
14
Code Coverage Visualization on Web-Based Testing Tool for Java Programs
ISSN: 2405-9021, 2352-6386Published: Dordrecht Springer Netherlands 01.09.2015Published in Journal of robotics, networking and artificial life (01.09.2015)“… green The web-based testing tool significantly reduces the time for testing the code and help user to understand the behavior of the tested code…”
Get full text
Journal Article -
15
Compiler Testing using Template Java Programs
ISSN: 2331-8422Published: Ithaca Cornell University Library, arXiv.org 09.09.2022Published in arXiv.org (09.09.2022)“… Such a framework enables developers to incorporate their domain knowledge on testing compilers, giving a basic program structure that allows for exploring complex programs that can trigger…”
Get full text
Paper -
16
Proposal of a method to support testing for Java programs with UML
ISSN: 1530-1362Published: IEEE Computer Society 25.02.2010Published in Proceedings of the 12th Asia-Pacific Software Engineering Conference, APSEC 2005 (25.02.2010)“… This paper proposes a supporting method of testing for Java programs by using Unified Modeling Language (UML…”
Get full text
Journal Article -
17
Program Interoperable Large Language Model Software Testing Scheme: A Case Study on JavaScript Engine Fuzzing
ISSN: 1545-5971, 1941-0018Published: Washington IEEE 01.11.2025Published in IEEE transactions on dependable and secure computing (01.11.2025)“… However, LLMs are designed for human interaction, which poses the following challenges when interacting with programs for testing: 1…”
Get full text
Journal Article -
18
Preparation-free and comprehensive runtime verification tool for testing Java programs
ISBN: 9781321113945, 1321113943Published: ProQuest Dissertations & Theses 01.01.2013“…Runtime verification is an effective and accurate technique for ensuring that an execution of a program conform to certain specifications at runtime…”
Get full text
Dissertation -
19
Java-HCT: An approach to increase MC/DC using hybrid concolic testing for Java programs
Published: Polish Information Processing Society 01.09.2016Published in 2016 Federated Conference on Computer Science and Information Systems (FedCSIS) (01.09.2016)“…Modified Condition / Decision Coverage (MC/DC) is the second strongest coverage criterion in white-box testing…”
Get full text
Conference Proceeding -
20
Automating Java Program Testing Using OCL and AspectJ
ISBN: 9781424462704, 1424462703Published: IEEE 01.04.2010Published in 2010 Seventh International Conference on Information Technology: New Generations (01.04.2010)“… Random testing, if fully automated, can reduce the cost of testing dramatically. We propose an automated testing approach for Java programs by combining random testing and OCL…”
Get full text
Conference Proceeding

