This document provides instructions for installing and setting up the Robot Framework for acceptance testing and acceptance-test driven development. It discusses installing Python, pip, Robot Framework, and Selenium libraries. It also covers test structure, standard and external Robot Framework libraries, Selenium keywords, creating simple tests, running tests, and handling proxies. The document aims to help users create test cases with Robot Framework to test websites like Google, login pages, and todo applications.
by Siam ChamnanKit Co., Ltd. and Odd-e (Thailand) Co, Ltd.
SPRINT3R
Acceptance Test
and
Acceptance-Test
Driven Development
with Robot Framework
1
2.
Introduction
• Test automationframework
• For acceptance testing (ATDD)
• https://code.google.com/p/robotframework/
• Keyword-Driven Development
• Based on Python
• Open source
• Sponsor by Nokia Siemens Networks
2