File size: 13,160 Bytes
1e92f2d |
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 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 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 |
## Test suite: Login page form
### LPF-1: Log in to the app with a valid email and password
**Test description:** Verify if a user will be able to log in with a valid email and password
**Type:** Functional
**Priority:** High
**Severity:** Critical
**Behavior:** Positive
**Automation status:** To be automated
**Tags:** login_page, login_form
#### Preconditions
* Open a login page in a browser([https://demo.adminjs.co/admin](https://demo.adminjs.co/admin))
* User is not already logged and has got an active account
<table>
<tr>
<td>
<span style="text-decoration:underline;">No.</span>
</td>
<td><span style="text-decoration:underline;">Steps</span>
</td>
<td><span style="text-decoration:underline;">Data</span>
</td>
<td><span style="text-decoration:underline;">Expected results</span>
</td>
</tr>
<tr>
<td>1
</td>
<td>Enter a valid email address in the “Email” input element
</td>
<td><em>test@example.com</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>2
</td>
<td>Enter a valid password in the “Password” input element
</td>
<td><em>password</em>
</td>
<td>The field has been completed with “*” signs
</td>
</tr>
<tr>
<td>3
</td>
<td>Click on the “Login” button
</td>
<td>
</td>
<td>Login should be successful
</td>
</tr>
<tr>
<td>4
</td>
<td>Check the URL address
</td>
<td>
</td>
<td>User should be on the “...<em>/admin</em>” page
</td>
</tr>
</table>
## Test suite: Mongoose Resources forms
### MRF-1: Create a new element via form on the “Complicated” list
**Test description:** Verify if a user will be able to create a new element on the list
**Type:** Functional
**Priority:** Medium
**Severity:** Normal
**Behavior:** Positive
**Automation status:** To be automated
**Tags:** mongoose_resources, complicated_category, complicated_form
#### Precondition:
* User is already logged into the application
<table>
<tr>
<td>
<span style="text-decoration:underline;">No.</span>
</td>
<td><span style="text-decoration:underline;">Steps</span>
</td>
<td><span style="text-decoration:underline;">Data</span>
</td>
<td><span style="text-decoration:underline;">Expected results</span>
</td>
</tr>
<tr>
<td>1
</td>
<td>Click on the hamburger menu if the navigation panel is not visible
</td>
<td>
</td>
<td>Navigation panel is visible
</td>
</tr>
<tr>
<td>2
</td>
<td>Click on the “Mongoose Resources” → Complicated link inside the navigation panel
</td>
<td>
</td>
<td>User should be redirected to the “<em>.../admin/resources/Complicated</em>” page
</td>
</tr>
<tr>
<td>3
</td>
<td>Hide the navigation panel if you launch it via hamburger menu
</td>
<td>
</td>
<td>Navigation panel is not visible. Hamburger menu is visible
</td>
</tr>
<tr>
<td>4
</td>
<td>Click on the “Create new” button
</td>
<td>
</td>
<td>The form is visible. User should be on the “<em>.../admin/resources/Complicated/actions/new</em>” page
</td>
</tr>
<tr>
<td>5
</td>
<td>Fill the “Name” input element with a random value
</td>
<td><em>e.g. Alex</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>6
</td>
<td>Click on the “Add New Item” button in the “String Array” section
</td>
<td>
</td>
<td>A text input element and bin icon are shown
</td>
</tr>
<tr>
<td>7
</td>
<td>Click on the bin icon
</td>
<td>
</td>
<td>The text input element was removed
</td>
</tr>
<tr>
<td>8
</td>
<td>Click on the “Add New Item” button again in the “String Array” section
</td>
<td>
</td>
<td>A text input element and bin icon are shown again
</td>
</tr>
<tr>
<td>9
</td>
<td>Fill the text input element with a random value
</td>
<td><em>e.g. String Array</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>10
</td>
<td>Click on the “Add New Item” button in the “Authors” section
</td>
<td>
</td>
<td>A text input element and bin icon are shown
</td>
</tr>
<tr>
<td>11
</td>
<td>Choose one of the elements from the dropdown list
</td>
<td><em>e.g. Books</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>12
</td>
<td>Fill the “Nested Details Age” input element with a random value
</td>
<td><em>e.g. 26</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>13
</td>
<td>Fill the “Nested Details Height” input element with a random value
</td>
<td><em>e.g. 187</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>14
</td>
<td>Fill the “Nested Details Place Of Birth” input element with a random value
</td>
<td><em>e.g. Warsaw</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>15
</td>
<td>Fill the “Nested Details Place Of Birth” input element with a random value
</td>
<td><em>e.g. Extremely Nested Text</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>16
</td>
<td>Click on the “Add New Item” button in the “Parents” section
</td>
<td>
</td>
<td>Two text input elements (“Parents Name”, “Parents Surname”) and the bin icon are shown
</td>
</tr>
<tr>
<td>17
</td>
<td>Fill the “Parents Name” input element with a random value
</td>
<td><em>e.g. Harry</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>18
</td>
<td>Fill the “Parents Surname” input element with a random value
</td>
<td><em>e.g. Potter</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>19
</td>
<td>Click on the “Add New Item” button in the “Item” section
</td>
<td>
</td>
<td>The “Item Image Variants” section with a new button “Add New Item” and the bin icon are shown
</td>
</tr>
<tr>
<td>20
</td>
<td>Click on the “Add New Item” button in the “Item Image Variants” section
</td>
<td>
</td>
<td>Two input elements, two checkboxes and a new bin icon are shown
</td>
</tr>
<tr>
<td>21
</td>
<td>Fill the “Item Image Variants Image URL” input element with a random value
</td>
<td><em>e.g. www.google.com</em>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>22
</td>
<td>Check the checkbox “Item Image Variants Is Approved”
</td>
<td>
</td>
<td>The checkbox is checked
</td>
</tr>
<tr>
<td>23
</td>
<td>Set the random date and time from the picker in “Item Image Variants Date Created” input element
</td>
<td>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>24
</td>
<td>Click on the “Save” button
</td>
<td>
</td>
<td>User is redirected to the “<em>.../admin/resources/Complicated</em>” page. The toast message: “Successfully created a new record” is shown
</td>
</tr>
<tr>
<td>25
</td>
<td>Look at the number of the elements on the list
</td>
<td>
</td>
<td>The number is increased by 1
</td>
</tr>
<tr>
<td>26
</td>
<td>Look at your new element on the list
</td>
<td>
</td>
<td>Your element should be at the top of the list
</td>
</tr>
<tr>
<td>27
</td>
<td>Look at values in each column in your element
</td>
<td>
</td>
<td>Users should see provided data in each related column. Columns “String Array”, “Authors”, “Parents” and “Item” show information about quantity. In this case “length: 1”. Column “Id” has a random string. Column “Updated At” shows time and date of creating
</td>
</tr>
</table>
## Test suite: Sequelize Resources filters
### SRF-1: Filter elements on the “Favorite Places” list
**Test description:** Verify if a user will be able to filter elements on the list
**Type:** Functional
**Priority:** Medium
**Severity:** Normal
**Behavior:** Positive
**Automation status:** To be automated
**Tags:** sequelize_resources, favorite_places_category, favorite_places_filters, filters
#### Precondition
* User is already logged into the application
<table>
<tr>
<td>
<span style="text-decoration:underline;">No.</span>
</td>
<td><span style="text-decoration:underline;">Steps</span>
</td>
<td><span style="text-decoration:underline;">Data</span>
</td>
<td><span style="text-decoration:underline;">Expected results</span>
</td>
</tr>
<tr>
<td>1
</td>
<td>Click on the hamburger menu if the navigation panel is not visible
</td>
<td>
</td>
<td>Navigation panel is visible
</td>
</tr>
<tr>
<td>2
</td>
<td>Click on the “Sequelize Resources” → Favourite Places link inside the navigation panel
</td>
<td>
</td>
<td>User should be redirected to the “<em>.../admin/resources/FavouritePlaces</em>” page
</td>
</tr>
<tr>
<td>3
</td>
<td>Hide the navigation panel if you launch it via hamburger menu
</td>
<td>
</td>
<td>Navigation panel is not visible. Hamburger menu is visible
</td>
</tr>
<tr>
<td>4
</td>
<td>If there is no any elements on the list, create at least two elements with random data
</td>
<td>
</td>
<td>The elements are visible on the list
</td>
</tr>
<tr>
<td>5
</td>
<td>Click on the “Filter” button
</td>
<td>
</td>
<td>The filters section with form is visible
</td>
</tr>
<tr>
<td>6
</td>
<td>Fill the “Name” input element with the name from e.g. the first element on the list
</td>
<td>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>7
</td>
<td>Click on the “Apply changes” button inside the filters section
</td>
<td>
</td>
<td>On the list should be visible only elements with the name inserted in the filter input
</td>
</tr>
<tr>
<td>8
</td>
<td>Click on the “Reset” button inside the filters section
</td>
<td>
</td>
<td>Inside the list all elements should be visible
</td>
</tr>
<tr>
<td>9
</td>
<td>Fill the “Id” input element with the Id from e.g. the first element on the list
</td>
<td>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>10
</td>
<td>Click on the “Apply changes” button inside the filters section
</td>
<td>
</td>
<td>On the list should be visible only elements with the Id inserted in the filter input
</td>
</tr>
<tr>
<td>11
</td>
<td>Click on the “Reset” button inside the filters section
</td>
<td>
</td>
<td>Inside the list all elements should be visible
</td>
</tr>
<tr>
<td>12
</td>
<td>Choose one of the elements from the “User Id” dropdown element with the User Id from e.g. the first element on the list
</td>
<td>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>13
</td>
<td>Click on the “Apply changes” button inside the filters section
</td>
<td>
</td>
<td>On the list should be visible only elements with the User Id inserted in the filter input
</td>
</tr>
<tr>
<td>14
</td>
<td>Click on the “Reset” button inside the filters section
</td>
<td>
</td>
<td>Inside the list all elements should be visible
</td>
</tr>
<tr>
<td>15
</td>
<td>Choose the dates “From” and “To” that first element’s “published At” field on the list is in the range of them
</td>
<td>
</td>
<td>The fields have been completed
</td>
</tr>
<tr>
<td>16
</td>
<td>Click on the “Apply changes” button inside he filters section
</td>
<td>
</td>
<td>On the list should be visible only elements with “Published At” date and time in the range of the filters
</td>
</tr>
<tr>
<td>17
</td>
<td>Click on the “Reset” button inside the filters section
</td>
<td>
</td>
<td>Inside the list all elements should be visible
</td>
</tr>
<tr>
<td>18
</td>
<td>Fill the “Description” input element with the word from the column “Description” from e.g. the first element on the list
</td>
<td>
</td>
<td>The field has been completed
</td>
</tr>
<tr>
<td>19
</td>
<td>Click on the “Apply changes” button inside the filters section
</td>
<td>
</td>
<td>On the list should be visible only elements with “Description” field which include the word from the filter input element
</td>
</tr>
<tr>
<td>20
</td>
<td>Click on the “Reset” button inside the filters section
</td>
<td>
</td>
<td>Inside the list all elements should be visible
</td>
</tr>
</table>
|