咨询与建议

限定检索结果

文献类型

  • 170 篇 会议
  • 66 篇 期刊文献
  • 7 篇 学位论文
  • 1 册 图书

馆藏范围

  • 244 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 219 篇 工学
    • 153 篇 计算机科学与技术...
    • 134 篇 软件工程
    • 66 篇 电气工程
    • 18 篇 信息与通信工程
    • 14 篇 控制科学与工程
    • 9 篇 电子科学与技术(可...
    • 3 篇 机械工程
    • 2 篇 仪器科学与技术
    • 2 篇 材料科学与工程(可...
    • 2 篇 网络空间安全
    • 1 篇 动力工程及工程热...
  • 11 篇 理学
    • 7 篇 数学
    • 3 篇 生物学
    • 1 篇 化学
    • 1 篇 系统科学
  • 3 篇 教育学
    • 3 篇 教育学
  • 3 篇 管理学
    • 2 篇 管理科学与工程(可...
    • 1 篇 图书情报与档案管...
  • 2 篇 农学
  • 2 篇 医学
    • 2 篇 临床医学
    • 1 篇 药学(可授医学、理...

主题

  • 244 篇 code coverage
  • 42 篇 software testing
  • 18 篇 testing
  • 17 篇 regression testi...
  • 14 篇 mutation testing
  • 10 篇 fuzzing
  • 10 篇 unit testing
  • 10 篇 dynamic analysis
  • 9 篇 android
  • 8 篇 test case genera...
  • 8 篇 software
  • 7 篇 instrumentation
  • 7 篇 empirical study
  • 7 篇 test suite reduc...
  • 7 篇 static analysis
  • 6 篇 software enginee...
  • 6 篇 symbolic executi...
  • 6 篇 automated testin...
  • 6 篇 fault detection
  • 6 篇 test generation

机构

  • 6 篇 univ szeged dept...
  • 4 篇 univ szeged mta ...
  • 4 篇 carnegie mellon ...
  • 3 篇 univ waterloo wa...
  • 3 篇 nanjing univ sta...
  • 3 篇 brno university ...
  • 3 篇 univ illinois ur...
  • 3 篇 george mason uni...
  • 3 篇 univ fed rio gra...
  • 3 篇 avaya labs res b...
  • 3 篇 univ passau pass...
  • 3 篇 univ washington ...
  • 2 篇 univ calif river...
  • 2 篇 inst informat in...
  • 2 篇 wuhan univ sch c...
  • 2 篇 hong kong univ s...
  • 2 篇 univ edinburgh e...
  • 2 篇 huazhong univ sc...
  • 2 篇 budapest univ te...
  • 2 篇 microsoft res re...

作者

  • 8 篇 beszedes arpad
  • 8 篇 gyimothy tibor
  • 6 篇 gergely tamas
  • 5 篇 fraser gordon
  • 5 篇 just rene
  • 5 篇 balogh gergo
  • 4 篇 tengeri david
  • 4 篇 horvath ferenc
  • 4 篇 vancsics bela
  • 3 篇 zhou yuming
  • 3 篇 sezer sakir
  • 3 篇 pilgun aleksandr
  • 3 篇 anjum muhammad s...
  • 3 篇 groce alex
  • 3 篇 neamtiu iulian
  • 3 篇 li j. jenny
  • 3 篇 wong w. eric
  • 3 篇 yerima suleiman ...
  • 3 篇 ryan conor
  • 3 篇 alzaylaee mohamm...

语言

  • 238 篇 英文
  • 4 篇 其他
  • 2 篇 中文
检索条件"主题词=code coverage"
244 条 记 录,以下是1-10 订阅
排序:
code coverage and Postrelease Defects: A Large-Scale Study on Open Source Projects
收藏 引用
IEEE TRANSACTIONS ON RELIABILITY 2017年 第4期66卷 1213-1228页
作者: Kochhar, Pavneet Singh Lo, David Lawall, Julia Nagappan, Nachiappan Singapore Management Univ Sch Informat Syst Singapore 188065 Singapore INRIA F-75012 Paris France Microsft Res Redmond WA 98052 USA
Testing is a pivotal activity in ensuring the quality of software. code coverage is a common metric used as a yardstick to measure the efficacy and adequacy of testing. However, does higher coverage actually lead to a... 详细信息
来源: 评论
code coverage of Adaptive Random Testing
收藏 引用
IEEE TRANSACTIONS ON RELIABILITY 2013年 第1期62卷 226-237页
作者: Chen, Tsong Yueh Kuo, Fei-Ching Liu, Huai Wong, W. Eric Swinburne Univ Technol Fac Informat & Commun Technol Hawthorn Vic 3122 Australia Univ Texas Dallas Dept Comp Sci Richardson TX 75083 USA
Random testing is a basic software testing technique that can be used to assess the software reliability as well as to detect software failures. Adaptive random testing has been proposed to enhance the failure-detecti... 详细信息
来源: 评论
code coverage using intelligent water drop (IWD)
收藏 引用
INTERNATIONAL JOURNAL OF BIO-INSPIRED COMPUTATION 2012年 第6期4卷 392-402页
作者: Agarwal, Komal Goyal, Manish Srivastava, Praveen Ranjan BITS Dept Comp Sci & Informat Syst Pilani 333031 Rajasthan India
Software testing is one of the most challenging and arduous phase of software development life cycle (SDLC) which helps in determining the software quality. code coverage is a widely used testing paradigm, which descr... 详细信息
来源: 评论
code coverage differences of Java bytecode and source code instrumentation tools
收藏 引用
SOFTWARE QUALITY JOURNAL 2019年 第1期27卷 79-123页
作者: Horvath, Ferenc Gergely, Tamas Beszedes, Arpad Tengeri, David Balogh, Gergo Gyimothy, Tibor Univ Szeged Dept Software Engn Szeged Hungary Univ Szeged MTA SZTE Res Grp Artificial Intelligence Szeged Hungary
Many software testing fields, like white-box testing, test case generation, test prioritization, and fault localization, depend on code coverage measurement. If used as an overall completeness measure, the minor inacc... 详细信息
来源: 评论
code coverage and Test Suite Effectiveness: Empirical Study with Real Bugs in Large Systems  22
Code Coverage and Test Suite Effectiveness: Empirical Study ...
收藏 引用
22nd IEEE International Conference on Software Analysis, Evolution, and Reengineering (SANER)
作者: Kochhar, Pavneet Singh Thung, Ferdian Lo, David Singapore Management Univ Singapore Singapore
During software maintenance, testing is a crucial activity to ensure the quality of program code as it evolves over time. With the increasing size and complexity of software, adequate software testing has become incre... 详细信息
来源: 评论
code coverage Measurement for Android Dynamic Analysis Tools  3
Code Coverage Measurement for Android Dynamic Analysis Tools
收藏 引用
IEEE 3rd International Conference on Mobile Services MS
作者: Huang, Chun-Ying Chiu, Ching-Hsiang Lin, Chih-Hung Tzeng, Han-Wei Natl Taiwan Ocean Univ Dept Comp Sci & Engn Keelung Taiwan Inst Informat Ind CyberTrust Technol Inst Taipei Taiwan
It is common to inspect an Android application using static or dynamic analysis techniques. Most traditional tools adopt static analysis techniques due to its low cost and high performance properties. However, since a... 详细信息
来源: 评论
OCCOM - Efficient computation of observability-based code coverage metrics for functional verification
收藏 引用
IEEE TRANSACTIONS ON COMPUTER-AIDED DESIGN OF INTEGRATED CIRCUITS AND SYSTEMS 2001年 第8期20卷 1003-1015页
作者: Fallah, F Devadas, S Keutzer, K Fujitsu Labs Amer Inc Sunnyvale CA 94086 USA MIT Cambridge MA 02139 USA Univ Calif Berkeley Dept Elect Engn & Comp Sci Berkeley CA 94720 USA
Functional simulation is still the primary workhorse for verifying the functional correctness of hardware designs, Functional verification is necessarily incomplete because it is not computationally feasible to exhaus... 详细信息
来源: 评论
code coverage-Based Regression Test Selection and Prioritization in WebKit
Code Coverage-Based Regression Test Selection and Prioritiza...
收藏 引用
28th International Conference on Software Maintenance (ICSM)
作者: Beszedes, Arpad Gergely, Tamas Schrettner, Lajos Jasz, Judit Lango, Laszlo Gyimothy, Tibor Univ Szeged Dept Software Engn HAS Res Grp Szeged Hungary
Automated regression testing is often crucial in order to maintain the quality of a continuously evolving software system. However, in many cases regression test suites tend to grow too large to be suitable for full r... 详细信息
来源: 评论
code coverage of Assertions Using RTL Source code Analysis  14
Code Coverage of Assertions Using RTL Source Code Analysis
收藏 引用
51st ACM/EDAC/IEEE Design Automation Conference (DAC)
作者: Athavale, Viraj Ma, Sai Hertz, Samuel Vasudevan, Shobha Univ Illinois Coordinated Sci Lab Urbana IL 61801 USA
Assertions are gaining importance in pre-silicon hardware verification to ensure expected design behavior. coverage of an assertion in terms of statements of a Register Transfer Level (RTL) source code is a very acces... 详细信息
来源: 评论
Post-Silicon code coverage for Multiprocessor System-on-Chip Designs
收藏 引用
IEEE TRANSACTIONS ON COMPUTERS 2013年 第2期62卷 242-246页
作者: Balston, Kyle Karimibiuki, Mehdi Hu, Alan J. Ivanov, Andre Wilton, Steven J. E. Univ British Columbia Dept Elect & Comp Engn Vancouver BC V6T 1Z4 Canada Univ British Columbia Dept Comp Sci Vancouver BC V6T 1Z4 Canada
Effective techniques for post-silicon validation are required to better evaluate functional correctness of increasingly complex multi and many-core SoCs. However, there is little data evaluating the coverage of post-s... 详细信息
来源: 评论