Skip to content
New issue

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

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

Already on GitHub? # to your account

[instrument_builder] Updates Test Plan according to changes introduced by PR#8112. #8281

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions modules/instrument_builder/test/TestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,27 @@ Instrument builder Test Plan
* 1.b Add Label
* 1.c Add Scored Field
* 1.c.1 Validate that this requires both QuestionName and QuestionText
* 1.c.2 Validate that both QuestionName and QuestionText require less than 65 characters
* 1.c.2 Validate that QuestionName require less than 65 characters
* 1.d Add Textbox
* 1.d.1 Validate that this requires both QuestionName and QuestionText
* 1.d.2 Validate that QuestionName requires less than 58 characters
* 1.d.3 Validate that QuestionText requires less than 65 characters
* 1.e Add Textarea
* 1.e.1 Validate that this requires both QuestionName and QuestionText
* 1.e.2 Validate that QuestionName requires less than 58 characters
* 1.e.3 Validate that QuestionText requires less than 65 characters
* 1.f Add Dropdown
* 1.f.1 Validate that this requires both QuestionName and QuestionText
* 1.f.2 Validate that both QuestionName and QuestionText require less than 65 characters
* 1.f.2 Validate that QuestionName require less than 65 characters
* 1.g Add Multiselect
* 1.g.1 Validate that this requires both QuestionName and QuestionText
* 1.g.2 Validate that both QuestionName and QuestionText require less than 65 characters
* 1.g.2 Validate that QuestionName require less than 65 characters
* 1.h Add Date
* 1.h.1 Validate that this requires both QuestionName and QuestionText
* 1.h.2 Validate adding range (startyear-endyear)
* 1.h.3 Validate that QuestionName requires less than 58 characters
* 1.h.4 Validate that QuestionText requires less than 65 characters
* 1.i Add Numeric
* 1.i.1 Validate that this requires both QuestionName and QuestionText
* 1.i.2 Validate adding range
* 1.i.3 Validate that QuestionName requires less than 58 characters
* 1.i.4 Validate that QuestionText requires less than 65 characters
* 1.j Add Blank Line
* 1.k Add Page break
2. Edit Question Name and Question Text in the table directly and check if it sticks.
Expand Down