-
Notifications
You must be signed in to change notification settings - Fork 0
/
800_Login_with_eDuuni.robot
37 lines (32 loc) · 1.62 KB
/
800_Login_with_eDuuni.robot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
*** Settings ***
Documentation Test Suite for eDuuni login
Suite Teardown Close All Browsers
Library SeleniumLibrary
Resource resources/eDuuni_login_resources.robot
Resource resources/Login_details.robot
*** Test Cases ***
800. Open Reference Data tool with eDuuni login
[Documentation] Verifies that tool frontpage is opened correctly with eDuuni login.
[Tags] 800 prod
[Setup] Open Tool ${REFERENCE_DATA_ENVIRONMENT_URL}
Wait Until Page Contains Etusivu timeout=30
801. Open Comments tool with eDuuni login
[Documentation] Verifies that tool frontpage is opened correctly with eDuuni login.
[Tags] 800 prod
[Setup] Open Tool ${COMMENTS_ENVIRONMENT_URL}
Wait Until Page Contains Etusivu timeout=30
802. Open Data Vocabularies tool with eDuuni login
[Documentation] Verifies that tool frontpage is opened correctly with eDuuni login.
[Tags] 800 prod
[Setup] Open Tool ${DATA_VOCABULRIES_ENVIRONMENT_URL}
Wait Until Page Contains Etusivu timeout=30
803. Open Terminologies tool with eDuuni login
[Documentation] Verifies that tool frontpage is opened correctly with eDuuni login.
[Tags] 800 prod
[Setup] Open Tool ${TERMINOLOGIES_ENVIRONMENT_URL}
Wait Until Page Contains Etusivu timeout=30
804. Open Group Management tool with eDuuni login
[Documentation] Verifies that tool frontpage is opened correctly with eDuuni login.
[Tags] 800 prod
[Setup] Open Tool ${GROUPMANAGEMENT_ENVIRONMENT_URL}
Wait Until Page Contains Etusivu timeout=30