咨询与建议

限定检索结果

文献类型

  • 40 篇 会议
  • 36 篇 期刊文献
  • 8 篇 学位论文

馆藏范围

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

日期分布

学科分类号

  • 66 篇 工学
    • 53 篇 计算机科学与技术...
    • 33 篇 软件工程
    • 22 篇 电气工程
    • 6 篇 控制科学与工程
    • 4 篇 信息与通信工程
    • 3 篇 电子科学与技术(可...
    • 1 篇 材料科学与工程(可...
    • 1 篇 交通运输工程
    • 1 篇 安全科学与工程
  • 6 篇 管理学
    • 5 篇 管理科学与工程(可...
    • 1 篇 工商管理
    • 1 篇 图书情报与档案管...
  • 4 篇 医学
    • 4 篇 临床医学
  • 3 篇 理学
    • 2 篇 数学
  • 2 篇 教育学
    • 2 篇 教育学

主题

  • 84 篇 branch coverage
  • 25 篇 software testing
  • 7 篇 test data genera...
  • 7 篇 fitness function
  • 6 篇 thesis
  • 6 篇 genetic algorith...
  • 5 篇 ant colony optim...
  • 5 篇 symbolic executi...
  • 5 篇 testing
  • 4 篇 automated progra...
  • 4 篇 statement covera...
  • 4 篇 test generation
  • 3 篇 algorithms
  • 3 篇 patch correctnes...
  • 3 篇 automated test g...
  • 3 篇 similarity
  • 3 篇 fault coverage
  • 3 篇 line coverage
  • 3 篇 code coverage
  • 3 篇 machine learning

机构

  • 6 篇 virginia tech | ...
  • 5 篇 jiangxi univ fin...
  • 4 篇 islamic azad uni...
  • 3 篇 istinye univ fac...
  • 3 篇 khazar univ dept...
  • 2 篇 carnegie mellon ...
  • 2 篇 wuhan univ state...
  • 2 篇 univ texas dalla...
  • 2 篇 certus software ...
  • 2 篇 natl inst techno...
  • 2 篇 natl inst techno...
  • 2 篇 univ texas arlin...
  • 2 篇 univ cent florid...
  • 2 篇 univ sheffield d...
  • 2 篇 virginia tech br...
  • 2 篇 iowa state univ ...
  • 1 篇 fdn bruno kessle...
  • 1 篇 univ cent florid...
  • 1 篇 istanbul topkapi...
  • 1 篇 ssn coll engn de...

作者

  • 7 篇 arasteh bahman
  • 6 篇 godboley sanghar...
  • 5 篇 mao chengying
  • 4 篇 mohapatra durga ...
  • 3 篇 nilizadeh amirfa...
  • 3 篇 hsiao michael s.
  • 3 篇 fraser gordon
  • 3 篇 pasareanu corina...
  • 3 篇 leavens gary t.
  • 3 篇 yu xinxin
  • 3 篇 arcuri andrea
  • 2 篇 ghanbari ali
  • 2 篇 chandrasekaran j...
  • 2 篇 feng huadong
  • 2 篇 kuhn d. richard
  • 2 篇 ramalingam mohan...
  • 2 篇 chicano francisc...
  • 2 篇 kacker raghu
  • 2 篇 marcus andrian
  • 2 篇 ferrer javier

语言

  • 83 篇 英文
  • 1 篇 德文
检索条件"主题词=branch coverage"
84 条 记 录,以下是1-10 订阅
排序:
Does Going Beyond branch coverage Make Program Repair Tools More Reliable?  17
Does Going Beyond Branch Coverage Make Program Repair Tools ...
收藏 引用
17th IEEE International Conference on Software Testing, Verification, and Validation (ICST)
作者: Nilizadeh, Amirfarhad Leavens, Gary T. Pasareanu, Corina S. Le, Xuan-Bach D. Cok, David R. Univ Cent Florida Orlando FL 32816 USA Carnegie Mellon Univ Moffett Field CA USA NASA Ames Res Ctr Moffett Field CA 94035 USA Univ Melbourne Melbourne Vic Australia Safer Software Consulting LLC Rochester NY USA
Automated program repair (APR) tools generally use a test suite to localize bugs and validate patches. These patches may pass the test suite but still be incorrect, which is called overfitting. To better understand th... 详细信息
来源: 评论
Towards Agile Mutation Testing Using branch coverage Based Prioritization Technique  6th
Towards Agile Mutation Testing Using Branch Coverage Based P...
收藏 引用
6th International Conference on Lean and Agile Software Development (LASD)
作者: Godboley, Sangharatna Mohapatra, Durga Prasad Natl Inst Technol Warangal Warangal Andhra Pradesh India Natl Inst Technol Rourkela Rourkela India
The agile model is the present reality for any software development process. Its main objective is to produce good quality software in optimal time. Programmers do unit testing to ensure that the software unit or modu... 详细信息
来源: 评论
Towards exhaustive branch coverage with PathCrawler  2
Towards exhaustive branch coverage with PathCrawler
收藏 引用
2nd IEEE/ACM International Conference on Automation of Software Test (AST)
作者: Williams, Nicky Univ Paris Saclay LIST CEA F-91120 Palaiseau France
branch coverage of source code is a very widely used test criterion. Moreover, branch coverage is a similar problem to line coverage, MC/DC and the coverage of assertion violations, certain runtime errors and various ... 详细信息
来源: 评论
Using a Guided Fuzzer and Preconditions to Achieve branch coverage with Valid Inputs  15th
Using a Guided Fuzzer and Preconditions to Achieve Branch Co...
收藏 引用
15th International Conference on Tests and Proofs (TAP) Held as Part of Software Technologies - Applications and Foundations (STAF) Conference
作者: Nilizadeh, Amirfarhad Leavens, Gary T. Pasareanu, Corina S. Univ Cent Florida Orlando FL 32816 USA Carnegie Mellon Univ NASA Ames Res Ctr Moffett Field CA USA
Software is widely used in critical systems. Thus, it is important that developers can quickly find semantic bugs with testing;however, semantic bugs can only be revealed by tests that use valid inputs. Guided fuzzers... 详细信息
来源: 评论
Comparing mutation coverage against branch coverage in an industrial setting
收藏 引用
INTERNATIONAL JOURNAL ON SOFTWARE TOOLS FOR TECHNOLOGY TRANSFER 2020年 第4期22卷 365-388页
作者: Parsai, Ali Demeyer, Serge Univ Antwerp Middelheimlaan 1 B-2020 Antwerp Belgium Flanders Make Middelheimlaan 1 B-2020 Antwerp Belgium
The state-of-the-practice in software development is driven by constant change fueled by continues integration servers. Such constant change demands for frequent and fully automated tests capable to detect faults imme... 详细信息
来源: 评论
To Call, or Not to Call: Contrasting Direct and Indirect branch coverage in Test Generation  11
To Call, or Not to Call: Contrasting Direct and Indirect Bra...
收藏 引用
11th IEEE/ACM International Workshop on Search-Based Software Testing (SBST)
作者: Gay, Gregory Univ South Carolina Columbia SC 29208 USA
While adequacy criteria offer an end-point for testing, they do not mandate how targets are covered. branch coverage may be attained through direct calls to methods, or through indirect calls between methods. Automate... 详细信息
来源: 评论
An Automated Analysis of the branch coverage and Energy Consumption Using Concolic Testing
收藏 引用
ARABIAN JOURNAL FOR SCIENCE AND ENGINEERING 2017年 第2期42卷 619-637页
作者: Godboley, Sangharatna Panda, Subhrakanta Dutta, Arpita Mohapatra, Durga Prasad Natl Inst Technol Dept Comp Sci & Engn Rourkela India
The energy consumption of computer systems has become an important economic and environmental issue. Many researchers have focused on the energy consumption of hardware, but what about the software? Software energy co... 详细信息
来源: 评论
Effective Testcase Retaining Using branch coverage Technique  2
Effective Testcase Retaining Using Branch Coverage Technique
收藏 引用
2nd International Conference on Applied and Theoretical Computing and Communication Technology (iCATccT)
作者: Velmurugan, P. Mahapatra, Rajendra Prasad SRM Univ Dept Comp Sci & Engg NCR Campus Ghaziabad Uttar Pradesh India
This present research seeks to address the issue of test case optimization in software testing by reducing the number of test cases required, through traditional methods. This is achieved through regression testing fo... 详细信息
来源: 评论
Reformulating branch coverage as a Many-Objective Optimization Problem  8
Reformulating Branch Coverage as a Many-Objective Optimizati...
收藏 引用
8th IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW)
作者: Panichella, Annibale Kifetew, Fitsum Meshesha Tonella, Paolo Delft Univ Technol NL-2600 AA Delft Netherlands Univ Trento Trento Italy Fdn Bruno Kessler Trento Italy
Test data generation has been extensively investigated as a search problem, where the search goal is to maximize the number of covered program elements (e.g., branches). Recently, the whole suite approach, which combi... 详细信息
来源: 评论
ABCE: A novel framework for Improved branch coverage Analysis
ABCE: A novel framework for Improved Branch Coverage Analysi...
收藏 引用
International Conference on Soft Computing and Software Engineering (SCSE)
作者: Godboley, Sangharatna Sahani, Arun Mohapatra, Durga Prasad NIT Rourkela DOS Lab Rourkela Odisha India
The software testing practices generate test cases manually, that affects both the effectiveness and efficiency. In aerospace and safety critical domains, software quality assurance is strict to rules and regulations ... 详细信息
来源: 评论