Automotive Software

로봇 프레임워크 (Robot Framework) 본문

프로그래밍 (Programming)/로봇프레임워크 (Robotframework)

로봇 프레임워크 (Robot Framework)

AutoSW 2023. 2. 6. 18:23

로봇 프레임워크는 오픈소스 기반의 소프웨어 테스트 자동화 프레임을 위해 파이썬을 기반으로 개발되었으며, 사람이 이해하기 쉽도록 키워드를 정의할 수 있어 서술된 테스트 절차를 빠르게 이해할 수 있는 장점이 있다.

아래의 설명글은 로봇 프레임워크의 사용자 매뉴얼 내용을 기반으로 중요 내용을 최대한 비슷한 형식으로 표현코저 하였다.

로봇 프레임워크 입출력 데이터

출처 : https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html

 

Robot Framework User Guide

The most common approach to create Robot Framework data is using the space separated format where pieces of the data, such as keywords and their arguments, are separated from each others with two or more spaces. An alternative is using the pipe separated f

robotframework.org