-
Notifications
You must be signed in to change notification settings - Fork 36
04 12 2023 Meeting
Adam De Fouw edited this page Apr 12, 2023
·
1 revision
Meeting Minutes
Updates to RCTF v11.1.5 status
- We are back to 100% pass rate on RCTF steps on v11.1.5 - https://cloud.cypress.io/projects/pvu79o/runs/776/specs
- This includes 445 steps at the moment.
- I completed the review of Assign User Rights feature and merged that in.
Software Testing 101
- PATTERN - The overall pattern we should be following is this:
- action
- assertion
- action
- assertion
- DETACHMENT - Detachment basically is something that happens when we try doing this kind of thing:
- action
- action
- action
- Actions should have consequences so we should not expect the screen would look the same.
Next Steps
I am going to continue with my review of features in the "In Review" column.
As a reminder, if you have any steps that are selecting elements by ID, like this: https://github.com/aldefouw/redcap_cypress/blob/c513864ebc603259107761d9546d27dfffb45003/cypress/features/core/pre-requisite/assign_super_users.feature#L113-L114
- Those need to be converted to an existing step definition or a special step definition for that specific feature needs to be created.
Meeting Frequency
WORKING MEETINGS
If you want help looking at your specific feature, come to the 9am sessions on Wednesday mornings (outside of weeks we have ATS subcommittee meeting)
Demo for the Vanderbilt Folks