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.