Search Results - Testing and debugging- Test data generators
-
1
Large Language Models are Few-shot Testers: Exploring LLM-based General Bug Reproduction
ISSN: 1558-1225Published: IEEE 01.05.2023Published in Proceedings / International Conference on Software Engineering (01.05.2023)“…Many automated test generation techniques have been developed to aid developers with writing tests…”
Get full text
Conference Proceeding -
2
A Secure JTAG Wrapper for SoC Testing and Debugging
ISSN: 2169-3536, 2169-3536Published: Piscataway IEEE 2022Published in IEEE access (2022)“… used in IC testing, debugging, failure analysis, or even online chip control/monitoring…”
Get full text
Journal Article -
3
Enlightened debugging
ISBN: 9781450356381, 1450356389ISSN: 1558-1225Published: New York, NY, USA ACM 27.05.2018Published in 2018 IEEE/ACM 40th International Conference on Software Engineering (ICSE) (27.05.2018)“… Given a failing test, Enlighten (1) leverages SFL and dynamic dependence analysis to identify suspicious method invocations and corresponding data values, (2…”
Get full text
Conference Proceeding -
4
Tests and proofs for custom data generators
ISSN: 0934-5043, 1433-299XPublished: London Springer London 01.11.2018Published in Formal aspects of computing (01.11.2018)“…, permutations and maps. In this paper we show testing techniques to check properties of custom data generators for these structures…”
Get full text
Journal Article -
5
Using LLM for Mining and Testing Constraints in API Testing
ISSN: 2643-1572Published: ACM 27.10.2024Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“…CCS Concepts* Software and its engineering → Software testing and debugging…”
Get full text
Conference Proceeding -
6
On the Evaluation of Large Language Models in Unit Test Generation
ISSN: 2643-1572Published: ACM 27.10.2024Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“…Unit testing is an essential activity in software development for verifying the correctness of software components…”
Get full text
Conference Proceeding -
7
CAT-LM Training Language Models on Aligned Code And Tests
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“…Testing is an integral but often neglected part of the software development process…”
Get full text
Conference Proceeding -
8
BigFuzz: Efficient Fuzz Testing for Data Analytics Using Framework Abstraction
ISSN: 2643-1572Published: ACM 01.09.2020Published in 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“…) systems help address the scalability issue of handling large data. However, automated testing for such data-centric applications is challenging, because data is often incomplete, continuously evolving, and hard to know a priori…”
Get full text
Conference Proceeding -
9
SUSHI: a test generator for programs with complex structured inputs
ISBN: 145035663X, 9781450356633ISSN: 2574-1934Published: New York, NY, USA ACM 27.05.2018Published in 2018 IEEE/ACM 40th International Conference on Software Engineering: Companion (ICSE-Companion) (27.05.2018)“…Random and search-based test generators yield realistic test cases based on program APIs, but often miss structural test objectives that depend on non-trivial data structure instances…”
Get full text
Conference Proceeding -
10
An Empirical Study of Android Test Generation Tools in Industrial Cases
ISSN: 2643-1572Published: ACM 01.09.2018Published in 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2018)“… Numerous test generation tools have been developed to support UI testing on mobile apps, especially for Android apps…”
Get full text
Conference Proceeding -
11
Unleashing the Giants: Enabling Advanced Testing for Infrastructure as Code
ISSN: 2574-1934Published: ACM 14.04.2024Published in Proceedings (IEEE/ACM International Conference on Software Engineering Companion. Online) (14.04.2024)“… ACT automates the tedious aspects of unit testing IaC programs and is extensible through a plugin system for test generators and ora-cles…”
Get full text
Conference Proceeding -
12
Understandable Test Generation Through Capture/Replay and LLMs
ISSN: 2574-1934Published: ACM 14.04.2024Published in Proceedings (IEEE/ACM International Conference on Software Engineering Companion. Online) (14.04.2024)“…Automatic unit test generators, particularly search-based software testing (SBST) tools such as EvoSuite, efficiently generate unit test suites with acceptable coverage…”
Get full text
Conference Proceeding -
13
NaturalFuzz: Natural Input Generation for Big Data Analytics
ISSN: 2643-1572Published: IEEE 11.09.2023Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (11.09.2023)“… Big data analytics are expected to ingest real-world data as input. Therefore, when synthetic test data are not easily comprehensible, they are less likely to facilitate the downstream task of fixing errors…”
Get full text
Conference Proceeding -
14
MetPurity: A Learning-Based Tool of Pure Method Identification for Automatic Test Generation
ISSN: 2643-1572Published: ACM 01.09.2020Published in 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“… Pure methods are widely-used in automatic techniques, including test generation, compiler optimization, and program repair…”
Get full text
Conference Proceeding -
15
Manifold for Machine Learning Assurance
Published: ACM 01.10.2020Published in Proceedings of the ACM/IEEE 42nd International Conference on Software Engineering: New Ideas and Emerging Results (01.10.2020)“… We posit an analogous approach for ML systems using an ML technique that extracts from the high-dimensional training data implicitly describing the required system, a low-dimensional underlying structure-a manifold…”
Get full text
Conference Proceeding -
16
Multitest:Physical-Aware Object Insertion for Testing Multi-Sensor Fusion Perception Systems
ISSN: 1558-1225Published: ACM 14.04.2024Published in Proceedings / International Conference on Software Engineering (14.04.2024)“…, self-driving cars and automated robotic arms. With the continuous advancement in data-driven artificial intelligence (AI…”
Get full text
Conference Proceeding -
17
In-Simulation Testing of Deep Learning Vision Models in Autonomous Robotic Manipulators
ISSN: 2643-1572Published: ACM 27.10.2024Published in IEEE/ACM International Conference on Automated Software Engineering : [proceedings] (27.10.2024)“…Testing autonomous robotic manipulators is challenging due to the complex software interactions between vision and control components…”
Get full text
Conference Proceeding -
18
Testing Framework for Black-box AI Models
ISBN: 1665412194, 9781665412193Published: IEEE 01.05.2021Published in 2021 IEEE/ACM 43rd International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) (01.05.2021)“… In this paper, we present an end-to-end generic framework for testing AI Models which performs automated test generation for different modalities such as text, tabular, and time-series data…”
Get full text
Conference Proceeding -
19
DroidMate-2: A Platform for Android Test Generation
ISSN: 2643-1572Published: ACM 01.09.2018Published in 2018 33rd IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2018)“… Automated test input generators are the state of the art for testing and security analysis…”
Get full text
Conference Proceeding -
20
Test generation through programming in UDITA
ISBN: 9781605587196, 1605587192ISSN: 0270-5257Published: New York, NY, USA ACM 01.05.2010Published in 2010 ACM/IEEE 32nd International Conference on Software Engineering (01.05.2010)“…), a popular tool for verifying Java programs. We evaluate our technique by generating tests for data structures, refactoring engines, and JPF itself…”
Get full text
Conference Proceeding

