期刊文献+
共找到72篇文章
< 1 2 4 >
每页显示 20 50 100
基于Robot Framework测试框架的机载娱乐系统自动化测试设计
1
作者 陈柯龙 杨勋 +1 位作者 邓晓琴 杨天乐 《长江信息通信》 2023年第8期98-101,共4页
在对机载娱乐系统软件架构进行分析的基础上,阐明了机载娱乐系统自动化测试的必要性,设计了基于Robot Fra-mework测试框架的自动化分层测试组织结构,明确了自动化测试中测试用例、测试规程、测试结果之间的追踪性,并将设计的测试组织结... 在对机载娱乐系统软件架构进行分析的基础上,阐明了机载娱乐系统自动化测试的必要性,设计了基于Robot Fra-mework测试框架的自动化分层测试组织结构,明确了自动化测试中测试用例、测试规程、测试结果之间的追踪性,并将设计的测试组织结构在实际项目中进行了应用。实践表明,采用所设计的自动化分层测试组织结构可以较好的满足机载娱乐系统在软件测试过程中的脚本维护、扩展、稳定测试等要求,有利于软件的快速交付。 展开更多
关键词 robotframework 机载娱乐系统 自动化分层测试组织结构 追踪性
下载PDF
基于Robot Framework的自动化接口测试框架的设计与实现 被引量:3
2
作者 杨欣 朱志东 高远 《电子质量》 2018年第10期40-45,共6页
目前国产软件的接口测试主要采用的是通过使用串口或网口报文收发工具进行测试的方法。该方法通常需要人工发送报文,并逐个字节比对接收到的报文和接口协议的一致性,这大大地增加了测试的时间和人力成本。针对该问题,该文提出了一种基于... 目前国产软件的接口测试主要采用的是通过使用串口或网口报文收发工具进行测试的方法。该方法通常需要人工发送报文,并逐个字节比对接收到的报文和接口协议的一致性,这大大地增加了测试的时间和人力成本。针对该问题,该文提出了一种基于Robot Framework的自动化接口测试框架,可自动进行接口测试的各项操作。文章详细介绍了该框架的设计原理和实现过程,并结合具体的应用实例验证该测试框架的可行性。使用该测试框架可提高测试效率、降低测试成本。 展开更多
关键词 robot framework 自动化测试 接口测试框架 软件测试
下载PDF
基于Robot Framework的5G基站自动化测试系统的设计研究
3
作者 候春辉 孙敬伟 康志杰 《通信电源技术》 2022年第7期33-35,49,共4页
设计了一种基于Robot Framework框架的5G基站自动化测试系统,结合Robot Framework框架特点介绍了自动化测试系统的总体架构,详细阐述了自动化测试系统的测试流程及被测系统、测试工具等相关测试库的设计方案。通过分析终端附着测试的自... 设计了一种基于Robot Framework框架的5G基站自动化测试系统,结合Robot Framework框架特点介绍了自动化测试系统的总体架构,详细阐述了自动化测试系统的测试流程及被测系统、测试工具等相关测试库的设计方案。通过分析终端附着测试的自动化流程,对比手工测试与自动化测试的效率,验证了5G基站自动化测试系统设计的可行性和先进性,具有重要的工程使用价值。 展开更多
关键词 robot framework 自动化测试 5G基站
下载PDF
基于Robot Framework的MVC GUI模块自动化测试框架 被引量:2
4
作者 梁思秋 葛华勇 《计算机系统应用》 2015年第7期83-87,共5页
基于Robot Framework提出了一种面向MVC GUI模块的自动化测试框架.该框架将GUI自动化测试分为四大方面:用户界面功能测试、信息设置功能测试、信息查询功能测试和特殊项测试.整个框架将上层GUI和底层Database进行结合测试,使GUI自动化... 基于Robot Framework提出了一种面向MVC GUI模块的自动化测试框架.该框架将GUI自动化测试分为四大方面:用户界面功能测试、信息设置功能测试、信息查询功能测试和特殊项测试.整个框架将上层GUI和底层Database进行结合测试,使GUI自动化测试范围得以全面覆盖;并根据不同系统环境,编写Python脚本,灵活调用底层数据;而选用黑盒与白盒有机结合的测试方式,使测试者可以迅速锁定代码缺陷,保证了开发程序的正确性和完整性.同时,就Open WRT Lu CI模块作为具体实例,验证了本框架的适用性. 展开更多
关键词 MVC GUI自动化测试 robot framework OpenWRT LuCI模块 Python
下载PDF
Robot Framework在软件接口自动化测试中的研究与应用 被引量:6
5
作者 赵明明 周静 补冲 《电信工程技术与标准化》 2018年第10期78-82,共5页
本文阐述了软件自动化测试工具的分类及软件接口自动化测试的重要性,提出了一种基于Robot Framework框架的软件接口自动化测试方法并展示了真实的项目实施效果。
关键词 接口自动化测试 robot framework 测试词库
下载PDF
基于Robot Framework框架的大型联合控制系统软件自动化测试设计和应用 被引量:3
6
作者 李波波 赵丽莉 郑志方 《电工技术》 2018年第10期121-123,125,共4页
分析了大型联合控制系统WebField ECS-700软件特点及测试现状,提出了一种基于RobotFramework框架的自动化测试方法并实施测试。
关键词 自动化测试 robotframework框架 PYTHON
下载PDF
Robot Framework自动化框架在集散控制系统测试中的应用 被引量:1
7
作者 李波波 占志良 《工业控制计算机》 2014年第12期37-38,41,共3页
提出了应用Robot Framework自动化测试框架进行集散控制系统嵌入式软件自动化测试的方法。首先分析了控制系统产品嵌入式软件测试的特点,引进基于Python设计的Robot Framework自动化测试框架,探讨如何编写资源库进行控制系统产品嵌入式... 提出了应用Robot Framework自动化测试框架进行集散控制系统嵌入式软件自动化测试的方法。首先分析了控制系统产品嵌入式软件测试的特点,引进基于Python设计的Robot Framework自动化测试框架,探讨如何编写资源库进行控制系统产品嵌入式软件的自动化测试。最后介绍了如何通过该平台进行控制系统报警模块长期运行稳定性自动化测试,结果表明自动化测试的可行性。 展开更多
关键词 robot framework Python 自动化测试框架
下载PDF
A360 Bot Framework: Empowering Smart Robotic Process Automation Solutions
8
作者 Sai Madhur Potturu 《Journal of Computer and Communications》 2023年第10期23-50,共28页
This research paper explores the significance of the “A360 Bot Framework” in Automation 360 (A360) platform. A360 is Automation Anywhere’s cloud-based automation platform designed to make business processes more ef... This research paper explores the significance of the “A360 Bot Framework” in Automation 360 (A360) platform. A360 is Automation Anywhere’s cloud-based automation platform designed to make business processes more efficient. It’s known for its user-friendly interface, which allows both technical and non-technical users to use it effectively. Automation 360 is versatile, offering a range of tools to automate tasks, manage complex workflows, and integrate various applications. It empowers users to create customized solutions for their specific needs. Being cloud-based it ensures scalability, security, and real-time updates, making it a top choice in the fast-paced digital world. As demand for A360 rises, having a structured way to develop bots becomes crucial. The paper introduces the “A360 Bot Framework” as a guiding approach for bot developments. This framework ensures consistency and scalability, especially when working with both professional developers and non-technical users. It outlines key elements like setting up work folders, managing logs, dealing with errors, and ensuring secure bot execution. Ultimately, the “A360 Bot Framework” is presented as a foundational structure that enhances consistency, resiliency, and development efficiency. By following predefined practices and templates, bot developers can mitigate risks and streamline debugging processes. This framework accelerates the bot development lifecycle, allowing developers to focus on specific functionalities and value-added features. The research paper aims to provide insights into the benefits of adopting the A360 Bot Framework and its potential to revolutionize A360 bot development practices, leading to more efficient and effective automation solutions. 展开更多
关键词 robotic Process Automation (RPA) Automation Anywhere Automation 360 A360 Bot framework REUSABILITY Citizen Development Scalability
下载PDF
基于Robot FrameWork接口自动化测试方法研究 被引量:1
9
作者 史冰全 《通信管理与技术》 2022年第6期42-46,共5页
随着互联网技术的高速发展,计算机软件的变化呈现出规范化、规模化、快速迭代的新趋势,如何保证软件质量、提高软件测试效率成为业界关注的问题。在过去的软件测试过程中,通常需要测试人员手动完成一些重复性的测试任务,在降低了工作效... 随着互联网技术的高速发展,计算机软件的变化呈现出规范化、规模化、快速迭代的新趋势,如何保证软件质量、提高软件测试效率成为业界关注的问题。在过去的软件测试过程中,通常需要测试人员手动完成一些重复性的测试任务,在降低了工作效率的同时也增加了出现错误的风险。近年来自动化测试技术被人们所了解、熟知和应用,改变了人们对传统测试流程的看法。本文讨论了基于Robot Framework测试框架的接口自动化测试方法,列举了在使用Robot Framework框架过程中的数据分离、资源分层等实用性技巧,以及自动化测试脚本的持续集成方法,为快速掌握Robot Framework接口自动化测试提供了参考。 展开更多
关键词 接口自动化测试 robot framework 关键字驱动
原文传递
Robot框架下软件自动化测试技术研究
10
作者 贾德旺 杨志平 《软件》 2023年第12期26-28,共3页
为解决软件开发周期过长而导致测试困难的问题,本案例将基于Robot框架设计自动化测试脚本,使用SA系统完成被测软件系统的接入,并利用GUI工具开展自动化测试过程。该系统具备可移植化、一体化特点,测试效率较高,将其应用到回归测试,能够... 为解决软件开发周期过长而导致测试困难的问题,本案例将基于Robot框架设计自动化测试脚本,使用SA系统完成被测软件系统的接入,并利用GUI工具开展自动化测试过程。该系统具备可移植化、一体化特点,测试效率较高,将其应用到回归测试,能够缩减测试时间,且能避免软件测试中的重复性操作问题。基于Robot框架开发的软件自动化测试系统,缺陷发现率达到80%,用例测试速度为200/d,效果显著。 展开更多
关键词 robot框架 自动化测试 用例测试 SA系统
下载PDF
A novel control framework for internet based tele-robotics
11
作者 王永明 肖南峰 +2 位作者 尹红丽 蒋艳荣 段鹏 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2008年第5期602-607,共6页
Aiming at the tele-operation instability caused by time delay of internet information transfer for internet based tele-robotics, this paper proposes a novel control framework for internet based tele-robotics, which ca... Aiming at the tele-operation instability caused by time delay of internet information transfer for internet based tele-robotics, this paper proposes a novel control framework for internet based tele-robotics, which can guarantee the non-distortion-transfer of control information and reduce the difference of action time between the local simulated virtual robot and the remote real robot. This framework is insensitive to the inherent internet time delay, and differs from other tele-robotics systems that try to use some mathematic models to describe the internet delay or take some assumptions. In order to verify the framework, a 4-DOF fischertechnik industry robot tele-operation system has been developed using the new proposed framework. Experimental results demonstrate the applicable performance of the new framework. The framework is open structured and can be applied to other general purposed tele-operation systems. 展开更多
关键词 控制框架 机器人 时间迟滞 自动控制
下载PDF
LKJ自动测试平台及关键技术研究
12
作者 单一龙 杨志杰 +3 位作者 李辉 侯大山 李建雄 郝建 《铁道标准设计》 北大核心 2024年第3期208-213,221,共7页
列车运行监控装置(LKJ)是我国现阶段普速铁路应用最为广泛的车载设备之一,随着铁路运输需求的不断提升,作为保障行车安全,提高运输效率的关键设备,LKJ设备变得愈发重要。为解决LKJ设备人工测试过程工作量大、效率低下,难以找寻故障原因... 列车运行监控装置(LKJ)是我国现阶段普速铁路应用最为广泛的车载设备之一,随着铁路运输需求的不断提升,作为保障行车安全,提高运输效率的关键设备,LKJ设备变得愈发重要。为解决LKJ设备人工测试过程工作量大、效率低下,难以找寻故障原因等问题,设计一种LKJ自动测试平台并对其关键技术进行研究。自动测试平台基于传统的人工测试流程进行优化,采用图形化方式生成测试用例,设计信号适配单元模拟设备运行条件,增加人机交互单元简化测试操作,基于Robot Framework自动测试框架及故障分析专家系统自动执行测试并给出故障原因,实现可无人值守的自动化测试。通过LKJ-15型设备及实验室仿真环境进行验证,结果表明,自动测试平台可取代传统仿真测试中部分人工操作,对故障现象进行分析给出指导意见,有效提升了测试效率。 展开更多
关键词 铁路运输 LKJ 车载设备 自动化测试 robot framework 专家系统
下载PDF
Maximizing the Efficiency of Automation Solutions with Automation 360: Approaches for Developing Subtasks and Retry Framework
13
作者 Sai Madhur Potturu 《Intelligent Control and Automation》 2023年第2期19-35,共17页
I present a solution that explores the use of A360 subtasks as a comparable concept to functions in programming. By leveraging subtasks as reusable and maintainable functions, users can efficiently develop customized ... I present a solution that explores the use of A360 subtasks as a comparable concept to functions in programming. By leveraging subtasks as reusable and maintainable functions, users can efficiently develop customized high-quality automation solutions. Additionally, the paper introduces the retry framework, which allows for the automatic retrying of subtasks in the event of system or unknown exceptions. This framework enhances efficiency and reduces the manual effort required to retrigger bots. The A360 Subtask and Retry Framework templates provide valuable assistance to both professional and citizen developers, improving code quality, maintainability, and the overall efficiency and resiliency of automation solutions. 展开更多
关键词 Automation 360 robotics Process Automation (RPA) Subtasks Retry framework EFFICIENCY Resiliency Exception Handling REUSABILITY
下载PDF
将教育机器人用于C语言程序设计教学的研究
14
作者 谢常莹 王春玲 《电脑与电信》 2024年第1期14-16,共3页
通过分析C语言程序设计课程的传统教学模式中存在的问题,讨论了将教育机器人运用到C语言程序设计课程教学中的课程教学框架和教学实施方案,并讨论了教师角色的转换。通过引入教育机器人,可以激发学生的学习兴趣,调动学生的学习内驱力,... 通过分析C语言程序设计课程的传统教学模式中存在的问题,讨论了将教育机器人运用到C语言程序设计课程教学中的课程教学框架和教学实施方案,并讨论了教师角色的转换。通过引入教育机器人,可以激发学生的学习兴趣,调动学生的学习内驱力,提高学生解决问题的能力,加强学生的团队合作意识与创新精神,从而有效提升教学效果。 展开更多
关键词 教育机器人 C语言程序设计 课程教学框架
下载PDF
基于Robot测试框架的关键字驱动的研究与应用 被引量:7
15
作者 黄得女 刘敬彪 嵇斌 《计算机系统应用》 2010年第4期162-165,共4页
为了有效提高软件的测试效率,通过对自动化测试技术之间优缺点比较,结合Web的特点和业务流程,提出了一种基于Robot测试框架的关键字驱动技术。在此技术的基础上,设计并实现了将Robot测试框架运行于RFT等测试工具,实现了测试脚本生成、... 为了有效提高软件的测试效率,通过对自动化测试技术之间优缺点比较,结合Web的特点和业务流程,提出了一种基于Robot测试框架的关键字驱动技术。在此技术的基础上,设计并实现了将Robot测试框架运行于RFT等测试工具,实现了测试脚本生成、测试执行与测试报告生成自动化,大大提高了自动化测试效率,保证了软件质量。 展开更多
关键词 robot测试框架 关键字 自动化测试
下载PDF
面向复杂曲面力控抛光的变阻抗控制研究
16
作者 刘钦超 崔龙 《组合机床与自动化加工技术》 北大核心 2024年第1期131-134,共4页
针对复杂曲面的力控抛光任务中同时控制刀具进给速度与接触力困难的问题,分析了在刀具期望进给速度与接触力方向时变场景下基于经典力位混合方法的柔顺控制算法难以控制的原因,提出了一种新的基于时变力位混合框架及自适应导纳控制的柔... 针对复杂曲面的力控抛光任务中同时控制刀具进给速度与接触力困难的问题,分析了在刀具期望进给速度与接触力方向时变场景下基于经典力位混合方法的柔顺控制算法难以控制的原因,提出了一种新的基于时变力位混合框架及自适应导纳控制的柔顺控制算法。使用工件轮廓曲率实时修正力位混合框架,减小进给速度与接触力控制之间的耦合影响,并使用接触力误差与力位混合框架修正速度来自适应调整导纳控制的阻尼参数。仿真验证了所提算法可解决传统算法在时变力位跟踪时的接触力不收敛问题,且所提自适应策略可进一步降低超过80%的接触力跟踪误差。 展开更多
关键词 机器人 力控抛光 时变力位混合框架 自适应导纳控制
下载PDF
Type Design and Behavior Control for Six Legged Robots 被引量:4
17
作者 Ling Fang Feng Gao 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2018年第3期11-22,共12页
The research on legged robots attracted much attention both from the academia and industry. Legged robots are multi-input multi-output with multiple end-e ector systems. Therefore,the mechanical design and control fra... The research on legged robots attracted much attention both from the academia and industry. Legged robots are multi-input multi-output with multiple end-e ector systems. Therefore,the mechanical design and control framework are challenging issues. This paper reviews the development of type synthesis and behavior control on legged robots; introduces the hexapod robots developed in our research group based on the proposed type synthesis method. The control framework for legged robots includes data driven layer,robot behavior layer and robot execution layer. Each layer consists several components which are explained in details. Finally,various experiments were conducted on several hexapod robots. The summarization of the type synthesis and behavior control design constructed in this paper would provide a unified platform for communications and references for future advancement for legged robots. 展开更多
关键词 Legged robot Type synthesis Human robot interaction Control framework
下载PDF
基于Robot框架的自动化测试平台设计与实现 被引量:1
18
作者 乔艳茹 陈晓轩 欧阳敏 《铁路计算机应用》 2017年第10期8-11,共4页
为了提高嵌入式协议软件的测试效率,提出一种基于Robot框架的自动化测试方法。通过分析功能完备并且发布频繁的软件特点和困难,给出了对应的自动化测试策略;阐述了自动化测试的主要技术和框架功能,分析了该技术的优点,并通过在实际测试... 为了提高嵌入式协议软件的测试效率,提出一种基于Robot框架的自动化测试方法。通过分析功能完备并且发布频繁的软件特点和困难,给出了对应的自动化测试策略;阐述了自动化测试的主要技术和框架功能,分析了该技术的优点,并通过在实际测试中的应用效果,印证了该框架的通用性,灵活性和扩展性。 展开更多
关键词 测试框架 自动化测试 robot框架
下载PDF
ARCHITECTURE AND ITS IMPLEMENTATION FOR ROBOTS TO NAVIGATE IN UNKNOWN INDOOR ENVIRONMENTS
19
作者 Li Wenfeng Christensen I. Henrik Oreback Anders 《Chinese Journal of Mechanical Engineering》 SCIE EI CAS CSCD 2005年第3期366-370,共5页
It is discussed with the design and implementation of an architecture for a mobile robot to navigate in dynamic and anknown indoor environments. The architecture is based on the framework of Open Robot Control Softwar... It is discussed with the design and implementation of an architecture for a mobile robot to navigate in dynamic and anknown indoor environments. The architecture is based on the framework of Open Robot Control Software at KTH (OROCOS@KTH), which is also discussed and evaluated to navigate indoor efficiently, a new algorithm named door-like-exit detection is proposed which employs 2D feature oft. door and extracts key points of pathway from the raw data of a laser scanner. As a hybrid architecture, it is decomposed into several basic components which can be classified as either deliberative or reactive. Each component can concurrently execute and communicate with another. It is expansible and transferable and its components are reusable. 展开更多
关键词 Indoor navigation Architecture framework Component Mobile robots
下载PDF
Test Bench for Robotics and Autonomy: Overview and Test Results
20
作者 Andrea Merlo Andrea Biggio +1 位作者 Giuseppe Casalino EnricaZereik 《Journal of Mechanics Engineering and Automation》 2013年第6期378-386,共9页
关键词 测试台 机器人 自治 试验台 GNC系统 软件体系结构 功能模块 子系统
下载PDF
上一页 1 2 4 下一页 到第
使用帮助 返回顶部