期刊文献+
共找到318篇文章
< 1 2 16 >
每页显示 20 50 100
Generating Conformance Tests for Nondeterministic Protocol Machines
1
作者 罗钢 《Journal of Computer Science & Technology》 SCIE EI CSCD 1994年第4期289-301,共13页
We present a method of generating test cases from the software specifications which are modeled by nondeterministic finite state machines. It is applicable to both nondeterministic and deterministic finite state mach... We present a method of generating test cases from the software specifications which are modeled by nondeterministic finite state machines. It is applicable to both nondeterministic and deterministic finite state machines. When applied to deterministic machines, this method yields usually smaller test suites with full fault coverage than the existing methods that also assure full fault coverage. In particular, the proposed mehod can be used to test the control portion of software specified in the formalspecification languages SDL or ESTELLE. 展开更多
关键词 Automata theory ESTELLE finite state machines nondeterministic finite state machines protocol conformance testing protocol engineering SDL and software testing
原文传递
A formal method to real-time protocol interoperability testing 被引量:6
2
作者 WANG ZhiLiang1,3,YIN Xia2,3 & JING ChuanMing2,3 1 Network Research Center,Tsinghua University,Beijing 100084,China 2 Department of Computer Science and Technology,Tsinghua University,Beijing 100084,China 3 Tsinghua National Laboratory for Information Science and Technology(TNList) ,Beijing 100084,China 《Science in China(Series F)》 2008年第11期1723-1744,共22页
Interoperability testing is an important technique to ensure the quality of implementations of network communication protocol. In the next generation Internet protocol, real-time applications should be supported effec... Interoperability testing is an important technique to ensure the quality of implementations of network communication protocol. In the next generation Internet protocol, real-time applications should be supported effectively. However, time constraints were not considered in the related studies of protocol interoperability testing, so existing interoperability testing methods are difficult to be applied in real-time protocol interoperability testing. In this paper, a formal method to real-time protocol interoperability testing is proposed. Firstly, a formal model CMpTIOA (communicating multi-port timed input output automata) is defined to specify the system under test (SUT) in real-time protocol interoperability testing; based on this model, timed interoperability relation is then defined. In order to check this relation, a test generation method is presented to generate a parameterized test behavior tree from SUT model; a mechanism of executability pre-determination is also integrated in the test generation method to alleviate state space explosion problem to some extent. The proposed theory and method are then applied in interoperability testing of IPv6 neighbor discovery protocol to show the feasibility of this method. 展开更多
关键词 protocol testing interoperability testing real-time testing test generation timed input output automata(TIOA)
原文传递
SIP Conformance Testing Based on TTCN-2
3
作者 李天 王之梁 尹霞 《Tsinghua Science and Technology》 SCIE EI CAS 2007年第S1期223-228,共6页
The session initiation protocol (SIP) is a signaling protocol for Internet telephony, multimedia conferencing, presence, event notification, and instant messaging. With the gaining popularity, more and more SIP implem... The session initiation protocol (SIP) is a signaling protocol for Internet telephony, multimedia conferencing, presence, event notification, and instant messaging. With the gaining popularity, more and more SIP implementations have been developed and deployed. How to guarantee the conformance of those SIP implementations is the key point of interconnection and interoperation among them. This paper proposes the test method and architecture for the SIP protocol based on the IPv6 tester system. Tree and tabular combined notation (TTCN-2) is adopted to describe the test suite. With an enhanced reference implementation, the data-processing ability to the original test system has been greatly improved. In the following test practices, some errors have been found in the SIP entities under test. It is proved that the proposed test method and architecture are effective to verify the conformance of the SIP entities, and the result of the conformance test may provide helpful reference to the development of SIP products. 展开更多
关键词 session initiation protocol (SIP) conformance testing reference implementation TTCN test suite
原文传递
The Protocol Conformance Testing of CCSS7 ISUP
4
作者 金跃辉 程时端 《High Technology Letters》 EI CAS 1998年第2期68-72,共5页
This paper describes the ISUP (ISDN User Part of CCSS7) conformance testing theory and method according to CCITT and China national standards, and presents a successful ISUP protocol conformance testing system in detail.
关键词 conformance testING PROTOCOL ISUP CCSS7 ISDN
下载PDF
Principle and Design of a Test Suite Generation System——TSGS
5
作者 庞其祥 《High Technology Letters》 EI CAS 1996年第1期55-58,共4页
Formal methods for test sequence generation from FSM have been studied widely andthoroughly,but most real communication systems can only be modeled as EFSM exactly.Data portion in EFSM brings difficulties for test sui... Formal methods for test sequence generation from FSM have been studied widely andthoroughly,but most real communication systems can only be modeled as EFSM exactly.Data portion in EFSM brings difficulties for test suite generation.In this paper,the strategyof generating test suite from protocols modelled as EFSM is presented.This strategy consid-ers testing of both the control portion and data portion of protocols.A software,the testsuite generation system(TSGS)based on above strategy,is introduced. 展开更多
关键词 Protocol conformance testing EFSM test suite generation
下载PDF
Smart Inverter Functionality Testing for Battery Energy Storage Systems
6
作者 Jun Hashimoto Taha Selim Ustun Kenji Otani 《Smart Grid and Renewable Energy》 2017年第11期337-350,共14页
Variable distributed energy resources (DERs) such as photovoltaic (PV) systems and wind power systems require additional power resources to control the balance between supply and demand. Battery energy storage systems... Variable distributed energy resources (DERs) such as photovoltaic (PV) systems and wind power systems require additional power resources to control the balance between supply and demand. Battery energy storage systems (BESSs) are one such possible resource for providing grid stability. It has been proposed that decentralized BESSs could help support microgrids (MGs) with intelligent control when advanced functionalities are implemented with variable DERs. One key challenge is developing and testing smart inverter controls for DERs. This paper presents a standardized method to test the interoperability and functionality of BESSs. First, a survey of grid-support standards prevalent in several countries was conducted. Then, the following four interoperability functions defined in IEC TR 61850-90-7 were tested: the specified active power from storage test (INV4), the var-priority Volt/VAR test (VV) and the specified power factor test (INV3) and frequency-watt control (FW). This study then out-lines the remaining technical issues related to basic BESS smart inverter test protocols. 展开更多
关键词 Battery ENERGY Storage Systems Distributed ENERGY Resources SMART INVERTER CONTROLS Grid-Support Standards test protocols interoperability
下载PDF
OFtest开源测试工具分析与应用
7
作者 田姣姣 叶晓舟 《网络新媒体技术》 2018年第2期48-53,共6页
OFtest是思博伦公司和印第安纳大学inCNTER实验室联合推出的OpenFlow交换机协议一致性测试工具,是基于Python实现的开源项目,OFtest是基于Python实现的开源项目,已成为SDN最流行的测试工具之一。该文从系统实现的角度,对OFtest进行了分... OFtest是思博伦公司和印第安纳大学inCNTER实验室联合推出的OpenFlow交换机协议一致性测试工具,是基于Python实现的开源项目,OFtest是基于Python实现的开源项目,已成为SDN最流行的测试工具之一。该文从系统实现的角度,对OFtest进行了分析,并详细说明了系统框架、控制模块、数据模块、测试辅助模块4个部分;从实际应用的角度,介绍了本地虚拟交换机的测试方法和设计测试用例需要遵循的规则,并提出了面向POF交换机的扩展建议。 展开更多
关键词 SDN技术 OpenFlow交换机协议一致性测试 OFtest开源项目 POF协议
下载PDF
电力线双模通信技术的测试与评估方法研究
8
作者 陆欣 任学荣 +3 位作者 赵金玉 逄林 卢春雷 刘庆扬 《电工技术》 2024年第16期227-230,共4页
高速电力线载波(HPLC)与微功率无线(HRF)相结合的双模通信技术是目前低压台区用电信息采集系统的最佳的本地通信方案,两种信道可以互为路由,组成一张网络,具有实时性和可靠性高、业务场景丰富等特点。针对双模通信独特混合组网方式,提... 高速电力线载波(HPLC)与微功率无线(HRF)相结合的双模通信技术是目前低压台区用电信息采集系统的最佳的本地通信方案,两种信道可以互为路由,组成一张网络,具有实时性和可靠性高、业务场景丰富等特点。针对双模通信独特混合组网方式,提出了一种双模通信技术检测方案,设计了双模通信互联互通测试系统,开发了测试系统平台软件,实现了通信性能测试、协议一致性测试和互操作测试,在实验室环境下模拟现场的各种工况环境,有效对双模通信产品进行互联互通标准化测试和评估。 展开更多
关键词 用电信息采集 双模通信 性能测试 协议一致性 互操作测试
下载PDF
一种车载T-BOX协议一致性测试系统及方法
9
作者 李军龙 安迪 +3 位作者 王鑫 李志宁 张仕举 赵诗语 《汽车实用技术》 2024年第13期38-42,共5页
为提升车联网系统无线车载终端(T-BOX)协议一致性测试准确度及场景覆盖度,降低实车道路极限工况测试潜在的安全风险,文章提出了一种基于试验室虚拟仿真环境的自动化测试系统及方法。通过自动化管理与执行单元调用自定义测试脚本,模拟导... 为提升车联网系统无线车载终端(T-BOX)协议一致性测试准确度及场景覆盖度,降低实车道路极限工况测试潜在的安全风险,文章提出了一种基于试验室虚拟仿真环境的自动化测试系统及方法。通过自动化管理与执行单元调用自定义测试脚本,模拟导航卫星定位信号,仿真实车各类工况车载总线通信场景,构建多种典型电磁波传输信道模型及异常故障,实时解析处理车载T-BOX与虚拟云平台通信数据,自动判定测试结果并生成报告。该方法在提高测试准确性、覆盖度和安全性前提下,自动化建立闭环测试链路,有效缩短了产品开发测试周期。 展开更多
关键词 T-BOX 测试系统 自动化 协议一致性
下载PDF
A framework for interoperability of BPEL-based workflows
10
作者 李喜彤 《High Technology Letters》 EI CAS 2008年第4期429-436,共8页
With the prevalence of service-oriented architecture (SOA), web services have become the dominating technology to construct workflow systems. As a workflow is the composition of a series of interrelated web services... With the prevalence of service-oriented architecture (SOA), web services have become the dominating technology to construct workflow systems. As a workflow is the composition of a series of interrelated web services which realize its activities, the interoperability of workflows can be treated as the composition of web services. To address it, a framework for interoperability of business process execution language (BPEL)-based workflows is presented, which can perform three phases, that is, transformation, eonformance test and execution. The core components of the framework are proposed, especially how these components promote interoperability. In particular, dynamic binding and re-composition of work-flows in terms of web service testing are presented. Besides, an example of business-to-business (B2B) collaboration is provided to illustrate how to perform composition and conformance test. 展开更多
关键词 interoperability of workflows colored petri nets conformance test web service testing
下载PDF
配电自动化系统智能终端一致性测试系统分析与设计 被引量:1
11
作者 汪文达 佘伊伦 王子滔 《电子器件》 CAS 北大核心 2023年第4期1030-1034,共5页
接入配电自动化系统的智能终端在数据接口及通讯方式上存下一定的差异性,这改变了传统配电系统的通信方式及功能结构,对智能配电终端的相互兼容性提出了挑战。以智能配电终端互操作性为主要目标,提出了验证智能终端互操作能力的一致性... 接入配电自动化系统的智能终端在数据接口及通讯方式上存下一定的差异性,这改变了传统配电系统的通信方式及功能结构,对智能配电终端的相互兼容性提出了挑战。以智能配电终端互操作性为主要目标,提出了验证智能终端互操作能力的一致性测试系统以及智能终端集成系统自动化功能的互操作性测试系统。重点设计了智能配电终端的测试环境、测试内容、测试操作流程及测试结果,并以配电网变压器终端为例进行了一致性测试分析,最后给出了一致性测试质量评估手段及具体实现过程。 展开更多
关键词 配电自动化系统 智能终端 互操作性 一致性 测试分析 质量评估
下载PDF
一种用于规约一致性测试的PIXIT文件自动生成系统
12
作者 芮珵 葛雅川 +1 位作者 周彦飞 李楠 《电工技术》 2023年第10期167-168,171,共3页
针对每个型号装置在规约一致性测试时都要填写PIXIT一致性声明文件的情况,设计了根据cid模型自动生成该文件的系统。首先对声明文件所填内容进行分类并总结归纳人工填写过程中常见的错误,之后分析了常见深度学习算法以及长短期记忆人工... 针对每个型号装置在规约一致性测试时都要填写PIXIT一致性声明文件的情况,设计了根据cid模型自动生成该文件的系统。首先对声明文件所填内容进行分类并总结归纳人工填写过程中常见的错误,之后分析了常见深度学习算法以及长短期记忆人工神经网络的原理及建模方式,最后介绍了整个系统人机交互的实现流程。在兼顾声明文件准确性的情况下,该系统为研发测试人员的工作带来了便利,在规约自动化测试领域有着广泛的应用前景。 展开更多
关键词 规约一致性测试 PIXIT文件 长短期记忆人工神经网络 监督学习
下载PDF
车载以太网SOME/IP协议及一致性测试系统研究 被引量:4
13
作者 曹丽平 徐维 刘敏 《汽车电器》 2023年第6期55-58,62,共5页
随着汽车网联化、智能化、电动化的快速发展,车载以太网已成为新型网络架构中的骨干网络。对汽车而言,汽车的自主度越高,系统故障导致的后果也将变得越来越严重,并且国内车载以太网技术处于发展的初期,为保证这些系统安全可靠地运行,车... 随着汽车网联化、智能化、电动化的快速发展,车载以太网已成为新型网络架构中的骨干网络。对汽车而言,汽车的自主度越高,系统故障导致的后果也将变得越来越严重,并且国内车载以太网技术处于发展的初期,为保证这些系统安全可靠地运行,车载以太网协议一致性测试显得尤为重要。SOME/IP属于车载以太网架构中应用层和传输层之间的中间件,对于SOME/IP而言,它是面向服务的通信。SOME/IP协议一致性测试包括SOME/IP Server测试及SOME/IPETS测试,测试结果表明,该测试系统能够有效检测出DUT在服务请求及服务应答过程中的错误,为供应商及主机厂完善产品协议规范提供帮助。 展开更多
关键词 车载以太网 协议一致性 SOME/IP 面向服务
下载PDF
海上跨域无人系统互联互通互操作标准符合性测试评估系统构建研究 被引量:1
14
作者 吴鑫辉 王成飞 董亚卓 《信息化研究》 2023年第4期37-42,59,共7页
针对海上跨域无人系统互联互通互操作标准符合性测试问题,文章提出了具有开放性、可拓展等特征的测试评估系统结构框架,分析了标准测试项目和软件功能组成,设计了跨域无人系统互操作测试接口和测试流程,给出了无人系统互操作能力等级评... 针对海上跨域无人系统互联互通互操作标准符合性测试问题,文章提出了具有开放性、可拓展等特征的测试评估系统结构框架,分析了标准测试项目和软件功能组成,设计了跨域无人系统互操作测试接口和测试流程,给出了无人系统互操作能力等级评判标准,可为跨域无人系统标准符合性测试提供参考。 展开更多
关键词 无人系统 互操作标准 标准符合性测试
下载PDF
列车骨干以太网协议一致性测试研究及应用
15
作者 薛莲敏 李辉 符建民 《铁道机车车辆》 北大核心 2023年第2期34-39,共6页
随着IEC 61375系列标准的推出,列车专有以太网技术标准化,使得以太网技术迅速在列车领域推广。文中针对列车拓扑发现协议、列车网络地址转换协议进行特征分析,进而形成对应的测试方案。根据测试需要,开展了测试台的搭建,并将测试台进行... 随着IEC 61375系列标准的推出,列车专有以太网技术标准化,使得以太网技术迅速在列车领域推广。文中针对列车拓扑发现协议、列车网络地址转换协议进行特征分析,进而形成对应的测试方案。根据测试需要,开展了测试台的搭建,并将测试台进行实际应用,对装车前设备进行测试且出具测试结论。 展开更多
关键词 列车拓扑发现协议 列车网络地址转换协议 一致性测试
下载PDF
信息系统互操作标准测试研究
16
作者 高静 李丹 《信息技术与标准化》 2023年第9期64-68,74,共6页
围绕信息系统互操作标准化,介绍了以互操作为牵引的北约标准化及其互操作标准测试工作。重点以互操作标准化协议STANAG 4586及其联盟标准AEP-84和关联文件为例,分析互操作接口及其测试分类、测试流程、测试方法等内容,为研制信息系统互... 围绕信息系统互操作标准化,介绍了以互操作为牵引的北约标准化及其互操作标准测试工作。重点以互操作标准化协议STANAG 4586及其联盟标准AEP-84和关联文件为例,分析互操作接口及其测试分类、测试流程、测试方法等内容,为研制信息系统互操作标准以及开展标准符合性测试、互操作测试工作等提供借鉴和参考。 展开更多
关键词 互操作 STANAG 4586 标准符合性测试
下载PDF
基于IEC 61850标准的智能电子设备及变电站自动化系统的测试 被引量:73
17
作者 吴俊兴 胡敏强 +2 位作者 吴在军 奚国富 杜炎森 《电网技术》 EI CSCD 北大核心 2007年第2期70-74,共5页
IEC61850标准是未来数字化变电站通信网络与系统的唯一国际标准,其主要目标是实现互操作,因此标准的测试活动也就围绕该目标进行,包括2个层次:验证智能电子设备(intelligent electronic device,IED)是否具有互操作的能力,即一致性测试;... IEC61850标准是未来数字化变电站通信网络与系统的唯一国际标准,其主要目标是实现互操作,因此标准的测试活动也就围绕该目标进行,包括2个层次:验证智能电子设备(intelligent electronic device,IED)是否具有互操作的能力,即一致性测试;验证IED集成在一起完成变电站自动化功能的能力,即互操作性测试。文章重点介绍了变电站自动化系统的测试流程,并结合开发的数字化保护平台对其一致性测试进行了探讨,最后介绍了对测试质量进行评估的重要性及评估手段。 展开更多
关键词 IEC61850 智能电子设备(IED) 变电站自动化系统 一致性测试 互操作性测试
下载PDF
IEC 61850一致性测试研究 被引量:38
18
作者 崔厚坤 汤效军 +1 位作者 梁志成 何卫 《电力系统自动化》 EI CSCD 北大核心 2006年第8期80-83,88,共5页
变电站自动化产品遵循的IEC 61850通信标准是确保不同厂家产品互通的关键,因此,标准的一致性测试成为产品开发过程中的重要环节。文中介绍了IEC 61850一致性测试的程序、内容及测试项目,提出并讨论了一致性测试的简单框架结构。对中国... 变电站自动化产品遵循的IEC 61850通信标准是确保不同厂家产品互通的关键,因此,标准的一致性测试成为产品开发过程中的重要环节。文中介绍了IEC 61850一致性测试的程序、内容及测试项目,提出并讨论了一致性测试的简单框架结构。对中国的协议一致性测试的发展道路提出自己的观点。IEC 61850一致性测试工作的开展有一定的积极意义。 展开更多
关键词 IEC 61850 IED 一致性测试 互操作 测试过程
下载PDF
兼容IEC61850标准的智能电子设备测试 被引量:8
19
作者 徐天奇 尹项根 +2 位作者 游大海 王阳光 李程 《电力自动化设备》 EI CSCD 北大核心 2009年第3期132-137,共6页
对智能电子设备进行一致性测试、互操作性测试、性能测试和功能测试,是在设备投入使用前对其IEC61850兼容性、互操作性、极端条件下的性能和功能完成能力进行全面评价的必要手段。通过对比IEC69870-5-101标准和DNP3标准的发行和实施情况... 对智能电子设备进行一致性测试、互操作性测试、性能测试和功能测试,是在设备投入使用前对其IEC61850兼容性、互操作性、极端条件下的性能和功能完成能力进行全面评价的必要手段。通过对比IEC69870-5-101标准和DNP3标准的发行和实施情况,说明了测试,尤其是一致性测试对于标准推广及实现标准目标的重要性。分别从电力公司和制造商角度分析了IEC61850产品测试应达到的目标,据此给出各种测试方法。指出IEC61850产品测试的难点主要在于:丰富的信息模型和服务模型;信息模型分层和模型语义的隐含性;发布者/订阅者通信模型引入;变电站描述语言(SCL)引入;自描述能力;可扩展性;功能自由分布。归纳了由此产生的需要解决的问题。 展开更多
关键词 IEC61850 一致性测试 互操作测试 功能测试 性能测试 智能电子设备
下载PDF
EPA协议一致性测试方法 被引量:7
20
作者 易明华 王平 +2 位作者 汪春华 陈良华 王浩文 《仪器仪表学报》 EI CAS CSCD 北大核心 2007年第3期451-455,共5页
EPA是我国第一个拥有自主知识产权并被国际电工委员会(IEC)认可的工业自动化领域国际标准。本文在研究EPA协议一致性测试原理、静态测试与动态测试方法与实现技术的基础上,参照TTCN的结构框架对EPA抽象测试集进行形式化描述,提出了一种... EPA是我国第一个拥有自主知识产权并被国际电工委员会(IEC)认可的工业自动化领域国际标准。本文在研究EPA协议一致性测试原理、静态测试与动态测试方法与实现技术的基础上,参照TTCN的结构框架对EPA抽象测试集进行形式化描述,提出了一种EPA协议一致性测试的方法,阐述了EPA协议实现一致性说明和协议实施附加信息的生成方法,并以变量写服务的测试为例,说明了EPA协议一致性测试流程。国家863/CIMS验收专家组委托的专家测试表明这种测试方法能够准确测试出被测协议实现与标准的一致程度。 展开更多
关键词 EPA协议 一致性测试 抽象测试集 可执行测试集 协议实现一致性说明 协议实施附加信息
下载PDF
上一页 1 2 16 下一页 到第
使用帮助 返回顶部