news 2026/6/20 7:34:37

区块链可投会议CCF A--ISSTA 2026 截止1.29 附录用率

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
区块链可投会议CCF A--ISSTA 2026 截止1.29 附录用率

Conference:The ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA)

CCF level:CCF A

Categories:软件工程/系统软件/程序设计语言

Year:2026

Conference time:Sat 3 - Fri 9 October 2026 Oakland, California, United States

录用率:

2025 107/550

2024 143/694

Research Areas

AI for Analysis and Testing

  • Agentic or LLM-based specification inference

  • Agentic or LLM-based code generation

  • Agentic or LLM-based software testing

  • Agentic of LLM-based program analysis

  • Agentic or LLM-based program repair

Analysis and Testing for AI

  • Testing and analysis of agents or agentic systems

  • Testing and analysis of ML-model/software hybrid systems

  • Testing and analysis of ML-components and libraries

  • Fairness, safety, trustworthiness

Software Test Generation

  • Regression, mutation, and model-based testing

  • System, unit, and integration testing

  • Black-, grey-, and white-box fuzzing

  • Search-based software testing

  • Symbolic and concolic execution

Software Debugging and Repair

  • Fault localization and debugging

  • Search-based program repair

  • Constraint-based program repair

  • Reverse engineering

  • Program comprehension

  • Specification inference

Software Verification and Analysis Techniques

  • Static, dynamic, and empirical program analysis

  • Program verification, runtime verification, and model checking

  • Refactoring, transformation, and reduction

  • Testing and analysis in CI/CD or deployment

  • Testing and analysis of evolving systems

  • Mutation testing and analysis

  • Ecosystem-scale analysis

  • Non-functional properties (dependability, safety, reliability, and performance)

Analysis and Testing for Security

  • Binary analysis, lifting, and instrumentation

  • Vulnerability detection (e.g., sanitizers)

  • Side channels and data leakage

  • Supply chain analysis

  • Malware analysis

  • Obfuscation

Domain-specific Analysis and Testing

  • Testing and analysis of blockchain systems or smart contracts

  • Testing and analysis of concurrent or distributed systems

  • Testing and analysis of cyber physical or autonomous systems

  • Testing and analysis of database or operating systems

  • Testing and analysis of numerical and scientific applications

  • Testing and analysis of testing or analysis tools

  • Testing and analysis of web, mobile, or quantum applications

Empirical and User Studies of Testing and Analysis Processes

  • Software engineering processes (e.g., agile, DevOps)

  • Green and sustainable technologies

  • Ethics and values

  • Software economics

  • Systematic code review and inspection

  • Program comprehension and visualization

Important Date

Thu 29 Jan 2026
Paper submission

Tue 24 - Thu 26 Mar 2026
Author response

Thu 16 Apr 2026
Initial Notification

Thu 21 May 2026
Major Revision Submission

Thu 25 Jun 2026
Final Notification

Thu 23 Jul 2026
Camera Ready

链接:

https://conf.researchr.org/track/issta-2026/issta-2026-research-papers

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/6/18 22:53:22

U-2-Net实战宝典:掌握显著对象检测的核心训练技巧

U-2-Net实战宝典:掌握显著对象检测的核心训练技巧 【免费下载链接】U-2-Net U-2-Net - 用于显著对象检测的深度学习模型,具有嵌套的U型结构。 项目地址: https://gitcode.com/gh_mirrors/u2/U-2-Net 想要快速掌握U-2-Net显著对象检测模型的训练精…

作者头像 李华
网站建设 2026/6/19 8:53:17

Jenkins PR编号提取环境变量赋值问题总结

Jenkins PR编号提取&环境变量赋值问题总结 一、问题现象 在Jenkins Pipeline中提取PR编号(CHANGE_ID21550)并拼接为PR-21550后,尝试赋值给env.PR_BRANCH/env.BRANCH_CODING时,变量始终为null: 调试日志显示CHANGE_…

作者头像 李华
网站建设 2026/6/18 13:13:41

43、系统性能优化全攻略

系统性能优化全攻略 1. 文件系统日志模式 文件系统的日志模式对数据写入和安全性有重要影响,常见的模式有以下两种: - data=ordered :这是默认模式。它会强制在将元数据写入日志之前,先将所有数据写入文件系统。 - data=journaled :这是最安全的日志记录选项,所有…

作者头像 李华
网站建设 2026/6/16 19:57:21

CSS动画极致优化:cubic-bezier缓动函数性能调优实战指南

CSS动画极致优化:cubic-bezier缓动函数性能调优实战指南 【免费下载链接】easings.net Easing Functions Cheat Sheet 项目地址: https://gitcode.com/gh_mirrors/eas/easings.net 在追求极致用户体验的今天,CSS动画的性能优化已成为前端开发者的…

作者头像 李华
网站建设 2026/6/16 18:06:36

GPT-3 Sandbox 终极指南:从零构建智能Web应用

GPT-3 Sandbox 终极指南:从零构建智能Web应用 【免费下载链接】gpt3-sandbox The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python. 项目地址: https://gitcode.c…

作者头像 李华
网站建设 2026/6/18 19:29:50

48、深入理解与解决 GRUB 引导问题及内核管理

深入理解与解决 GRUB 引导问题及内核管理 1. GRUB 配置与操作 1.1 为 GRUB 添加密码保护 复制屏幕上显示的密码哈希值,以便后续粘贴使用。 使用编辑器打开 /boot/grub/grub.conf 文件,在文件的常规部分添加 password= 行,将复制的密码哈希值粘贴到 = 符号后面,形…

作者头像 李华