首页 > 最新文献

2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)最新文献

英文 中文
Ambiguous Software Requirement Specification Detection: An Automated Approach 模糊软件需求规范检测:一种自动化方法
Mohd Hafeez Osman, M. Zaharin
Software requirement specification (SRS) document is the most crucial document in software development process. All subsequent steps in software development are influenced by this document. However, issues in requirement, such as ambiguity or incomplete specification may lead to misinterpretation of requirements which consequently, influence the testing activities and higher the risk of time and cost overrun of the project. Finding defects in the initial development phase is crucial since the defect that found late is more expensive than if it was found early. This study describes an automated approach for detecting ambiguous software requirement specification. To this end, we propose the combination of text mining and machine learning. Since the dataset is derived from Malaysian industrial SRS documents, this study only focuses on the Malaysian context. We used text mining for feature extraction and for preparing the training set. Based on this training set, the method ‘learns’ to detect the ambiguous requirement specification. In this paper, we study a set of nine (9) classification algorithms from the machine learning community and evaluate which algorithm performs best to detect the ambiguous software requirement specification. Based on the experiment’s result, we develop a working prototype which later is used for our initial validation of our approach. The initial validation shows that the result produced by the classification model is reasonably acceptable. Even though this study is an experimental benchmark, we optimist that this approach may contributes to enhance the quality of SRS.
软件需求规范(SRS)文档是软件开发过程中最重要的文档。软件开发的所有后续步骤都受本文档的影响。然而,需求中的问题,例如不明确或不完整的规范可能导致对需求的误解,从而影响测试活动,并增加项目的时间和成本超支的风险。在最初的开发阶段发现缺陷是至关重要的,因为较晚发现的缺陷比较早发现的缺陷要昂贵得多。本研究描述了一种检测模糊软件需求规范的自动化方法。为此,我们提出将文本挖掘与机器学习相结合。由于数据集来源于马来西亚工业SRS文件,因此本研究仅关注马来西亚的背景。我们使用文本挖掘进行特征提取和准备训练集。在此训练集的基础上,该方法“学习”检测模棱两可的需求规范。在本文中,我们研究了一组来自机器学习社区的九(9)种分类算法,并评估了哪种算法在检测模糊的软件需求规范方面表现最好。根据实验结果,我们开发了一个工作原型,稍后用于我们的方法的初步验证。初步验证表明,该分类模型产生的结果是可以接受的。尽管本研究是一个实验基准,但我们乐观地认为这种方法可能有助于提高SRS的质量。
{"title":"Ambiguous Software Requirement Specification Detection: An Automated Approach","authors":"Mohd Hafeez Osman, M. Zaharin","doi":"10.1145/3195538.3195545","DOIUrl":"https://doi.org/10.1145/3195538.3195545","url":null,"abstract":"Software requirement specification (SRS) document is the most crucial document in software development process. All subsequent steps in software development are influenced by this document. However, issues in requirement, such as ambiguity or incomplete specification may lead to misinterpretation of requirements which consequently, influence the testing activities and higher the risk of time and cost overrun of the project. Finding defects in the initial development phase is crucial since the defect that found late is more expensive than if it was found early. This study describes an automated approach for detecting ambiguous software requirement specification. To this end, we propose the combination of text mining and machine learning. Since the dataset is derived from Malaysian industrial SRS documents, this study only focuses on the Malaysian context. We used text mining for feature extraction and for preparing the training set. Based on this training set, the method ‘learns’ to detect the ambiguous requirement specification. In this paper, we study a set of nine (9) classification algorithms from the machine learning community and evaluate which algorithm performs best to detect the ambiguous software requirement specification. Based on the experiment’s result, we develop a working prototype which later is used for our initial validation of our approach. The initial validation shows that the result produced by the classification model is reasonably acceptable. Even though this study is an experimental benchmark, we optimist that this approach may contributes to enhance the quality of SRS.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"93 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124639927","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 25
Automated Test-Design from Requirements - The Specmate Tool 基于需求的自动化测试设计——规格工具
Dietmar Freudenstein, Jeannette Radduenz, Maximilian Junker, S. Eder, B. Hauptmann
Designing a small set of tests that nonetheless cover the requirements sufficiently is tantamount to keep costs for testing at bay while still maintaining the necessary quality. Engineering an opti- mal test-suite requires both, insight into the domain and the system under test, but also carefully examining the combinatorics inherent in the requirements. Especially the second part is a cognitive chal- lenge and systematic methods are cumbersome when performed by hand. In this paper, we present Specmate, a tool that supports and partly automates the design of tests from requirements. It pro- vides light-weight modeling techniques to capture requirements, test generation facilities to create test specifications and further supporting functions to derive test procedures or test-scripts from specifications. Specmate has been developed and evaluated in the context of one of the core business systems of Allianz Deutsch- land, a large insurance company. The source code is freely avail- able at GitHub and an online-demo of Specmate is available at http://specmate.in.tum.de.
设计一组能够充分覆盖需求的小测试,就等于在保持必要质量的同时控制测试成本。设计一个最优的测试套件需要对领域和被测系统的深入了解,还需要仔细检查需求中固有的组合。特别是第二部分是一个认知挑战,系统的方法在手工执行时很麻烦。在本文中,我们介绍了Specmate,一个支持并部分自动化根据需求设计测试的工具。它提供了捕获需求的轻量级建模技术,创建测试规范的测试生成工具,以及从规范派生测试过程或测试脚本的进一步支持功能。Specmate是在大型保险公司Allianz Deutsch- land的核心业务系统中开发和评估的。源代码可以在GitHub上免费获得,Specmate的在线演示可以在http://specmate.in.tum.de上获得。
{"title":"Automated Test-Design from Requirements - The Specmate Tool","authors":"Dietmar Freudenstein, Jeannette Radduenz, Maximilian Junker, S. Eder, B. Hauptmann","doi":"10.1145/3195538.3195543","DOIUrl":"https://doi.org/10.1145/3195538.3195543","url":null,"abstract":"Designing a small set of tests that nonetheless cover the requirements sufficiently is tantamount to keep costs for testing at bay while still maintaining the necessary quality. Engineering an opti- mal test-suite requires both, insight into the domain and the system under test, but also carefully examining the combinatorics inherent in the requirements. Especially the second part is a cognitive chal- lenge and systematic methods are cumbersome when performed by hand. In this paper, we present Specmate, a tool that supports and partly automates the design of tests from requirements. It pro- vides light-weight modeling techniques to capture requirements, test generation facilities to create test specifications and further supporting functions to derive test procedures or test-scripts from specifications. Specmate has been developed and evaluated in the context of one of the core business systems of Allianz Deutsch- land, a large insurance company. The source code is freely avail- able at GitHub and an online-demo of Specmate is available at http://specmate.in.tum.de.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"50 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131831818","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
A Case Study of Interactive Development of Passive Tests 被动测试交互式开发案例研究
Daniel Flemström, T. Gustafsson, A. Kobetski
Testing in the active sense is the most common way to perform verification and validation of systems, but testing in the passive sense has one compelling property: independence. Independence from test stimuli and other passive tests opens up for parallel testing and off-line analysis. However, the tests can be difficult to develop since the complete testable state must be expressed using some formalism. We argue that a carefully chosen language together with an interactive work flow, providing immediate feedback, can enable testers to approach passive testing. We have conducted a case study in the automotive domain, interviewing experienced testers. The testers have been introduced to, and had hands-on practice with a tool. The tool is based on Easy Approach to Requirements Syntax (EARS) and provides an interactive work flow for developing and evaluating test results. The case study shows that i) the testers believe passive testing is useful for many of their tests, ii) they see benefits in parallelism and off-line analysis, iii) the interactive work flow is necessary for writing the testable state expression, but iv) when the testable state becomes too complex, then the proposed language is a limitation. However, the language contributes to concise tests, resembling executable requirements.
主动意义上的测试是执行系统验证和确认的最常见方式,但是被动意义上的测试有一个引人注目的特性:独立性。独立于测试刺激和其他被动测试打开了并行测试和离线分析。然而,测试很难开发,因为完整的可测试状态必须使用某种形式来表示。我们认为,精心选择的语言和交互式工作流程,提供即时反馈,可以使测试人员接近被动测试。我们在汽车领域进行了一个案例研究,采访了经验丰富的测试人员。已经向测试人员介绍了一个工具,并对其进行了实际操作。该工具基于需求语法的简单方法(EARS),并为开发和评估测试结果提供了一个交互式工作流程。案例研究表明,i)测试人员认为被动测试对他们的许多测试是有用的,ii)他们看到了并行和离线分析的好处,iii)交互式工作流程对于编写可测试状态表达式是必要的,但是iv)当可测试状态变得太复杂时,所建议的语言是一个限制。然而,该语言有助于简洁的测试,类似于可执行的需求。
{"title":"A Case Study of Interactive Development of Passive Tests","authors":"Daniel Flemström, T. Gustafsson, A. Kobetski","doi":"10.1145/3195538.3195544","DOIUrl":"https://doi.org/10.1145/3195538.3195544","url":null,"abstract":"Testing in the active sense is the most common way to perform verification and validation of systems, but testing in the passive sense has one compelling property: independence. Independence from test stimuli and other passive tests opens up for parallel testing and off-line analysis. However, the tests can be difficult to develop since the complete testable state must be expressed using some formalism. We argue that a carefully chosen language together with an interactive work flow, providing immediate feedback, can enable testers to approach passive testing. We have conducted a case study in the automotive domain, interviewing experienced testers. The testers have been introduced to, and had hands-on practice with a tool. The tool is based on Easy Approach to Requirements Syntax (EARS) and provides an interactive work flow for developing and evaluating test results. The case study shows that i) the testers believe passive testing is useful for many of their tests, ii) they see benefits in parallelism and off-line analysis, iii) the interactive work flow is necessary for writing the testable state expression, but iv) when the testable state becomes too complex, then the proposed language is a limitation. However, the language contributes to concise tests, resembling executable requirements.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127194996","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Cluster-Based Test Scheduling Strategies Using Semantic Relationships between Test Specifications 基于测试规范语义关系的基于集群的测试调度策略
S. Tahvili, L. Hatvani, M. Felderer, W. Afzal, Mehrdad Saadatmand, M. Bohlin
One of the challenging issues in improving the test efficiency is that of achieving a balance between testing goals and testing resources. Test execution scheduling is one way of saving time and budget, where a set of test cases are grouped and tested at the same time. To have an optimal test execution schedule, all related information of a test case (e.g. execution time, functionality to be tested, dependency and similarity with other test cases) need to be analyzed. Test scheduling problem becomes more complicated at high-level testing, such as integration testing and especially in manual testing procedure. Test specifications are generally written in natural text by humans and usually contain ambiguity and uncertainty. Therefore, analyzing a test specification demands a strong learning algorithm. In this position paper, we propose a natural language processing-based approach that, given test specifications at the integration level, allows automatic detection of test cases semantic dependencies. The proposed approach utilizes the Doc2Vec algorithm and converts each test case into a vector in n-dimensional space. These vectors are then grouped using the HDBSCAN clustering algorithm into semantic clusters. Finally, a set of cluster-based test scheduling strategies are proposed for execution. The proposed approach has been applied in a sub-system from the railway domain by analyzing an ongoing testing project at Bombardier Transportation AB, Sweden.
提高测试效率的一个具有挑战性的问题是在测试目标和测试资源之间取得平衡。测试执行调度是节省时间和预算的一种方法,其中一组测试用例被分组并同时进行测试。为了有一个最佳的测试执行时间表,需要分析测试用例的所有相关信息(例如执行时间、要测试的功能、与其他测试用例的依赖性和相似性)。在集成测试等高级测试中,特别是在手工测试过程中,测试调度问题变得更加复杂。测试规范通常由人类用自然文本编写,并且通常包含歧义和不确定性。因此,分析测试规范需要一个强大的学习算法。在本文中,我们提出了一种基于自然语言处理的方法,在集成级别给出测试规范,允许自动检测测试用例语义依赖性。该方法利用Doc2Vec算法,将每个测试用例转换为n维空间中的向量。然后使用HDBSCAN聚类算法将这些向量分组到语义聚类中。最后,提出了一套基于集群的测试调度策略。通过分析瑞典庞巴迪运输公司正在进行的测试项目,该方法已应用于铁路领域的一个子系统。
{"title":"Cluster-Based Test Scheduling Strategies Using Semantic Relationships between Test Specifications","authors":"S. Tahvili, L. Hatvani, M. Felderer, W. Afzal, Mehrdad Saadatmand, M. Bohlin","doi":"10.1145/3195538.3195540","DOIUrl":"https://doi.org/10.1145/3195538.3195540","url":null,"abstract":"One of the challenging issues in improving the test efficiency is that of achieving a balance between testing goals and testing resources. Test execution scheduling is one way of saving time and budget, where a set of test cases are grouped and tested at the same time. To have an optimal test execution schedule, all related information of a test case (e.g. execution time, functionality to be tested, dependency and similarity with other test cases) need to be analyzed. Test scheduling problem becomes more complicated at high-level testing, such as integration testing and especially in manual testing procedure. Test specifications are generally written in natural text by humans and usually contain ambiguity and uncertainty. Therefore, analyzing a test specification demands a strong learning algorithm. In this position paper, we propose a natural language processing-based approach that, given test specifications at the integration level, allows automatic detection of test cases semantic dependencies. The proposed approach utilizes the Doc2Vec algorithm and converts each test case into a vector in n-dimensional space. These vectors are then grouped using the HDBSCAN clustering algorithm into semantic clusters. Finally, a set of cluster-based test scheduling strategies are proposed for execution. The proposed approach has been applied in a sub-system from the railway domain by analyzing an ongoing testing project at Bombardier Transportation AB, Sweden.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"27 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126350368","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Test Case Quality as Perceived in Sweden 瑞典的测试用例质量
A. Adlemo, He Tan, Vladimir Tarasov
In order to reach an acceptable level of confidence in the quality of a software product, testing of the software is paramount. To obtain "good" quality software it is essential to rely on "good" test cases. To define the criteria for what make up for a "good" test case is not a trivial task. Over the past 15 years, a short list of publications have presented criteria for "good" test cases but without ranking them based on their importance. This paper presents a non-exhaustive and non-authoritative tentative list of 15 criteria and a ranking of their relative importance. A number of the criteria come from previous publications but also from discussions with our industrial partners. The ranking is based on results collected via a questionnaire that was sent out to a limited number of randomly chosen respondents in the Swedish software industry. This means that the results are more indicative than conclusive.
为了对软件产品的质量达到可接受的信任水平,软件的测试是至关重要的。为了获得“好的”质量软件,依赖“好的”测试用例是必要的。定义构成“好的”测试用例的标准并不是一项微不足道的任务。在过去的15年里,一份简短的出版物列出了“好的”测试用例的标准,但是没有根据它们的重要性对它们进行排序。本文提出了一个非详尽和非权威的15个标准的暂定清单和它们的相对重要性的排名。一些标准来自以前的出版物,但也来自与我们的工业合作伙伴的讨论。该排名是根据问卷收集的结果得出的,问卷向瑞典软件行业中随机选择的有限数量的受访者发送。这意味着这些结果更多的是指示性的,而不是决定性的。
{"title":"Test Case Quality as Perceived in Sweden","authors":"A. Adlemo, He Tan, Vladimir Tarasov","doi":"10.1145/3195538.3195541","DOIUrl":"https://doi.org/10.1145/3195538.3195541","url":null,"abstract":"In order to reach an acceptable level of confidence in the quality of a software product, testing of the software is paramount. To obtain \"good\" quality software it is essential to rely on \"good\" test cases. To define the criteria for what make up for a \"good\" test case is not a trivial task. Over the past 15 years, a short list of publications have presented criteria for \"good\" test cases but without ranking them based on their importance. This paper presents a non-exhaustive and non-authoritative tentative list of 15 criteria and a ranking of their relative importance. A number of the criteria come from previous publications but also from discussions with our industrial partners. The ranking is based on results collected via a questionnaire that was sent out to a limited number of randomly chosen respondents in the Swedish software industry. This means that the results are more indicative than conclusive.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116895391","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
Toward a Functional Requirements Prioritization with Early Mutation Testing 用早期突变测试实现功能需求的优先级
Nelly Condori-Fernández, Maria Fernanda Granda, T. Vos
Researchers have proposed a number of prioritization techniques to help decision makers select an optimal combination of (non-) functional requirements to implement. [Problem] However, most of them are defined based on an ordinal or nominal scale, which are not reliable because they are limited to simple operations of ranked or ordered requirements. [Principal ideas] We argue that the importance of certain requirements could be determined by their criticality level, which can be assessed using a ratio scale. [Contribution]The main contribution of the paper is the new strategy proposed for prioritizing functional requirements, using early mutation testing and dependency analysis.
研究人员提出了许多优先级技术,以帮助决策者选择(非)功能需求的最佳组合来实现。【问题】然而,它们大多是基于序数或标称尺度来定义的,由于它们仅限于排序或有序需求的简单操作,因此不可靠。[主要观点]我们认为某些需求的重要性可以通过它们的临界水平来确定,临界水平可以使用比率量表来评估。【贡献】本文的主要贡献是提出了使用早期突变测试和依赖分析来确定功能需求优先级的新策略。
{"title":"Toward a Functional Requirements Prioritization with Early Mutation Testing","authors":"Nelly Condori-Fernández, Maria Fernanda Granda, T. Vos","doi":"10.1145/3195538.3195539","DOIUrl":"https://doi.org/10.1145/3195538.3195539","url":null,"abstract":"Researchers have proposed a number of prioritization techniques to help decision makers select an optimal combination of (non-) functional requirements to implement. [Problem] However, most of them are defined based on an ordinal or nominal scale, which are not reliable because they are limited to simple operations of ranked or ordered requirements. [Principal ideas] We argue that the importance of certain requirements could be determined by their criticality level, which can be assessed using a ratio scale. [Contribution]The main contribution of the paper is the new strategy proposed for prioritizing functional requirements, using early mutation testing and dependency analysis.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"34 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116503388","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Measuring and Improving Testability of System Requirements in an Industrial Context by Applying the Goal Question Metric Approach 应用目标问题度量方法测量和提高工业环境下系统需求的可测试性
Armin Beer, M. Felderer
Testing is subject to two basic constraints, namely cost and quality. The cost depends on the efficiency of the testing activities as well as their quality and testability. The author’s practical experience in large-scale systems shows that if the requirements are adapted iteratively or the architecture is altered, testability decreases. However, what is often lacking is a root cause analysis of the testability degradations and the introduction of improvement measures during software development. In order to introduce agile practices in the rigid strategy of the V-model, good testability of software artifacts is vital. So testability is also the bridgehead towards agility. In this paper, we report on a case study in which we measure and improve testability on the basis of the Goal Question Metric Approach.
测试受两个基本约束,即成本和质量。成本取决于测试活动的效率以及它们的质量和可测试性。作者在大型系统中的实践经验表明,如果需求被迭代地调整或架构被改变,可测试性就会降低。然而,通常缺乏的是对可测试性降低的根本原因分析,以及在软件开发过程中引入改进措施。为了在v模型的严格策略中引入敏捷实践,软件工件的良好可测试性至关重要。所以可测试性也是通向敏捷的桥头堡。在本文中,我们报告了一个案例研究,其中我们在目标问题度量方法的基础上度量和改进可测试性。
{"title":"Measuring and Improving Testability of System Requirements in an Industrial Context by Applying the Goal Question Metric Approach","authors":"Armin Beer, M. Felderer","doi":"10.1145/3195538.3195542","DOIUrl":"https://doi.org/10.1145/3195538.3195542","url":null,"abstract":"Testing is subject to two basic constraints, namely cost and quality. The cost depends on the efficiency of the testing activities as well as their quality and testability. The author’s practical experience in large-scale systems shows that if the requirements are adapted iteratively or the architecture is altered, testability decreases. However, what is often lacking is a root cause analysis of the testability degradations and the introduction of improvement measures during software development. In order to introduce agile practices in the rigid strategy of the V-model, good testability of software artifacts is vital. So testability is also the bridgehead towards agility. In this paper, we report on a case study in which we measure and improve testability on the basis of the Goal Question Metric Approach.","PeriodicalId":121144,"journal":{"name":"2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2018-06-02","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131605405","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 12
期刊
2018 IEEE/ACM 5th International Workshop on Requirements Engineering and Testing (RET)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1