ABCDEFGHIJKLMNOPQRSTUVWXYZAA
1
TEST REPORT
2
Operating SystemWindowsSummary
3
BrowserChrome 107.0.5304.122 Executed TCs6
4
Date of test execution04.11.2022Passed TCs3
5
Name of the testerHalyna FrankivFailed TCs3
6
The purpose of the tests
regression of the application on the stage environment
Blocked TCs0
7
Description%TCs Passed%TCs FailedTCs blockedBug IDTC titleTask logged atPrioritySummaryCommentAttachment
8
Check the login to the system module010B1 / B2login_to_the_systemhttps://scouts.futbolkolektyw.pl/en/LowThe language of the title(Polish) in the login box module doesn't coinside with the icon's language(English). The language of the title(Polish) on the dashboard doesn't coinside with the page's language(English).The test passes, but there is a critical warning in the pydevv debugger(PyCharm)(internal generated filenames are not absolute)
9
Check "Sign out " button10000-check_sign_out _buttonhttps://scouts.futbolkolektyw.pl/en/-
10
Check "Search player field"10000-check_search_player_fieldhttps://scouts.futbolkolektyw.pl/en/-
11
Check "Players " button10000-check_players _buttonhttps://scouts.futbolkolektyw.pl/en/-
12
Check new player with valid test data can be added50%10B3add_player_valid_test_datahttps://scouts.futbolkolektyw.pl/en/LowWrong expected title of the "Add player" pageAssertion Error
13
Check new player with invalid test data can be added50%10B3add_player_invalid_test_datahttps://scouts.futbolkolektyw.pl/en/LowWrong expected title of the "Add player" pageAssertion Error
14
15
16
ID Test Case DescriptionTest StepsTest DataExpected ResultsActual Results Pass/Fail
17
TC1Check the login to the system module1.Go to site https://scouts.futbolkolektyw.pl/en/ 2. Enter Login 3. Enter Password 4. Click on "Sign In" Button Login = user04@getnada.com Password = Test-1234The title of the login page is translated into English like "Scouts Panel"The title of the login page is translated into Polish as "Panel Scoutingowy"Failed
18
TC2Check Filling in the Form(ADD PLAYER FORM) with valid Data1.Go to site https://scouts.futbolkolektyw.pl/en/ 2. Enter Login 3. Enter Password 4. Click on "Sign In" Button 5. Click on the "Add Player" Button(on the Dashboard) 6. Fill in the valid "Name", "Surname", "Age", "Main Position" 7. Click on the "Submit" buttonLogin = user04@getnada.com Password = Test-1234 Name = Native Surname = Land Age = 03.05.1992 Main Position = 1User should login into the application and add a new player with valid data . The title of the "Add Player" page is translated into EnglishThe title of the "Add Player" page is translated into PolishFailed
19
TC3Check Filling in the Form(ADD PLAYER FORM) with invalid Data1.Go to site https://scouts.futbolkolektyw.pl/en/ 2. Enter Login 3. Enter Password 4. Click on "Sign In" Button 5. Click on the "Add Player" Button(on the Dashboard) 6. Fill in the invalid "Name", valid "Surname", valid "Age", valid "Main Position" 7. Click on the "Submit" buttonLogin = user04@getnada.com Password = Test-1234 Name(invalid) = 15 Surname = Land Age =03.05.1992 Main Position = 1User should login into the application and a new player with invalid data should't be added. The title of the "Add Player" page is translated into EnglishThe title of the "Add Player" page is translated into Polish. The new player ia added with the invalid dataFailed
20
TC4Check if the Menu Button "Players" Opens the Page with the Player's List1.Go to site https://scouts.futbolkolektyw.pl/en/ 2. Enter Login 3. Enter Password 4. Click on "Sign In" Button 5. Click on "Players" Button (on the Dashboard) Login = user04@getnada.com Password = Test-1234User should login into the application and click on the button "Players" on the Dashboard. The New Page with the List of Players should openAs expectedPassed
21
TC5Check the Search Field(Player's List) Searches the Existing Valid Player's Name 1.Go to site https://scouts.futbolkolektyw.pl/en/ 2. Enter Login 3. Enter Password 4. Click on "Sign In" Button 5. Click on "Players" Button (on the Dashboard) 6. Enter the Existing Valid Player's NameLogin = user04@getnada.com Password = Test-1234 Search Name = "Native"User should login into the application and click on the button "Players" on the Dashboard. The New Page with the List of Players should open. After Entering the valid Search Name, the Appropriate Name Should be Established on the Page As expectedPassed
22
TC6Check the "Sign Out" Button 1.Go to site https://scouts.futbolkolektyw.pl/en/ 2. Enter Login 3. Enter Password 4. Click on "Sign In" Button 5. Click on "Sign Out" Button (on the Dashboard) Login = user04@getnada.com Password = Test-1234User should login into the application. The Button "Sign Out" (on the Dashboard) Should be Clickable. User Should be Signed Out.As expectedPassed
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100