-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNI_PXI_Report_Generation.feature
150 lines (147 loc) · 8.68 KB
/
NI_PXI_Report_Generation.feature
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
@ui
@ni
@pxi
Feature: NI - PXI Report Generation And Validation
@contract
Scenario: Verify NI - PXI Report Generation using Contract User
Given open NI URL
When login in NI Application with Contract User
Then verify NI Subject Search page is displayed
When click on Property tab in NI Subject Search page
And enter Address '714 LATCH STREET, New Viscosis, US 6584' in Property Tab of NI Subject Search page
And click on Submit Request button in NI Subject Search page
Then verify NI Property Report page is displayed
When enable Loan Safe Suite in NI Property Report page
And select 'Collateral Manager' in the Loan Safe Suite pop-up in NI Property Report page
And click on VIEW ALL REPORTS button in NI Property Report page
Then verify Report Summary Window is displayed in NI Property Report page
When click on LoanSafe® Suite View button in Report Summary Window of NI Property Report page
And switch to New window
Then verify NI PXI Input page is displayed
And verify the TEXT BOX is displayed with values in NI PXI Input page
| Field Name | Field Value |
| Street Address | 714 LATCH STREET |
| City | New Viscosis |
| State | US |
| Zip | 6584 |
When the TEXT BOX is filled with values in NI PXI Input page
| Field Name | Field Value |
| Estimated Value | 60,000 |
| Loan # | [RANDOM --> LOAN NUMBER] |
And click on Submit button in NI PXI Input page
Then verify NI PXI Report page is displayed for Contract User
And verify PXI Report is displayed in NI PXI Report page
And verify the Section is displayed in NI PXI Report page
| Section - Report Information |
| Section - Loan Information |
| Section - Appraisal Review Alerts |
| Section - Fraud Alerts |
| Section - Property Detail |
| Section - Recent Subject Property Resale Summary |
| Section - Subject Property Report |
| Section - Nearby Properties Review |
| Section - Disclaimer |
And verify the expected Field Value is displayed in NI PXI Report page
| Field Name | Field Value |
| USV - Report Order No. | [NOT EMPTY] |
| USV - Street Address | 714 LATCH STREET |
| USV - City, State, Zip | New Viscosis, US 6584 |
| RI - Report Order No. | [NOT EMPTY] |
| RI - Report Date | [DATETIME --> MMM d, yyyy h:mm a] |
| LI - Loan Number | [VERIFY --> LOAN NUMBER] |
| LI - Reported Appraised Value | $60,000 |
| FA - Collateral Risk Score | [MATCH --> COLLATERAL RISK SCORE: \\d{1,3}] |
@order
@qa_only
Scenario: Verify NI - PXI Report Generation using Order User
Given open NI URL
When login in NI Application with Order User
Then verify NI Subject Search page is displayed
When click on Property tab in NI Subject Search page
And enter Address '714 WHITLATCH DR, LANCASTER, CA 93535' in Property Tab of NI Subject Search page
And click on Submit Request button in NI Subject Search page
Then verify NI Property Report page is displayed
When enable Loan Safe Suite in NI Property Report page
And select 'Collateral Manager' in the Loan Safe Suite pop-up in NI Property Report page
And click on VIEW ALL REPORTS button in NI Property Report page
Then verify Report Summary Window is displayed in NI Property Report page
When click on LoanSafe® Suite View button in Report Summary Window of NI Property Report page
And switch to New window
Then verify NI PXI Input page is displayed
And verify the TEXT BOX is displayed with values in NI PXI Input page
| Field Name | Field Value |
| Street Address | 714 WHITLATCH DR |
| City | LANCASTER |
| State | CA |
| Zip | 93535 |
When the TEXT BOX is filled with values in NI PXI Input page
| Field Name | Field Value |
| Estimated Value | 60,000 |
| Loan # | [RANDOM --> LOAN NUMBER] |
And click on Submit button in NI PXI Input page
Then verify NI PXI Report page is displayed for Order User
And verify PXI Report is displayed in NI PXI Report page
And verify the Section is displayed in NI PXI Report page
| Section - Report Information |
| Section - Loan Information |
| Section - Appraisal Review Alerts |
| Section - Fraud Alerts |
| Section - Property Detail |
| Section - Recent Subject Property Resale Summary |
| Section - Subject Property Report |
| Section - Nearby Properties Review |
| Section - Disclaimer |
And verify the expected Field Value is displayed in NI PXI Report page
| Field Name | Field Value |
| RI - Report Order No. | [NOT EMPTY] |
| RI - Report Date | [DATETIME --> MMM d, yyyy h:mm a] |
| RI - Standardized Property Address | 714 Whitlatch Dr\nLancaster, Ca 93535 |
| LI - Loan Number | [VERIFY --> LOAN NUMBER] |
| LI - Reported Appraised Value | $60,000 |
| FA - Collateral Risk Score | [MATCH --> COLLATERAL RISK SCORE: \\d{1,3}] |
@order
@uat_only
Scenario: Verify NI - PXI Report Generation using Order User
Given open NI URL
When login in NI Application with Order User
Then verify NI Subject Search page is displayed
When click on Property tab in NI Subject Search page
And enter Address '714 WHITLATCH DR, LANCASTER, CA 93535' in Property Tab of NI Subject Search page
And click on Submit Request button in NI Subject Search page
Then verify NI Property Report page is displayed
When enable Loan Safe Suite in NI Property Report page
And select 'Collateral Manager' in the Loan Safe Suite pop-up in NI Property Report page
And click on VIEW ALL REPORTS button in NI Property Report page
Then verify Report Summary Window is displayed in NI Property Report page
When click on LoanSafe® Suite View button in Report Summary Window of NI Property Report page
And switch to New window
Then verify NI PXI Input page is displayed
And verify the TEXT BOX is displayed with values in NI PXI Input page
| Field Name | Field Value |
| Street Address | 714 WHITLATCH DR |
| City | LANCASTER |
| State | CA |
| Zip | 93535 |
When the TEXT BOX is filled with values in NI PXI Input page
| Field Name | Field Value |
| Estimated Value | 60,000 |
| Loan # | [RANDOM --> LOAN NUMBER] |
And click on Submit button in NI PXI Input page
Then verify NI PXI Report page is displayed for Order User
And verify PXI Report is displayed in NI PXI Report page
And verify the Section is displayed in NI PXI Report page
| Section - Report Information |
| Section - Loan Information |
| Section - Fraud Alerts |
| Section - Property Detail |
| Section - Recent Subject Property Resale Summary |
| Section - Subject Property Report |
| Section - Nearby Properties Review |
| Section - Disclaimer |
And verify the expected Field Value is displayed in NI PXI Report page
| Field Name | Field Value |
| RI - Report Order No. | [NOT EMPTY] |
| RI - Report Date | [DATETIME --> MMM d, yyyy h:mm a] |
| RI - Standardized Property Address | 714 Whitlatch Dr\nLancaster, Ca 93535 |
| LI - Loan Number | [VERIFY --> LOAN NUMBER] |
| LI - Reported Appraised Value | $60,000 |