Skip to content

Commit d2a1566

Browse files
authored
[instrument_builder] Updates Test Plan according to changes intruduced by PR#8112. (#8281)
This is a Test Plan updates for the Instrument Builder module after changes introduced by PR #8112 Resolves #8257
1 parent fa666f5 commit d2a1566

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

modules/instrument_builder/test/TestPlan.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,27 @@ Instrument builder Test Plan
55
* 1.b Add Label
66
* 1.c Add Scored Field
77
* 1.c.1 Validate that this requires both QuestionName and QuestionText
8-
* 1.c.2 Validate that both QuestionName and QuestionText require less than 65 characters
8+
* 1.c.2 Validate that QuestionName require less than 65 characters
99
* 1.d Add Textbox
1010
* 1.d.1 Validate that this requires both QuestionName and QuestionText
1111
* 1.d.2 Validate that QuestionName requires less than 58 characters
12-
* 1.d.3 Validate that QuestionText requires less than 65 characters
1312
* 1.e Add Textarea
1413
* 1.e.1 Validate that this requires both QuestionName and QuestionText
1514
* 1.e.2 Validate that QuestionName requires less than 58 characters
16-
* 1.e.3 Validate that QuestionText requires less than 65 characters
1715
* 1.f Add Dropdown
1816
* 1.f.1 Validate that this requires both QuestionName and QuestionText
19-
* 1.f.2 Validate that both QuestionName and QuestionText require less than 65 characters
17+
* 1.f.2 Validate that QuestionName require less than 65 characters
2018
* 1.g Add Multiselect
2119
* 1.g.1 Validate that this requires both QuestionName and QuestionText
22-
* 1.g.2 Validate that both QuestionName and QuestionText require less than 65 characters
20+
* 1.g.2 Validate that QuestionName require less than 65 characters
2321
* 1.h Add Date
2422
* 1.h.1 Validate that this requires both QuestionName and QuestionText
2523
* 1.h.2 Validate adding range (startyear-endyear)
2624
* 1.h.3 Validate that QuestionName requires less than 58 characters
27-
* 1.h.4 Validate that QuestionText requires less than 65 characters
2825
* 1.i Add Numeric
2926
* 1.i.1 Validate that this requires both QuestionName and QuestionText
3027
* 1.i.2 Validate adding range
3128
* 1.i.3 Validate that QuestionName requires less than 58 characters
32-
* 1.i.4 Validate that QuestionText requires less than 65 characters
3329
* 1.j Add Blank Line
3430
* 1.k Add Page break
3531
2. Edit Question Name and Question Text in the table directly and check if it sticks.

0 commit comments

Comments
 (0)