Produced by Araxis Merge on 9/27/2017 9:44:49 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | adk\adk\product\tests\acceptance-tests\features | F117_loginscreen.feature | Tue Dec 15 14:06:56 2015 UTC |
| 2 | adk\adk\product\tests\acceptance-tests\features | F117_loginscreen.feature | Tue Sep 26 13:24:49 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 10 | 168 |
| Changed | 9 | 36 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | @F117 @fut ure | |
| 2 | Feature: L ogon scree n validate s credenti als using ADK User s ervice: | |
| 3 | ||
| 4 | ||
| 5 | @Successfu lLogin @fu ture | |
| 6 | Scenario: Login to A DK | |
| 7 | Given user views ADK in th e browser | |
| 8 | And us er attempt s login | |
| 9 | |f ield | val ue| | |
| 10 | |F acility|Pa norama| | |
| 11 | |AccessCod e| REDACT | | |
| 12 | |VerifyCod e| REDACT | | |
| 13 | |S ignIn|| | |
| 14 | And th e main pag e displays | |
| 15 | Then t he user at tempts sig nout | |
| 16 | ||
| 17 | @Logout @f uture | |
| 18 | Scenario: Test logou t after su ccessful l ogin | |
| 19 | Given user views ADK in th e browser | |
| 20 | And us er attempt s login | |
| 21 | |f ield | val ue| | |
| 22 | |F acility|Pa norama| | |
| 23 | |AccessCod e| REDACT | | |
| 24 | |VerifyCod e| REDACT | | |
| 25 | |S ignIn|| | |
| 26 | Then t he user at tempts sig nout | |
| 27 | ||
| 28 | @LoginWith DiffFacili ty @future | |
| 29 | Scenario: Login to A DK | |
| 30 | Given user views ADK in th e browser | |
| 31 | And us er attempt s login | |
| 32 | |f ield | val ue| | |
| 33 | |F acility|Ko dak| | |
| 34 | |AccessCod e| R E DACT | | |
| 35 | |VerifyCod e| R E DACT | | |
| 36 | |S ignIn|| | |
| 37 | Then t he main pa ge display s | |
| 38 | Then t he user at tempts sig nout | |
| 39 | ||
| 40 | @Unsuccess fulLogin @ future | |
| 41 | Scenario: Attempt lo gin with i ncorrect c redentials | |
| 42 | Given user views ADK in th e browser | |
| 43 | And us er attempt s login | |
| 44 | |f ield | val ue| | |
| 45 | |F acility|Pa norama| | |
| 46 | |AccessCod e| REDACT | | |
| 47 | |VerifyCod e| REDACT | | |
| 48 | |S ignIn|| | |
| 49 | Then t he page di splays "Lo gin Error Message" | |
| 50 | ||
| 51 | @casesensi tive @futu re | |
| 52 | Scenario:T est valid login (Ver ifyCode i s obfuscat ed, access code is ca se sensiti ve ) | |
| 53 | Give n user vie ws ADK in the browse r | |
| 54 | And user attem pts login | |
| 55 | |f ield | val ue| | |
| 56 | |F acility|Pa norama| | |
| 57 | |AccessCod e| REDACT | | |
| 58 | |VerifyCod e| REDACT | | |
| 59 | |S ignIn|| | |
| 60 | Then t he page di splays "Lo gin Error Message" | |
| 61 | And u ser attemp ts login | |
| 62 | |f ield | val ue| | |
| 63 | |F acility|Pa norama| | |
| 64 | |AccessCod e| REDACT | | |
| 65 | |VerifyCod e| REDACT | | |
| 66 | |S ignIn|| | |
| 67 | Then t he page di splays "Lo gin Error Message" | |
| 68 | An d user att empts logi n | |
| 69 | |f ield | val ue| | |
| 70 | |F acility|Ko dak| | |
| 71 | |AccessCod e| REDACT | | |
| 72 | |VerifyCod e| REDACT | | |
| 73 | |S ignIn|| | |
| 74 | Then t he page di splays "Lo gin Error Message" | |
| 75 | ||
| 76 | @Blank Felled @fu ture | |
| 77 | Scenario:T est valid login when felled is blank | |
| 78 | Give n user vie ws ADK in the browse r | |
| 79 | And user attem pts login | |
| 80 | |f ield | val ue| | |
| 81 | |F acility|Pa norama| | |
| 82 | |AccessCod e| REDACT | | |
| 83 | |VerifyCod e| REDACT | | |
| 84 | |S ignIn|| | |
| 85 | Then t he page di splays "Lo gin Error Message" | |
| 86 | And u ser attemp ts login | |
| 87 | |f ield | val ue| | |
| 88 | |F acility|Pa norama| | |
| 89 | |AccessCod e| REDACT | | |
| 90 | |VerifyCod e| REDACT | | |
| 91 | |S ignIn|| | |
| 92 | Then t he page di splays "Lo gin Error Message" | |
| 93 | ||
| 94 | @appletWit houtLogin @future | |
| 95 | Scenario: Test attem pt to go d irectly to applet wi thout logi n | |
| 96 | Given u ser attemp t to go di rectly to applet wit hout login | |
| 97 | Then us er is redi rected to "SignIn" p age | |
| 98 | ||
| 99 | @Incorrect Subpage @ future | |
| 100 | Scenario: Test attem pt to go d irectly to applet wi th incorre ct subpage | |
| 101 | Given u ser attemp t to go di rectly to applet wit h incorrec t subpage | |
| 102 | Then us er is redi rected to "SignIn" p age |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.