Skip to content

04 12 2023 Meeting

Adam De Fouw edited this page Apr 12, 2023 · 1 revision

Meeting Minutes

Updates to RCTF v11.1.5 status

Screen Shot 2023-04-11 at 4 25 18 PM

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

Clone this wiki locally