-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Digital Documents refactoring * Research File uncomment steps * Digital Documents refactoring * Research File uncomment steps * Refactoring on Wait() method * Refactoring on Wait() method * Calibrating previous Waits refactoring for all test cases to run successfully * Calibrating previous Waits refactoring for all test cases to run successfully * Acquisition File - Checklist * Acquisition File refactoring and Stakeholders * Acquisition Files Stakeholders * Acquisition Files - Compensation Requisition, Changing Digital Documents - Upload test documents * Testing queries update * Leases Refactoring * Refactoring on Automation - Verify Views, Reserach Files * Acquisition Expropriation and Takes * Nuget package updates, refactoring Contacts, Help desk and AF Checklist * Changes on leases * Update nuget packages * Automation refactoring in Digital Documents, Projects, Notes, Financial Codes, Leases and Contacts --------- Co-authored-by: devinleighsmith <[email protected]> Co-authored-by: Alejandro Sanchez <[email protected]>
- Loading branch information
1 parent
f2f1d8c
commit 0af669b
Showing
33 changed files
with
1,249 additions
and
1,158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+325 Bytes
(100%)
testing/PIMS.Tests.Automation/Data/PIMS_Testing_Data.xlsx
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
testing/PIMS.Tests.Automation/Features/AcquisitionFiles.feature.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
testing/PIMS.Tests.Automation/Features/AdminTools.feature.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,36 @@ | ||
@Regression-Projects | ||
Feature: Projects | ||
|
||
Scenario Outline: Create new Projects | ||
Scenario Outline: Type of Projects | ||
Given I create a new Project from row number <RowNumber> | ||
When I verify The Project View Form | ||
And I create Digital Documents for a "Project" row number <DocRowNumber> | ||
And I search for an existing project | ||
Then Expected Content is displayed on Projects Table | ||
Then A new Project is created successfully | ||
Examples: | ||
| RowNumber | DocRowNumber | | ||
| 1 | 8 | | ||
| 2 | 9 | | ||
| 3 | 10 | | ||
| 4 | 11 | | ||
| RowNumber | | ||
| 1 | | ||
| 2 | | ||
| 3 | | ||
|
||
Scenario: Update Project | ||
Given I update an existing project from row number 5 | ||
When I edit a Digital Document for a "Project" from row number 12 | ||
And I navigate back to Project Details | ||
Then The Project is updated successfully | ||
Scenario: 01. Project Details | ||
Given I create a new Project from row number 4 | ||
When I update an existing project from row number 5 | ||
Then A new Project is created successfully | ||
|
||
Scenario: Duplicate Project | ||
Given I create a new Project from row number 1 | ||
Then Duplicate Project Alert is displayed | ||
Scenario: 02. Project Documents | ||
Given I create a new Project from row number 6 | ||
When I create Digital Documents for a "Project" row number 8 | ||
And I edit a Digital Document for a "Project" from row number 9 | ||
Then A new Project is created successfully | ||
|
||
Scenario: 03. Project Notes | ||
Given I create a new Project from row number 7 | ||
When I create a new Note on the Notes Tab from row number 6 | ||
And I edit a Note on the Notes Tab from row number 7 | ||
Then A new Project is created successfully | ||
|
||
Scenario: 04. Project List View | ||
Given I search for existing Projects from row number 2 | ||
Then Expected Project Content is displayed on Projects Table | ||
|
||
#Scenario: Duplicate Project | ||
# Given I create a new Project from row number 2 | ||
# Then Duplicate Project Alert is displayed |
126 changes: 90 additions & 36 deletions
126
testing/PIMS.Tests.Automation/Features/Projects.feature.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.