Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSP-8707: IS83 Automated test cases changes #4130

Merged
merged 9 commits into from
Jun 24, 2024
Binary file modified testing/PIMS.Tests.Automation/Data/PIMS_Testing_Data.xlsx
Binary file not shown.
6 changes: 3 additions & 3 deletions testing/PIMS.Tests.Automation/Features/Properties.feature
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ Scenario: 02. Property PIMS Files Tab
Then PIMS Files Tab has rendered successfully

Scenario: 03. Property Management Tab
Given I search for a property in the inventory by PID from row number 25
Given I search for a property in the inventory by PID from row number 23
When I insert information in the Property Management Tab from row number 1
And I update information in the Property Management Tab from row number 2
And I clean up the Property Management Tab from row number 3
Then Property Management Tab has been updated successfully

Scenario: 04. Property Management Activity Digital Documents
Given I search for a property in the inventory by PID from row number 25
Given I search for a property in the inventory by PID from row number 23
When I insert activities to the Property Management Tab from row number 4
And I create Digital Documents for a Property Management row number 11
And I delete all activities from the Property Management Tab
Expand All @@ -33,7 +33,7 @@ Scenario: 05. Properties Map and List Filters
Then Properties filters works successfully

Scenario: 06. Non-Inventory Property Information
Given I search for a non MOTI property from row number 24
Given I search for a non MOTI property from row number 6
Then Non-Inventory property renders correctly

Scenario: 07. Invalid Property Not Found
Expand Down
6 changes: 3 additions & 3 deletions testing/PIMS.Tests.Automation/Features/Properties.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

84 changes: 26 additions & 58 deletions testing/PIMS.Tests.Automation/Features/SmokeTest.feature
Original file line number Diff line number Diff line change
Expand Up @@ -13,98 +13,66 @@ Scenario: 02. Organization Contact
When I search for an existing contact from type "Organization" row number 5
Then Expected Content is displayed on Contacts Table from contact type "Organization"

Scenario: 03. Lease and License File Details
Given I create a new minimum Lease from row number 5
When I add additional Information to the Lease Details
Then A new lease is created successfully

Scenario: 04. Lease and License Tenants
Scenario: 03. Lease and License Tenants
Given I create a new minimum Lease from row number 5
When I add Tenants to the Lease
Then A new lease is created successfully

Scenario: 05. Lease and License Improvements
Scenario: 04. Lease and License Improvements
Given I create a new minimum Lease from row number 5
When I add Improvements to the Lease
Then A new lease is created successfully

Scenario: 06. Lease and License Insurance
Scenario: 05. Lease and License Insurance
Given I create a new minimum Lease from row number 5
When I add Insurance to the Lease
Then A new lease is created successfully

Scenario: 07. Lease and License Deposits
Scenario: 06. Lease and License Deposits
Given I create a new minimum Lease from row number 5
When I add Deposits to the Lease
Then A new lease is created successfully

Scenario: 08. Lease and License Payments
Scenario: 07. Lease and License Payments
Given I create a new minimum Lease from row number 5
When I add Payments to the Lease
Then A new lease is created successfully

Scenario: 09. Research File Details
Given I create a basic Research File from row number 9
When I add additional details to Research File
Then A new Research File is created successfully

Scenario: 10. Research File Properties
Scenario: 08. Research File Properties
Given I create a basic Research File from row number 10
When I add Properties to a Research File
Then A new Research File is created successfully

Scenario: 11. Research File Documents
Given I create a basic Research File from row number 9
When I create Digital Documents for a "Research File" row number 10
Then A new Research File is created successfully

Scenario: 12. Research File Notes
Scenario: 09. Research File Notes
Given I create a basic Research File from row number 9
When I create a new Note on the Notes Tab from row number 8
Then A new Research File is created successfully

Scenario: 13. Acquisition File Details
Given I create a new Acquisition File from row number 18
When I add additional information to the Acquisition File Details
Then A new Acquisition file is created successfully

Scenario: 14. Acquisition File Property Takes
Given I create a new Acquisition File from row number 18
When I add Properties to the Acquisition File
And I create Takes within Acquisition File's Properties
Then A new Acquisition file is created successfully

Scenario: 15. Acquisition Checklist Tab
Scenario: 10. Acquisition Checklist Tab
Given I create a new Acquisition File from row number 18
When I insert Checklist information to an Acquisition File
Then Acquisition File's Checklist has been saved successfully

Scenario: 16. Acquisition File Agreements Tab
Scenario: 11. Acquisition File Agreements Tab
Given I create a new Acquisition File from row number 18
When I create Agreements within an Acquisition File
Then A new Acquisition file is created successfully

Scenario: 17. Acquisition File Stakeholders Tab
Given I create a new Acquisition File from row number 18
When I add Properties to the Acquisition File
And I create Stakeholders within an Acquisition File
Then A new Acquisition file is created successfully

Scenario: 18. Acquisition File Compensation Tab
Given I create a new Acquisition File from row number 18
When I add additional information to the Acquisition File Details
And I add Properties to the Acquisition File
And I create Stakeholders within an Acquisition File
And I create Compensation Requisition within an Acquisition File
Then A new Acquisition file is created successfully

Scenario: 19. Acquisition File Expropriation Tab
Given I create a new Acquisition File from row number 18
When I add additional information to the Acquisition File Details
And I add Properties to the Acquisition File
And I create Stakeholders within an Acquisition File
And I create Expropriations within an Acquisition File
Then A new Acquisition file is created successfully


#Scenario: 12. Acquisition File Compensation Tab
# Given I create a new Acquisition File from row number 18
# When I add additional information to the Acquisition File Details
# And I add Properties to the Acquisition File
# And I create Stakeholders within an Acquisition File
# And I create Compensation Requisition within an Acquisition File
# Then A new Acquisition file is created successfully

#Scenario: 13. Disposition Checklist Tab
# Given I create a new Disposition File from row number 1
# When I insert Checklist information to an Disposition File
# Then Disposition File's Checklist has been saved successfully

Scenario: 12. Disposition Offers and Sale Tab
Given I create a new Disposition File from row number 1
When I create Appraisal, Assessment, Offers and Sales Details within a Disposition File
Then A new Disposition file is created successfully

Loading
Loading