期刊文献+
共找到236篇文章
< 1 2 12 >
每页显示 20 50 100
Implementation Method of Non-Intrusive Monitoring Mechanism for Web Services Testing
1
作者 Lun Cai Jing-Ling Liu Xi Wang 《Journal of Electronic Science and Technology of China》 2009年第3期207-213,共7页
In web services testing, accessing the interactive contents of measured Services and the information of service condition accurately are the key issues of system design and realization. A non-intrusive solution based ... In web services testing, accessing the interactive contents of measured Services and the information of service condition accurately are the key issues of system design and realization. A non-intrusive solution based on axis2 is presented to overcome the difficulty of the information retrieval in web service testing. It can be plugged in server side or client side freely to test pre-deployed or deployed web services. Moreover, it provides a monitoring interface and the corresponding subscription publication mechanism for users based on web services to support the quality assurance grounded on service-oriented architecture (SOA) application service. 展开更多
关键词 Monitoring mechanism service-oriented architecture web services testing
下载PDF
Optimization of Web Service Testing Task Assignment in Crowdtesting Environment
2
作者 唐文君 陈荣 +3 位作者 张佳丽 黄琳 郑圣杰 郭世凯 《Journal of Computer Science & Technology》 SCIE EI CSCD 2023年第2期455-470,共16页
Crowdtesting has emerged as an attractive and economical testing paradigm that features testers from different countries,with various backgrounds and working conditions.Recent developments in crowdsourcing testing sug... Crowdtesting has emerged as an attractive and economical testing paradigm that features testers from different countries,with various backgrounds and working conditions.Recent developments in crowdsourcing testing suggest that it is feasible to manage test populations and processes,but they are often outside the scope of standard testing theory.This paper explores how to allocate service-testing tasks to proper testers in an ever-changing crowdsourcing environment.We formalize it as an optimization problem with the objective to ensure the testing quality of the crowds,while considering influencing factors such as knowledge capability,the rewards,the network connections,and the geography and the skills required.To solve the proposed problem,we design a task assignment algorithm based on the Differential Evolution(DE)algorithm.Extensive experiments are conducted to evaluate the efficiency and effectiveness of the proposed algorithm in real and synthetic data,and the results show better performance compared with other heuristic-based algorithms. 展开更多
关键词 crowdtesting task assignment web service testing heuristic algorithm OPTIMIZATION quality of web service
原文传递
Analysis of Standards Establishment for the Testing of Electrical Appliances
3
作者 Xiaobin Xie 《Journal of Electronic Research and Application》 2024年第2期12-17,共6页
As science and technology continue to develop,power equipment has become an indispensable part of industrial production and daily life.Whether it is the precise automation machinery utilized on production lines or the... As science and technology continue to develop,power equipment has become an indispensable part of industrial production and daily life.Whether it is the precise automation machinery utilized on production lines or the convenient electrical appliances found in households,their functionality relies heavily on electrical technology.Nonetheless,without stringent safety and performance assurances,these devices could potentially endanger lives and property.Thus,this paper explores the development strategy for establishing a standardized system within the electrical testing service industry,aiming to ensure safety and reliability. 展开更多
关键词 Electrical testing The service industry Standard system construction
下载PDF
Generating test case specifications of web service composition using model checking
4
作者 钱铃莉 陈怡海 《Journal of Shanghai University(English Edition)》 CAS 2011年第5期409-414,共6页
Model checking techniques have been widely used in verifying web service compositions to ensure the trustworthi- ness. However, little research has focused on testing web services. Based on the research of model check... Model checking techniques have been widely used in verifying web service compositions to ensure the trustworthi- ness. However, little research has focused on testing web services. Based on the research of model checking techniques~ we propose a model checking based approach for testing web service composition which is described by using the web services choreography description language (WS-CDL). According to worldwide web consortium (W3C) candidate recommendation, the WS-CDL specification provides a language for characterizing interactions between distinct web services using XML. Since the behaviors of web service composition are asynchronous, distributed, low-coupled and platform independent, we employ the guarded automata (GA) model for specifying the composition described in WS-CDL and using the simple promela interpreter (SPIN) model checker for detecting the collaborations of web services. Test cases can be transformed from counterexamples generated by SPIN using adequacy criteria. In this paper we apply the transition coverage criterion for generating counterex- amples. To illustrate our approach, we set "E-commerce service system" as an example for demonstrating how test cases can be generated using SPIN for compositions specified in WS-CDL. 展开更多
关键词 model-based testing web services choregraphy description language (WS-CDL) model checking simple promela interpreter (SPIN) test cases
下载PDF
Worst-Input Mutation Approach to Web Services Vulnerability Testing Based on SOAP Messages 被引量:2
5
作者 Jinfu Chen Huanhuan Wang +3 位作者 Dave Towey Chengying Mao Rubing Huang Yongzhao Zhan 《Tsinghua Science and Technology》 SCIE EI CAS 2014年第5期429-441,共13页
The growing popularity and application of Web services have led to increased attention regarding the vulnerability of software based on these services. Vulnerability testing examines the trustworthiness and reduces th... The growing popularity and application of Web services have led to increased attention regarding the vulnerability of software based on these services. Vulnerability testing examines the trustworthiness and reduces the security risks of software systems. This paper proposes a worst-input mutation approach for testing Web service vulnerability based on Simple Object Access Protocol (SOAP) messages. Based on characteristics of SOAP messages, the proposed approach uses the farthest neighbor concept to guide generation of the test suite. The corresponding automatic test case generation algorithm, namely, the Test Case generation based on the Farthest Neighbor (TCFN), is also presented. The method involves partitioning the input domain into sub-domains according to the number and type of SOAP message parameters in the TCFN, selecting the candidate test case whose distance is the farthest from all executed test cases, and applying it to test the Web service. We also implement and describe a prototype Web service vulnerability testing tool. The tool was applied to the testing of Web services on the Internet. The experimental results show that the proposed approach can find more vulnerability faults than other related approaches. 展开更多
关键词 security testing web service vulnerability SOAP message test case generation mutation operator
原文传递
基于模型的Web Service性能测试方法 被引量:6
6
作者 陈颖慧 邱雪松 +2 位作者 刘益畅 唐凡 高志鹏 《北京邮电大学学报》 EI CAS CSCD 北大核心 2009年第B04期44-48,共5页
为提高web service性能测试的效率和自动化程度,提出了一种基于模型的web service性能测试方法.webservice性能测试模型分层建立,测试步骤模型、测试事务模型、测试调度模型从下至上可实现不同层间测试模型的重用.基于该模型编制了web s... 为提高web service性能测试的效率和自动化程度,提出了一种基于模型的web service性能测试方法.webservice性能测试模型分层建立,测试步骤模型、测试事务模型、测试调度模型从下至上可实现不同层间测试模型的重用.基于该模型编制了web service性能测试工具软件,并进行了实际应用,为基于模型的自动化性能测试提供了可行的解决方案. 展开更多
关键词 web服务 性能测试 测试模型 测试工具
下载PDF
分布式遗传算法在智能组卷中的Web services实现 被引量:5
7
作者 李广水 马青霞 +1 位作者 陈爱萍 郑滔 《计算机应用研究》 CSCD 北大核心 2010年第11期4185-4188,共4页
研究了分布式并行遗传算法的智能组卷问题。设计了在校园网范围内的分布式Web服务的组卷系统,通过多线程的软件结构实现了Web服务之间的相互调用及反馈机制,采用基于Base64的预先基因压缩方案来提高SOAP性能。仿真试验证明了分布式Web... 研究了分布式并行遗传算法的智能组卷问题。设计了在校园网范围内的分布式Web服务的组卷系统,通过多线程的软件结构实现了Web服务之间的相互调用及反馈机制,采用基于Base64的预先基因压缩方案来提高SOAP性能。仿真试验证明了分布式Web服务的组卷系统不仅可以极大地减少组卷时间、具有良好的容错能力,同时也能一次生成多套试卷,为构建B/S模式下的机器考试系统提供了依据。 展开更多
关键词 智能组卷 遗传算法 web服务
下载PDF
基于BPEL的Web Service组合的数据流分析测试方法(英文) 被引量:8
8
作者 董文莉 胡建华 《软件学报》 EI CSCD 北大核心 2009年第8期2102-2112,共11页
随着Web Service组合变得越来越复杂,通过测试来保证服务质量和可靠性也变得越来越重要.将传统数据流分析方法扩展用于Web Service组合测试,提出了一种基于BPEL的Web Service组合的数据流分析测试方法.该方法基于一个测试模型:Web Serv... 随着Web Service组合变得越来越复杂,通过测试来保证服务质量和可靠性也变得越来越重要.将传统数据流分析方法扩展用于Web Service组合测试,提出了一种基于BPEL的Web Service组合的数据流分析测试方法.该方法基于一个测试模型:Web Service组合测试模型WSCTM,该测试模型可以捕获Web Service组合的数据流接口.采用基于服务的模型WSCTM,数据流可以从3个视点来分析:服务间、服务内和服务实现构件间.从而,Web Service组合的数据流测试可以在三层上得到实现.基于以上方法,可得到Web Service组合的定义-使用链,最终可产生满足既定测试标准以获得需求Web服务组合质量要求的测试路径. 展开更多
关键词 web服务 业务流程执行语言 web服务组合 软件测试 数据流分析
下载PDF
基于JMeter的Web Service自动化测试集成框架 被引量:12
9
作者 边耐政 赵东旭 《计算机应用与软件》 CSCD 2016年第5期8-12,16,共6页
Web Service由于其松散耦合的技术特性,随着SOA的流行正日渐普及。随着需求的增长和应用规模的扩大,Web Service正变得越来越复杂,且其性能表现也愈加重要,对性能测试的自动化程度的要求也越来越高。JMeter作为一款开源的优秀性能测试工... Web Service由于其松散耦合的技术特性,随着SOA的流行正日渐普及。随着需求的增长和应用规模的扩大,Web Service正变得越来越复杂,且其性能表现也愈加重要,对性能测试的自动化程度的要求也越来越高。JMeter作为一款开源的优秀性能测试工具,支持对Web Service进行性能测试,但仍需人工分析WSDL后手工输入测试配置。介绍一种基于JMeter的Web Service自动化性能测试框架,它能够自动解析WSDL文档,生成JMeter性能测试所需的Operations和相关配置,直接用于JMeter来完成自动化测试流程。这有助于软件测试人员专注于测试用例的设计,而不必分析复杂的WSDL文档,减轻了测试负担,提高了测试效率。 展开更多
关键词 JMETER web service 自动化 性能测试
下载PDF
基于安全规则变异的Web Services安全性测试方法 被引量:4
10
作者 陈锦富 李青 +3 位作者 毛澄映 詹永照 黄如兵 陈加梅 《计算机学报》 EI CSCD 北大核心 2013年第10期1967-1981,共15页
针对已有变异测试研究中仅考虑对SOAP(Simple Object Access Protocol)消息输入参数的变异处理,而缺乏对SOAP消息安全规则变异的研究,文中从消息机密性、完整性及身份认证等方面对安全规则进行归类,提出了一种基于安全规则变异的Web Ser... 针对已有变异测试研究中仅考虑对SOAP(Simple Object Access Protocol)消息输入参数的变异处理,而缺乏对SOAP消息安全规则变异的研究,文中从消息机密性、完整性及身份认证等方面对安全规则进行归类,提出了一种基于安全规则变异的Web Services安全性测试方法.首先给出一种安全规则变异测试框架,研究变异点判定规则库,设计出相应的变异操作算子、漏洞判定准则以及基于优先级与权重策略的变异算子选择方法.然后提出一种基于安全规则变异的测试用例生成算法,依照算法生成违背安全规则的SOAP消息,从而揭露Web Services的安全类故障.最后实现了一个Web Services安全性测试工具WSSTT(Web Services Security Testing Tool),在工具的基础上进行实验和对比分析,验证了文中提出的基于安全规则变异的Web Services安全测试方法的可行性和有效性. 展开更多
关键词 web serviceS SOAP消息 安全规则变异 变异测试 变异算子 原型工具
下载PDF
基于Web Service的TTCN-3远程测试系统 被引量:5
11
作者 孙萌 陈静 王鲁 《计算机应用与软件》 CSCD 北大核心 2012年第6期137-140,共4页
通过分析TTCN-3测试系统的通用结构,提出基于TTCN-3的远程测试概念,进而提出一种基于Web Service的TTCN-3远程测试系统体系架构,实现TTCN-3脚本的远程编辑、编译和执行,满足测试人员通过远程客户端自动地测试被测系统的需求。通过将该... 通过分析TTCN-3测试系统的通用结构,提出基于TTCN-3的远程测试概念,进而提出一种基于Web Service的TTCN-3远程测试系统体系架构,实现TTCN-3脚本的远程编辑、编译和执行,满足测试人员通过远程客户端自动地测试被测系统的需求。通过将该系统应用于某银行业务系统的测试,验证系统应用于远程自动化测试的有效性,提高测试效率。 展开更多
关键词 TTCN-3 web service 远程测试 远程测试系统
下载PDF
基于Web Services的分布式标准化学习资源服务系统的研究与实现 被引量:2
12
作者 吴砥 杨宗凯 +1 位作者 程文青 严鹤 《计算机工程与科学》 CSCD 2007年第8期58-60,98,共4页
学习资源的管理是网络教育的重点和难点,由于网络教育资源数量巨大,格式不一,位置分散,造成了资源使用效率不高的现状。如何提高教育资源的服务质量是一个亟待解决的问题。针对这一问题,本文提出了一种基于Web Services的分布式标准化... 学习资源的管理是网络教育的重点和难点,由于网络教育资源数量巨大,格式不一,位置分散,造成了资源使用效率不高的现状。如何提高教育资源的服务质量是一个亟待解决的问题。针对这一问题,本文提出了一种基于Web Services的分布式标准化学习资源服务系统模型,并对其进行了实现和应用。该模型遵循学习资源相关技术标准,采用分层的学习资源管理机制,利用Web Services技术实现不同层次间通信,将资源开发、存储、共享等环节贯穿起来,提高了学习资源的服务质量。 展开更多
关键词 网络教育 资源标准 web服务
下载PDF
基于Web Services的UDDI技术与系统集成 被引量:5
13
作者 段富 程艳芳 《大连理工大学学报》 EI CAS CSCD 北大核心 2005年第z1期249-252,共4页
Web Services提供了一种新的基于Internet的分布式计算的模型,促进了软件体系结构从紧耦合、严格、静态的模型向松耦合、灵活、动态的商务模型发展.介绍了Web Services的体系结构、运行机制、UDDI标准及在系统集成中的应用.使用Web Serv... Web Services提供了一种新的基于Internet的分布式计算的模型,促进了软件体系结构从紧耦合、严格、静态的模型向松耦合、灵活、动态的商务模型发展.介绍了Web Services的体系结构、运行机制、UDDI标准及在系统集成中的应用.使用Web Service技术进行系统集成,提高了系统的可扩展性和兼容性,增强了网络平台的适应能力,提高了系统的服务质量. 展开更多
关键词 web serviceS 统一描述集成标准 系统集成
下载PDF
Web Service适配器测试的仿真测试环境搭建方法 被引量:2
14
作者 赵会群 张暴 申宁 《计算机应用与软件》 CSCD 北大核心 2013年第4期81-84,共4页
介绍基于TTCN-3的Web Service测试方法,阐述对Web Service适配器进行仿真测试的必要性。为了保证Web Service适配器的可用性以及Web Service开发流程和测试流程的无缝衔接,提出Web Service适配器仿真测试的关键测试点、仿真测试环境的... 介绍基于TTCN-3的Web Service测试方法,阐述对Web Service适配器进行仿真测试的必要性。为了保证Web Service适配器的可用性以及Web Service开发流程和测试流程的无缝衔接,提出Web Service适配器仿真测试的关键测试点、仿真测试环境的特性以及仿真测试环境的搭建方法。给出一个Web Service适配器仿真测试的实例,证明该方法的可行性和有效性。 展开更多
关键词 web service TTCN-3 适配器 仿真测试
下载PDF
基于Web Services的人才考评分布式信息平台建设 被引量:1
15
作者 杜娟 徐鲁强 罗志威 《西南科技大学学报》 CAS 2005年第3期14-17,共4页
针对人才考评工作的重要性和具体需求,结合分布式系统技术和W eb Services技术的特点,作者提出了通过对实绩考评方法建模系统的研究,采用W eb Services技术建立一套适合多种行业的B/S模式的人才实绩考评分布式信息平台的方案。
关键词 实绩考评 分布式系统 web services XML SOAP WSDL UDDI
下载PDF
基于Web Services的网络考试系统设计方案 被引量:1
16
作者 钱雪忠 耿瑞峰 《江南大学学报(自然科学版)》 CAS 2004年第6期570-574,共5页
介绍了软件体系结构的4个发展阶段,概要展示了不同阶段网络考试系统的设计与实现.在分析WebServices的核心概念与运行机理的基础上,提出了基于WebServices的网络考试系统的总体设计方案及其实现方法;同时揭示出WebServices的广泛应用前景.
关键词 web服务 简单对象存取协议 通用描述发掘与整合规范 联网考试系统
下载PDF
一种基于Web Service的企业数据共享平台的设计 被引量:5
17
作者 韩鑫 汤彬 《电子质量》 2013年第7期31-33,共3页
该文设计了一种企业数据共享平台。该平台采用Web Service和XML技术设计了浏览器/应用程序服务器/数据库服务器三层架构的数据共享系统,实现了企业内部数据的松耦合对接。
关键词 数据共享平台 web服务 元数据标准 共享接口标准
下载PDF
基于Web Service标准的开放式船舶软件开发框架
18
作者 李玉刚 纪卓尚 林焰 《武汉理工大学学报(交通科学与工程版)》 2009年第6期1037-1039,1136,共4页
XML(Extensible Markup Language)和Web Service作为W3C(World Wide Consortium)组织提出的国际标准,对整个IT及其相关行业产生了巨大的影响.船舶行业正处在大发展的时代,但是使用的软件大部分都从国外引进.为了促进船舶行业软件的开发... XML(Extensible Markup Language)和Web Service作为W3C(World Wide Consortium)组织提出的国际标准,对整个IT及其相关行业产生了巨大的影响.船舶行业正处在大发展的时代,但是使用的软件大部分都从国外引进.为了促进船舶行业软件的开发,认识到船舶行业的信息化现状以及应用软件的网络化发展趋势,提出了基于Web Service标准的开放式船舶软件开发框架.这个框架使用XML作为标准的数据格式,以Web Service作为底层的IT支持基础.可以有效地利用现有的互联网,组织广大的船舶行业软件开发人员,共同开发开放式的可在网络上互相调用的松散耦合的软件服务.分析了此框架的可行性,并通过开发部署一个服务的实例展示了其先进性和实现的简易性. 展开更多
关键词 web service 软件开发 XML标准 船舶
下载PDF
一种基于TTCN-3的Web Service测试方法
19
作者 宁小斌 伊文敏 罗为检 《计算机应用与软件》 CSCD 北大核心 2012年第6期216-218,共3页
Web Service测试成为当前软件测试的研究热点,TTCN-3是ETSI专门为测试领域制定的通用测试语言,在很多领域以及不同的软件开发阶段都有运用。使用Axis2将WSDL文件中的内容映射到Java类中,再将Java类代表的数据结构和操作按照相应规则映射... Web Service测试成为当前软件测试的研究热点,TTCN-3是ETSI专门为测试领域制定的通用测试语言,在很多领域以及不同的软件开发阶段都有运用。使用Axis2将WSDL文件中的内容映射到Java类中,再将Java类代表的数据结构和操作按照相应规则映射到TTCN-3中,映射得到结构清晰合理的数据类型,即可有效地对Web Service进行测试,并只需进行少量更改即可应用到对其他Web Service的测试中,大大减轻测试人员的工作量,提高测试效率。 展开更多
关键词 web service 测试 TTCN-3 映射 测试适配器 编解码器
下载PDF
Web Services事务非阻塞2PC模型的实现与测试
20
作者 杨海涛 陈楚潮 林锦堂 《计算机工程》 EI CAS CSCD 北大核心 2006年第18期98-99,119,共3页
在改进BTP2PCwithtimeouts的timeout设定及相关时序的前提下,提出了一类面向细粒度事务终止特性的非阻塞扩展2PC模型(Tx2PCt)。提供了Tx2PCt事务处理模型于主要商业开发平台环境(Microsoft.Net)上的测试实例及分析。测试结果支持了Tx2PC... 在改进BTP2PCwithtimeouts的timeout设定及相关时序的前提下,提出了一类面向细粒度事务终止特性的非阻塞扩展2PC模型(Tx2PCt)。提供了Tx2PCt事务处理模型于主要商业开发平台环境(Microsoft.Net)上的测试实例及分析。测试结果支持了Tx2PCt事务协议的前提设定的合理性,印证了Tx2PCt在事务吞吐量方面的表现与预期相吻合。 展开更多
关键词 web services事务协议模型 测试实例 例外 成功事务吞吐量
下载PDF
上一页 1 2 12 下一页 到第
使用帮助 返回顶部