Výsledky vyhľadávania - "Software and its engineering → Software testing and debugging"
-
1
Test Automation in Open-Source Android Apps: A Large-Scale Empirical Study
ISSN: 2643-1572Vydavateľské údaje: ACM 01.09.2020Vydané v 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“…Automated testing of mobile apps has received significant attention in recent years from researchers and practitioners alike. In this paper, we report on the…”
Získať plný text
Konferenčný príspevok.. -
2
ARCHIE: A User-Focused Framework for Testing Augmented Reality Applications in the Wild
ISSN: 2642-5254Vydavateľské údaje: IEEE 01.03.2020Vydané v Proceedings (IEEE Conference on Virtual Reality and 3D User Interfaces. Online) (01.03.2020)“…In this paper, we present ARCHIE, a framework for testing augmented reality applications in the wild. ARCHIE collects user feedback and system state data in…”
Získať plný text
Konferenčný príspevok.. -
3
Learning-based Widget Matching for Migrating GUI Test Cases
ISSN: 1558-1225Vydavateľské údaje: ACM 14.04.2024Vydané v Proceedings / International Conference on Software Engineering (14.04.2024)“…GUI test case migration is to migrate GUI test cases from a source app to a target app. The key of test case migration is widget matching. Recently,…”
Získať plný text
Konferenčný príspevok.. -
4
Mozi: Discovering DBMS Bugs via Configuration-Based Equivalent Transformation
ISSN: 1558-1225Vydavateľské údaje: ACM 14.04.2024Vydané v Proceedings / International Conference on Software Engineering (14.04.2024)“…Testing database management systems (DBMSs) is a complex task. Traditional approaches, such as metamorphic testing, need a precise comprehension of the SQL…”
Získať plný text
Konferenčný príspevok.. -
5
ChemTest: An Automated Software Testing Framework for an Emerging Paradigm
ISSN: 2643-1572Vydavateľské údaje: ACM 01.09.2020Vydané v 2020 35th IEEE/ACM International Conference on Automated Software Engineering (ASE) (01.09.2020)“…In recent years the use of non-traditional computing mechanisms has grown rapidly. One paradigm uses chemical reaction networks (CRNs) to compute via chemical…”
Získať plný text
Konferenčný príspevok.. -
6
EvoKex at the SBFT 2024 Java Tool Competition
Vydavateľské údaje: ACM 14.04.2024Vydané v 2024 IEEE/ACM International Workshop on Search-Based and Fuzz Testing (SBFT) (14.04.2024)“…EvoKex is a test generation tool for Java that seamlessly integrates genetic testing from EvoSuite and concolic analysis from Kex. This integration is achieved…”
Získať plný text
Konferenčný príspevok.. -
7
Kex at the SBFT 2024 Java Tool Competition
Vydavateľské údaje: ACM 14.04.2024Vydané v 2024 IEEE/ACM International Workshop on Search-Based and Fuzz Testing (SBFT) (14.04.2024)“…Kex is a platform for analysis of JVM programs which mainly focuses on automatic test generation with the aim to maximize branch coverage criterion. Kex takes…”
Získať plný text
Konferenčný príspevok.. -
8
Generator-based Fuzzing with Input Features
Vydavateľské údaje: ACM 14.04.2024Vydané v 2024 IEEE/ACM International Workshop on Search-Based and Fuzz Testing (SBFT) (14.04.2024)“…Generator-based fuzzing is a capable technique for testing semantic processing stages of a system under test (SUT). The idea is to use format-specific input…”
Získať plný text
Konferenčný príspevok.. -
9
TUMB at the SBFT 2024 Tool Competition - CPS-UAV Test Case Generation Track
Vydavateľské údaje: ACM 14.04.2024Vydané v 2024 IEEE/ACM International Workshop on Search-Based and Fuzz Testing (SBFT) (14.04.2024)“…TUMB is a generator of scenarios for UAV testing, that participated in the UAV Testing Competition at SBFT 2024. TUMB relies on Monte Carlo Tree Search (MCTS)…”
Získať plný text
Konferenčný príspevok.. -
10
Fastbot: A Multi-Agent Model-Based Test Generation System : Beijing Bytedance Network Technology Co., Ltd
ISSN: 2833-9061Vydavateľské údaje: ACM 01.10.2020Vydané v 2020 IEEE/ACM 15th International Conference on Automation of Software Test (AST) (01.10.2020)“…Model-based test (MBT) generation techniques for automated GUI testing are of great value for app testing. Existing GUI model-based testing tools may fall into…”
Získať plný text
Konferenčný príspevok.. -
11
GIFdroid: An Automated Light-weight Tool for Replaying Visual Bug Reports
Vydavateľské údaje: IEEE 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) (01.05.2022)“…Bug reports are vital for software maintenance that allow users to inform developers of the problems encountered while using software. However, it is difficult…”
Získať plný text
Konferenčný príspevok.. -
12
More is Not Always Better: Exploring Early Repair of DNNs
Vydavateľské údaje: ACM 20.04.2024Vydané v 2024 IEEE/ACM International Workshop on Deep Learning for Testing and Testing for Deep Learning (DeepTest) (20.04.2024)“…DNN repair is an effective technique applied after training to enhance the class-specific accuracy of classifier models, where a low failure rate is required…”
Získať plný text
Konferenčný príspevok.. -
13
Testing Apps With Real-World Inputs
ISSN: 2833-9061Vydavateľské údaje: ACM 01.10.2020Vydané v 2020 IEEE/ACM 15th International Conference on Automation of Software Test (AST) (01.10.2020)“…To test mobile apps, one requires realistic and coherent test inputs. The Link approach for Web testing has shown that knowledge bases such as DBPedia can be a…”
Získať plný text
Konferenčný príspevok.. -
14
A Static Analyzer for Detecting Tensor Shape Errors in Deep Neural Network Training Code
Vydavateľské údaje: IEEE 21.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) (21.05.2022)“…We present an automatic static analyzer PyTea that detects tensorshape errors in PyTorch code. The tensor-shape error is critical in the deep neural net code;…”
Získať plný text
Konferenčný príspevok.. -
15
gDefects4DL: A Dataset of General Real-World Deep Learning Program Defects
Vydavateľské údaje: IEEE 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) (01.05.2022)“…The development of deep learning programs, as a new programming paradigm, is observed to suffer from various defects. Emerging research works have been…”
Získať plný text
Konferenčný príspevok.. -
16
μ2: Using Mutation Analysis to Guide Mutation-Based Fuzzing
Vydavateľské údaje: IEEE 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) (01.05.2022)“…Coverage-guided fuzzing is a popular tool for finding bugs. This paper introduces μ 2 , a strategy for extending coverage-guided fuzzing with mutation…”
Získať plný text
Konferenčný príspevok.. -
17
Test Suite Generation for Boolean Conditions with Equivalence Class Partitioning
ISSN: 2575-5099Vydavateľské údaje: ACM 01.05.2022Vydané v 2022 IEEE/ACM 10th International Conference on Formal Methods in Software Engineering (FormaliSE) (01.05.2022)“…Boolean test input generation is the process of finding sets of values for variables of a logical expression such that a given coverage criterion is achieved…”
Získať plný text
Konferenčný príspevok.. -
18
Automatic Ex-Vivo Regression Testing of Microservices
ISSN: 2833-9061Vydavateľské údaje: ACM 01.10.2020Vydané v 2020 IEEE/ACM 15th International Conference on Automation of Software Test (AST) (01.10.2020)“…Microservice-based applications consist of multiple services that can evolve independently. When services are modified, they are typically tested before being…”
Získať plný text
Konferenčný príspevok.. -
19
TauPad: Test Data Augmentation of Point Clouds by Adversarial Mutation
Vydavateľské údaje: IEEE 01.05.2022Vydané v 2022 IEEE/ACM 44th International Conference on Software Engineering: Companion Proceedings (ICSE-Companion) (01.05.2022)“…Point clouds have been widely used in a large number of application scenarios to handle with various deep learning (DL) tasks. Testing is an essential means to…”
Získať plný text
Konferenčný príspevok.. -
20
A Deterministic Memory Allocator for Dynamic Symbolic Execution (Artifact)
ISSN: 2509-8195Vydavateľské údaje: Schloss Dagstuhl – Leibniz-Zentrum für Informatik 23.06.2022“…KDAlloc is a deterministic memory allocator for Dynamic Symbolic Execution. This artifact provides the allocator itself, integrated into the KLEE symbolic…”
Získať plný text
Data Set