From 4a7eb4754226d644cc3f04e7652a49bfe448bd59 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Mon, 28 Mar 2022 16:27:09 +0200 Subject: [PATCH 01/11] Presentation proposal : Robot framework Assignment Proposal Robot framework and user test Names and KTH ID Pauline Vaillant (paulinev@kth.se) Asim Jarrar (asmin@kth.se) Deadline Task 1 Category Presentation Description Presentation of robot framework --- readme.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000..99156a05b7 --- /dev/null +++ b/readme.md @@ -0,0 +1,26 @@ + Assignment Proposal + +## Title + +Demonstrating how Eiffel Protocol works and why it is useful. + +## Names and KTH ID + +- Asim Jarrar (asmin@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. \ No newline at end of file From c6e3c7508ffc3f2feab14ddda20b9d5dddefcd75 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:29:07 +0200 Subject: [PATCH 02/11] Change readme place --- .../presentation/week2-testing-and-CI/paulinev-asmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename readme.md => contributions/presentation/week2-testing-and-CI/paulinev-asmi (98%) diff --git a/readme.md b/contributions/presentation/week2-testing-and-CI/paulinev-asmi similarity index 98% rename from readme.md rename to contributions/presentation/week2-testing-and-CI/paulinev-asmi index 99156a05b7..70a1901374 100644 --- a/readme.md +++ b/contributions/presentation/week2-testing-and-CI/paulinev-asmi @@ -23,4 +23,4 @@ Robot Framework is a automation framework used for test automation and robotic p 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. \ No newline at end of file +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. From ae29478e9bba520fc72bb909a2d3ef739c38293f Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:40:03 +0200 Subject: [PATCH 03/11] Delete paulinev-asmi --- .../week2-testing-and-CI/paulinev-asmi | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 contributions/presentation/week2-testing-and-CI/paulinev-asmi diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asmi b/contributions/presentation/week2-testing-and-CI/paulinev-asmi deleted file mode 100644 index 70a1901374..0000000000 --- a/contributions/presentation/week2-testing-and-CI/paulinev-asmi +++ /dev/null @@ -1,26 +0,0 @@ - Assignment Proposal - -## Title - -Demonstrating how Eiffel Protocol works and why it is useful. - -## Names and KTH ID - -- Asim Jarrar (asmin@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. From 8e0e4084ac5b986dc177f290eab83f043e2580b4 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:40:36 +0200 Subject: [PATCH 04/11] Create readme --- .../paulienv-asmin/readme.md | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md diff --git a/contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md b/contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md new file mode 100644 index 0000000000..f2ef314a4a --- /dev/null +++ b/contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md @@ -0,0 +1,40 @@ +Assignment Proposal + +## Title + +Demonstrating how Eiffel Protocol works and why it is useful. + +## Names and KTH ID + +- Asim Jarrar (asmin@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. + + © 2022 GitHub, Inc. + + Terms + Privacy + Security + Status + Docs + Contact GitHub + Pricing + API + Training + Blog + About From 505e3747b6d78220125ca85d4cdf48a16f21106c Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:43:14 +0200 Subject: [PATCH 05/11] Correction file name --- .../paulinev-asmin/readme.md | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md b/contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md new file mode 100644 index 0000000000..4224aa6935 --- /dev/null +++ b/contributions/presentation/week2-testing-and-CI/paulinev-asmin/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 (asmin@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. From 1bfff722f6c47180ca008411b2f1376d30ebd979 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:43:43 +0200 Subject: [PATCH 06/11] Delete typo directory --- .../paulienv-asmin/readme.md | 40 ------------------- 1 file changed, 40 deletions(-) delete mode 100644 contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md diff --git a/contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md b/contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md deleted file mode 100644 index f2ef314a4a..0000000000 --- a/contributions/presentation/week2-testing-and-CI/paulienv-asmin/readme.md +++ /dev/null @@ -1,40 +0,0 @@ -Assignment Proposal - -## Title - -Demonstrating how Eiffel Protocol works and why it is useful. - -## Names and KTH ID - -- Asim Jarrar (asmin@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. - - © 2022 GitHub, Inc. - - Terms - Privacy - Security - Status - Docs - Contact GitHub - Pricing - API - Training - Blog - About From 07f79a4b471fae50ac528765a401c4fbe34c41a5 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:49:10 +0200 Subject: [PATCH 07/11] Correct typo 2 --- .../week2-testing-and-CI/paulinev-asim | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 contributions/presentation/week2-testing-and-CI/paulinev-asim diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asim b/contributions/presentation/week2-testing-and-CI/paulinev-asim new file mode 100644 index 0000000000..4224aa6935 --- /dev/null +++ b/contributions/presentation/week2-testing-and-CI/paulinev-asim @@ -0,0 +1,26 @@ +Assignment Proposal + +## Title + +Demonstrating how robot framework workds and the importance of user test + +## Names and KTH ID + +- Asim Jarrar (asmin@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. From 482f18ab7cbdb5d08f4f9fe9030e39bae134824d Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:51:25 +0200 Subject: [PATCH 08/11] Delete paulinev-asim --- .../week2-testing-and-CI/paulinev-asim | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 contributions/presentation/week2-testing-and-CI/paulinev-asim diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asim b/contributions/presentation/week2-testing-and-CI/paulinev-asim deleted file mode 100644 index 4224aa6935..0000000000 --- a/contributions/presentation/week2-testing-and-CI/paulinev-asim +++ /dev/null @@ -1,26 +0,0 @@ -Assignment Proposal - -## Title - -Demonstrating how robot framework workds and the importance of user test - -## Names and KTH ID - -- Asim Jarrar (asmin@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. From 05cad903bb2436eed46a908cacec3677c7bb598c Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:51:58 +0200 Subject: [PATCH 09/11] Create readme.md --- .../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..4224aa6935 --- /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 (asmin@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. From d8008313b5187570382acb417f6847c2a8d59e15 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:52:46 +0200 Subject: [PATCH 10/11] Remove wrong typo directory --- .../paulinev-asmin/readme.md | 26 ------------------- 1 file changed, 26 deletions(-) delete mode 100644 contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md b/contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md deleted file mode 100644 index 4224aa6935..0000000000 --- a/contributions/presentation/week2-testing-and-CI/paulinev-asmin/readme.md +++ /dev/null @@ -1,26 +0,0 @@ -Assignment Proposal - -## Title - -Demonstrating how robot framework workds and the importance of user test - -## Names and KTH ID - -- Asim Jarrar (asmin@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. From 0b19007933597aa6ada692b1e57805181f438da2 Mon Sep 17 00:00:00 2001 From: paulinev-kth <102533085+paulinev-kth@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:57:54 +0200 Subject: [PATCH 11/11] Update readme.md --- .../presentation/week2-testing-and-CI/paulinev-asim/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md b/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md index 4224aa6935..3859c33a07 100644 --- a/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md +++ b/contributions/presentation/week2-testing-and-CI/paulinev-asim/readme.md @@ -6,7 +6,7 @@ Demonstrating how robot framework workds and the importance of user test ## Names and KTH ID -- Asim Jarrar (asmin@kth.se) +- Asim Jarrar (asim@kth.se) - Pauline Vaillant (paulinev@kth.se) ## Deadline