首页 > 最新文献

Proceedings First Asia-Pacific Conference on Quality Software最新文献

英文 中文
Abductive approach to prototyping data flow diagrams 数据流程图原型的派生方法
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883804
Erik T. H. Fung
In this paper, we propose to develop prototypes of data flow diagrams using a logical framework, which is based on an extension of logic programming to perform abductive reasoning (abductive logic programming). Based on the framework, we discuss how to represent a data flow diagram in a declarative manner as a set of logical sentences and outline a proof procedure. Given the declarative representation of a data flow diagram, the proof procedure can be applied, which combines forward and backward chaining in a structured manner. Unlike the conventional logic programming, the computed answers are abducible atoms directly representing the outputs. When restricting to the use of pure Prolog, we provide the semantics of the outputs under the abductive logical framework and show the soundness and completeness of the proof procedure. We compare our approach with conventional backward chaining and finally discuss some further enhancements.
在本文中,我们建议使用逻辑框架开发数据流图的原型,该框架基于逻辑编程的扩展来执行溯因推理(溯因逻辑编程)。在此框架的基础上,我们讨论了如何以声明的方式将数据流程图表示为一组逻辑句子,并概述了证明过程。给定数据流程图的声明式表示,就可以应用证明过程,它以结构化的方式组合了向前和向后链接。与传统的逻辑编程不同,计算出的答案是直接表示输出的可溯因原子。当限于纯Prolog的使用时,我们给出了溯因逻辑框架下输出的语义,并证明了证明过程的健全性和完备性。我们将这种方法与传统的后向链进行了比较,最后讨论了一些进一步的改进。
{"title":"Abductive approach to prototyping data flow diagrams","authors":"Erik T. H. Fung","doi":"10.1109/APAQ.2000.883804","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883804","url":null,"abstract":"In this paper, we propose to develop prototypes of data flow diagrams using a logical framework, which is based on an extension of logic programming to perform abductive reasoning (abductive logic programming). Based on the framework, we discuss how to represent a data flow diagram in a declarative manner as a set of logical sentences and outline a proof procedure. Given the declarative representation of a data flow diagram, the proof procedure can be applied, which combines forward and backward chaining in a structured manner. Unlike the conventional logic programming, the computed answers are abducible atoms directly representing the outputs. When restricting to the use of pure Prolog, we provide the semantics of the outputs under the abductive logical framework and show the soundness and completeness of the proof procedure. We compare our approach with conventional backward chaining and finally discuss some further enhancements.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"127271737","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}
引用次数: 0
Software quality prediction using mixture models with EM algorithm 结合EM算法的混合模型软件质量预测
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883780
Ping Guo, Michael R. Lyu
The use of the statistical technique of mixture model analysis as a tool for early prediction of fault-prone program modules is investigated. The expectation-maximum likelihood (EM) algorithm is engaged to build the model. By only employing software size and complexity metrics, this technique can be used to develop a model for predicting software quality even without the prior knowledge of the number of faults in the modules. In addition, Akaike Information Criterion (AIC) is used to select the model number which is assumed to be the class number the program modules should be classified. The technique is successful in classifying software into fault-prone and non fault-prone modules with a relatively low error rate, providing a reliable indicator for software quality prediction.
研究了利用混合模型分析的统计技术对易故障程序模块进行早期预测的方法。采用期望-最大似然(EM)算法建立模型。通过仅使用软件大小和复杂性度量,该技术可以用于开发预测软件质量的模型,即使没有模块中故障数量的先验知识。此外,采用赤池信息准则(Akaike Information Criterion, AIC)选择模型号,假定模型号为程序模块应分类的类号。该技术成功地将软件划分为易故障模块和非易故障模块,错误率相对较低,为软件质量预测提供了可靠的指标。
{"title":"Software quality prediction using mixture models with EM algorithm","authors":"Ping Guo, Michael R. Lyu","doi":"10.1109/APAQ.2000.883780","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883780","url":null,"abstract":"The use of the statistical technique of mixture model analysis as a tool for early prediction of fault-prone program modules is investigated. The expectation-maximum likelihood (EM) algorithm is engaged to build the model. By only employing software size and complexity metrics, this technique can be used to develop a model for predicting software quality even without the prior knowledge of the number of faults in the modules. In addition, Akaike Information Criterion (AIC) is used to select the model number which is assumed to be the class number the program modules should be classified. The technique is successful in classifying software into fault-prone and non fault-prone modules with a relatively low error rate, providing a reliable indicator for software quality prediction.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"19 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122122089","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}
引用次数: 43
An approach to analyzing dependency of concurrent programs 并发程序依赖性分析方法
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883776
Zhenqiang Chen, Baowen Xu, Hongji Yang, Kecheng Liu, Jianping Zhang
Dependency analysis is an important approach to testing, understanding, maintaining and transforming concurrent programs. However because the execution process of concurrent programs is unpredictable, there are many problems to be solved when carrying out dependency analysis. In this paper we propose some models for constructing concurrent program flow graph and concurrent program dependency graph for Ada programs, and based on these models, present a dependency analysis algorithm.
依赖性分析是测试、理解、维护和转换并发程序的重要方法。然而,由于并发程序的执行过程是不可预测的,因此在进行依赖分析时,有许多问题需要解决。本文提出了一些构建Ada程序并发程序流图和并发程序依赖图的模型,并在这些模型的基础上提出了一种依赖分析算法。
{"title":"An approach to analyzing dependency of concurrent programs","authors":"Zhenqiang Chen, Baowen Xu, Hongji Yang, Kecheng Liu, Jianping Zhang","doi":"10.1109/APAQ.2000.883776","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883776","url":null,"abstract":"Dependency analysis is an important approach to testing, understanding, maintaining and transforming concurrent programs. However because the execution process of concurrent programs is unpredictable, there are many problems to be solved when carrying out dependency analysis. In this paper we propose some models for constructing concurrent program flow graph and concurrent program dependency graph for Ada programs, and based on these models, present a dependency analysis algorithm.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"22 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126481091","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}
引用次数: 26
TDL: a language for transition diagrams in the derivation of LOTOS specifications TDL:用于LOTOS规范派生中的转换图的语言
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883796
Yong Sun, Hongji Yang, A. Dix
Introduces a formalism which allows LOTOS specifications to be given in the form of transition diagrams (TDs). We argue that being able to use TDs as a design notation for LOTOS specifications would increase the quality of the software produced via a formal method, and ultimately this enhances LOTOS's acceptance by industry. The basis of our argument is that TDs are well-known and can be readily supported by tools. Thus, TDs are a user-friendly and effective tool for the design of LOTOS specifications. In order to support the design process, we define a simple language, called TDL (Transition Diagram Language), for expressing and manipulating TDs and as an intermediate language between TDs and LOTOS specifications. We provide a group of rules for translating TDs in TDL to basic LOTOS. We also enrich the basic LOTOS with some meta-combinators to facilitate the translation from TDs to LOTOS.
引入一种形式,允许以转换图(td)的形式给出LOTOS规范。我们认为,能够使用dtd作为LOTOS规范的设计符号将提高通过形式化方法生成的软件的质量,并最终提高LOTOS被业界接受的程度。我们的论点的基础是,dtd是众所周知的,并且可以很容易地得到工具的支持。因此,td是设计LOTOS规范的一种用户友好且有效的工具。为了支持设计过程,我们定义了一种简单的语言,称为TDL(转换图语言),用于表达和操作td,并作为td和LOTOS规范之间的中间语言。我们提供了一组将TDL中的td转换为基本LOTOS的规则。我们还用一些元组合子丰富了基本的LOTOS,以方便从td到LOTOS的转换。
{"title":"TDL: a language for transition diagrams in the derivation of LOTOS specifications","authors":"Yong Sun, Hongji Yang, A. Dix","doi":"10.1109/APAQ.2000.883796","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883796","url":null,"abstract":"Introduces a formalism which allows LOTOS specifications to be given in the form of transition diagrams (TDs). We argue that being able to use TDs as a design notation for LOTOS specifications would increase the quality of the software produced via a formal method, and ultimately this enhances LOTOS's acceptance by industry. The basis of our argument is that TDs are well-known and can be readily supported by tools. Thus, TDs are a user-friendly and effective tool for the design of LOTOS specifications. In order to support the design process, we define a simple language, called TDL (Transition Diagram Language), for expressing and manipulating TDs and as an intermediate language between TDs and LOTOS specifications. We provide a group of rules for translating TDs in TDL to basic LOTOS. We also enrich the basic LOTOS with some meta-combinators to facilitate the translation from TDs to LOTOS.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"51 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131688283","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}
引用次数: 0
An object-oriented web test model for testing Web applications 一个面向对象的web测试模型,用于测试web应用程序
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883784
D. Kung, Chien-Hung Liu, P. Hsia
In recent years, Web applications have grown rapidly. As Web applications become complex, there is a growing concern about their quality and reliability. In this paper we present a methodology that uses an object-oriented Web Test Model (WTM) to support Web application testing. The test model captures both structural and behavioral test artifacts of Web applications and represents the artifacts form the object, behavior and structure perspectives. Based on the test model, both structural and behavioral test cases can be derived automatically to ensure the quality of Web applications. Moreover the model also can be used as a road map to identify change ripple effects and to find cost-effective testing strategies for reducing test efforts required in the regression testing.
近年来,Web应用程序发展迅速。随着Web应用程序变得越来越复杂,人们越来越关注它们的质量和可靠性。在本文中,我们提出了一种使用面向对象的Web测试模型(WTM)来支持Web应用程序测试的方法。测试模型捕获Web应用程序的结构和行为测试工件,并表示来自对象、行为和结构透视图的工件。基于测试模型,可以自动导出结构和行为测试用例,以确保Web应用程序的质量。此外,该模型还可以用作确定变更涟漪效应的路线图,并为减少回归测试中所需的测试工作找到具有成本效益的测试策略。
{"title":"An object-oriented web test model for testing Web applications","authors":"D. Kung, Chien-Hung Liu, P. Hsia","doi":"10.1109/APAQ.2000.883784","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883784","url":null,"abstract":"In recent years, Web applications have grown rapidly. As Web applications become complex, there is a growing concern about their quality and reliability. In this paper we present a methodology that uses an object-oriented Web Test Model (WTM) to support Web application testing. The test model captures both structural and behavioral test artifacts of Web applications and represents the artifacts form the object, behavior and structure perspectives. Based on the test model, both structural and behavioral test cases can be derived automatically to ensure the quality of Web applications. Moreover the model also can be used as a road map to identify change ripple effects and to find cost-effective testing strategies for reducing test efforts required in the regression testing.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"15 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116476774","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}
引用次数: 69
How to teach practical software quality assurance. An experience report 如何教授实际的软件质量保证。经验报告
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883791
J. B. Thompson, H. Edwards
The product/process duality of software quality is highlighted and problems of providing computing students, whether on undergraduate or postgraduate courses, with experiences analogous to those found in industry are outlined. Details are presented of the MSc in Computer-Based Information Systems, a "conversion" course offered world-wide by the University of Sunderland. The Systems Engineering module within the course is described and details are given of the pedagogical approaches adopted within it. The mechanisms used with regard to teaching concepts related to software quality assurance are described, with particular emphasis on the practical work which the students undertake. Finally, an overall evaluation is presented.
强调了软件质量的产品/过程二元性,并概述了为计算机专业学生(无论是本科生还是研究生课程)提供类似于工业界经验的问题。详细介绍了计算机信息系统理学硕士课程,这是桑德兰大学在全球范围内提供的“转换”课程。课程中的系统工程模块进行了描述,并详细介绍了其中采用的教学方法。描述了与软件质量保证相关的教学概念所使用的机制,特别强调了学生承担的实际工作。最后,给出了总体评价。
{"title":"How to teach practical software quality assurance. An experience report","authors":"J. B. Thompson, H. Edwards","doi":"10.1109/APAQ.2000.883791","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883791","url":null,"abstract":"The product/process duality of software quality is highlighted and problems of providing computing students, whether on undergraduate or postgraduate courses, with experiences analogous to those found in industry are outlined. Details are presented of the MSc in Computer-Based Information Systems, a \"conversion\" course offered world-wide by the University of Sunderland. The Systems Engineering module within the course is described and details are given of the pedagogical approaches adopted within it. The mechanisms used with regard to teaching concepts related to software quality assurance are described, with particular emphasis on the practical work which the students undertake. Finally, an overall evaluation is presented.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"10 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122317124","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}
引用次数: 4
Testing of large number multiplication functions in cryptographic systems 密码系统中大数乘法函数的检验
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883782
T. H. Tse, Z. Zhou, T. Chen
Integer multiplication is one of the fundamental functions in cryptographic systems. Although much research has already been done on the testing of multiplication functions, most does not meet the need of cryptographic systems, where very large numbers are involved. Others provide only probabilistic algorithms. In this paper we propose an efficient deterministic algorithm for verifying large number multiplications in cryptographic systems. A deterministic oracle for large integer multiplication functions will result. In addition, our method can also be used to verify selected segments of digits in the product of two numbers.
整数乘法是密码系统的基本函数之一。虽然在乘法函数的测试方面已经做了很多研究,但大多数都不能满足涉及大量数字的密码系统的需要。其他的只提供概率算法。本文提出了一种有效的确定性算法,用于验证密码系统中的大数乘法。将产生用于大整数乘法函数的确定性oracle。此外,我们的方法还可以用来验证两个数的乘积中所选的数字段。
{"title":"Testing of large number multiplication functions in cryptographic systems","authors":"T. H. Tse, Z. Zhou, T. Chen","doi":"10.1109/APAQ.2000.883782","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883782","url":null,"abstract":"Integer multiplication is one of the fundamental functions in cryptographic systems. Although much research has already been done on the testing of multiplication functions, most does not meet the need of cryptographic systems, where very large numbers are involved. Others provide only probabilistic algorithms. In this paper we propose an efficient deterministic algorithm for verifying large number multiplications in cryptographic systems. A deterministic oracle for large integer multiplication functions will result. In addition, our method can also be used to verify selected segments of digits in the product of two numbers.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"25 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129873156","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}
引用次数: 4
E-Business testing: user perceptions and performance issues 电子商务测试:用户感知和性能问题
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883805
Andreas Rudolf, R. Pirker
Customer expectations are very high in e-business. Above all when they make first contact with your organization. The first impression is key, the user interface, the performance the right response, right away. Get ready for interfacing with your customers at first click or call-you only have one chance to attract each customer with good usability and fast, reliable responses. One click, one chance, period. In e-business it is essential to set high standards for the customer perceived usability, reliability and performance of your solution. With e-business solutions you can win with an innovative, high quality solution but just as quickly loose again if your system breaks down, has complex user interfaces or long response times frustrated customers cancel their transactions, dragging down further the performance of your e-business solution. We will define the critical success factors and measurements that enable you to determine the quality of your e-business testing and we will also take a look at the security issues affecting e-business testing.
客户对电子商务的期望很高。尤其是当他们第一次与你的组织接触时。第一印象是关键,用户界面,性能正确的反应,马上。准备好在第一次点击或呼叫时与客户进行交互-您只有一次机会通过良好的可用性和快速可靠的响应来吸引每个客户。一次点击,一次机会,就是这样。在电子商务中,必须为客户感知到的解决方案的可用性、可靠性和性能设置高标准。通过电子商务解决方案,您可以凭借创新的高质量解决方案取胜,但如果您的系统崩溃,用户界面复杂或响应时间长,沮丧的客户取消交易,则会进一步拖累您的电子商务解决方案的性能。我们将定义关键的成功因素和度量,使您能够确定电子商务测试的质量,我们还将研究影响电子商务测试的安全性问题。
{"title":"E-Business testing: user perceptions and performance issues","authors":"Andreas Rudolf, R. Pirker","doi":"10.1109/APAQ.2000.883805","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883805","url":null,"abstract":"Customer expectations are very high in e-business. Above all when they make first contact with your organization. The first impression is key, the user interface, the performance the right response, right away. Get ready for interfacing with your customers at first click or call-you only have one chance to attract each customer with good usability and fast, reliable responses. One click, one chance, period. In e-business it is essential to set high standards for the customer perceived usability, reliability and performance of your solution. With e-business solutions you can win with an innovative, high quality solution but just as quickly loose again if your system breaks down, has complex user interfaces or long response times frustrated customers cancel their transactions, dragging down further the performance of your e-business solution. We will define the critical success factors and measurements that enable you to determine the quality of your e-business testing and we will also take a look at the security issues affecting e-business testing.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"44 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121478908","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}
引用次数: 16
Software acquisition management experience learnt in a multi discipline and multi contract project environment 在多学科、多合同项目环境中学习软件采办管理经验
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883797
Shanti Wong
This paper summarizes software acquisition management lessons learnt from a complex multidisciplinary and multi-contract environment. It also identifies a number of new measures for improvement in a current project. These new measures are then analyzed against the key process areas of the Software Acquisition Capability Maturity Model/sup (R)/ (SA-CMM/sup (R)/) for their applicability and comprehensiveness. Additional effort to fulfil level-2 requirements of the SA-CMM/sup (R)/ is also investigated.
本文总结了从复杂的多学科和多合同环境中获得的软件采办管理经验。它还确定了一些改进当前项目的新措施。然后针对软件获取能力成熟度模型/sup (R)/ (SA-CMM/sup (R)/)的关键过程域对这些新度量进行分析,以确定它们的适用性和全面性。还调查了为满足SA-CMM/sup (R)/ 2级要求所作的额外努力。
{"title":"Software acquisition management experience learnt in a multi discipline and multi contract project environment","authors":"Shanti Wong","doi":"10.1109/APAQ.2000.883797","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883797","url":null,"abstract":"This paper summarizes software acquisition management lessons learnt from a complex multidisciplinary and multi-contract environment. It also identifies a number of new measures for improvement in a current project. These new measures are then analyzed against the key process areas of the Software Acquisition Capability Maturity Model/sup (R)/ (SA-CMM/sup (R)/) for their applicability and comprehensiveness. Additional effort to fulfil level-2 requirements of the SA-CMM/sup (R)/ is also investigated.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123144620","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
Achieving quality software development for distributed environments 为分布式环境实现高质量的软件开发
Pub Date : 2000-10-30 DOI: 10.1109/APAQ.2000.883790
S. Yau
With the rapid advances of computer networking and wireless technologies, the applications of information technology have been drastically broadened. However, there are also more challenges in developing quality software for these applications. In this paper, recent advances to meet these challenges are discussed. In particular, among these advances, component-based software development, middleware, and design patterns to improve the development of quality software in distributed environments are considered.
随着计算机网络和无线技术的迅速发展,信息技术的应用范围大大扩大。然而,在为这些应用程序开发高质量的软件方面也存在更多的挑战。本文讨论了应对这些挑战的最新进展。特别是,在这些进步中,考虑了基于组件的软件开发、中间件和设计模式,以改进分布式环境中高质量软件的开发。
{"title":"Achieving quality software development for distributed environments","authors":"S. Yau","doi":"10.1109/APAQ.2000.883790","DOIUrl":"https://doi.org/10.1109/APAQ.2000.883790","url":null,"abstract":"With the rapid advances of computer networking and wireless technologies, the applications of information technology have been drastically broadened. However, there are also more challenges in developing quality software for these applications. In this paper, recent advances to meet these challenges are discussed. In particular, among these advances, component-based software development, middleware, and design patterns to improve the development of quality software in distributed environments are considered.","PeriodicalId":432680,"journal":{"name":"Proceedings First Asia-Pacific Conference on Quality Software","volume":"105 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2000-10-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124737390","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
期刊
Proceedings First Asia-Pacific Conference on Quality Software
全部 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