From 056f116a20efdf1ad86262920e09257ac73e6646 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:47:11 +0200 Subject: [PATCH] Presentation : robot framework and end user test (#1611) --- .../paulinev-asim/readme.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md b/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md new file mode 100644 index 0000000000..3859c33a07 --- /dev/null +++ b/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md @@ -0,0 +1,26 @@ +Assignment Proposal + +## Title + +Demonstrating how robot framework workds and the importance of user test + +## Names and KTH ID + +- Asim Jarrar (asim@kth.se) +- Pauline Vaillant (paulinev@kth.se) + +## Deadline + +Task 1 + +## Category + +Presentation + +## Description + +Robot Framework is a automation framework used for test automation and robotic process automation (RPA). The syntax is based on keywork, making it easy to read. + +It can be used with powerful external libraries,such as Selenium. With these librairies one can use Robot Framework with difference software (brower, excel, mobile application ...). + +We plan to make a presentation on how to use Robot Framework to do user testing, and explain why it is useful to have easy-to-read test.