CCTC-team / redcap_cypress

REDCap Cypress Test Framework
MIT License
0 stars 0 forks source link

14. Direct Data Entry - Data Collection Instrument #72

Open MintooXavier opened 3 months ago

MintooXavier commented 3 months ago

Brief description: This feature is used to test the data entry through instruments or CRFs.

User spec: https://github.com/CCTC-team/redcap_cypress/blob/redcap_val/user_requirement_specification/core/14_direct_data_entry_with_data_collection_instrument%20.spec

Feature link: https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.100%20-%20Create%20Record.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.200%20-%20Field%20Type%20Data%20Entry.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.300%20-%20Radio%20button%20behavior.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.400%20-%20Datetime%20Fields.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.500%20-%20Leave%20without%20Save.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.600%20-%20Save%20Options.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.700%20-%20Form%20status%20options.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.800%20-%20Record%20Status%20Dashboard.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.900%20-%20Rename%20Record.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.1000%20-%20Delete%20Form%20Data.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.1100%20-%20Delete%20Record%20Data.feature https://github.com/CCTC-team/redcap_rsvc/blob/redcap_val/Feature%20Tests/B/Direct%20Data%20Entry%20-%20Data%20Collection%20Instrument_14/B.3.14.1200%20-%20Delete%20Record.feature

Pre review:

Post review:

MintooXavier commented 3 months ago

Scripts pre-reviewed:

  1. B.3.14.100 - Create Record
  2. B.3.14.200 - Field Type Data Entry
  3. B.3.14.300 - Radio button behavior
  4. B.3.14.400 - Datetime Fields
  5. B.3.14.500 - Leave without Save
  6. B.3.14.600 - Save Options
  7. B.3.14.700 - Form status options
  8. B.3.14.800 - Record Status Dashboard
  9. B.3.14.900 - Rename Record - Assign user rights twice else doesn't work for me
  10. B.3.14.1000 - Delete Form Data.feature - Assign user rights twice else doesn't work for me
  11. B.3.14.1100 - Delete Record Data.feature - Assign user rights twice else doesn't work for me
  12. B.3.14.1200 - Delete Record .feature - Assign user rights twice else doesn't work for me

All scripts pass

MintooXavier commented 3 months ago
  1. B.3.14.500 - Leave without Save
    • Added step to verify ‘Stay on page’ after Save
    • Script modified and pushed to MX_v13.1.37
MintooXavier commented 3 months ago

ATS team accepted the changes