-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presentation : robot framework and end user test (#1611)
- Loading branch information
1 parent
26a9ab3
commit 056f116
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |