From 0d93302192a2a94d745ecfc3e28e8aed8c87189f Mon Sep 17 00:00:00 2001 From: IsaDC Date: Wed, 13 Nov 2024 17:19:43 -0600 Subject: [PATCH 1/5] Convert test plan to v2 --- .../data/assertions.csv | 20 ++++++++++++ .../data/jaws-commands.csv | 19 +++++++++++ .../vertical-temperature-slider/data/log.txt | 26 +++++++++++++++ .../data/nvda-commands.csv | 19 +++++++++++ .../data/references.csv | 32 +++++++++---------- .../data/referencesV1.csv | 16 ++++++++++ .../data/scripts.csv | 4 +++ .../data/tests.csv | 32 ++++++------------- .../data/testsV1.csv | 22 +++++++++++++ .../data/voiceover_macos-commands.csv | 15 +++++++++ 10 files changed, 167 insertions(+), 38 deletions(-) create mode 100644 tests/vertical-temperature-slider/data/assertions.csv create mode 100644 tests/vertical-temperature-slider/data/jaws-commands.csv create mode 100644 tests/vertical-temperature-slider/data/log.txt create mode 100644 tests/vertical-temperature-slider/data/nvda-commands.csv create mode 100644 tests/vertical-temperature-slider/data/referencesV1.csv create mode 100644 tests/vertical-temperature-slider/data/scripts.csv create mode 100644 tests/vertical-temperature-slider/data/testsV1.csv create mode 100644 tests/vertical-temperature-slider/data/voiceover_macos-commands.csv diff --git a/tests/vertical-temperature-slider/data/assertions.csv b/tests/vertical-temperature-slider/data/assertions.csv new file mode 100644 index 000000000..997c79b20 --- /dev/null +++ b/tests/vertical-temperature-slider/data/assertions.csv @@ -0,0 +1,20 @@ +assertionId,priority,assertionStatement,assertionPhrase,refIds +maximumValue380IsNotConveyed,1,Maximum value '38.0' is not conveyed,maximum value '38.0' is not conveyed, +minimumValue100IsNotConveyed,1,Minimum value '10.0' is not conveyed,minimum value '10.0' is not conveyed, +nameTemperature,1,Name 'Temperature' is conveyed,convey name 'Temperature', +numericValue100IsNotConveyed,1,Numeric value '10.0' is not conveyed,numeric value '10.0' is not conveyed, +numericValue230IsNotConveyed,1,Numeric value '23.0' is not conveyed,numeric value '23.0' is not conveyed, +numericValue249IsNotConveyed,1,Numeric value '24.9' is not conveyed,numeric value '24.9' is not conveyed, +numericValue250IsNotConveyed,1,Numeric value '25.0' is not conveyed,numeric value '25.0' is not conveyed, +numericValue251IsNotConveyed,1,Numeric value '25.1' is not conveyed,numeric value '25.1' is not conveyed, +numericValue270IsNotConveyed,1,Numeric value '27.0' is not conveyed,numeric value '27.0' is not conveyed, +numericValue380IsNotConveyed,1,Numeric value '38.0' is not conveyed,numeric value '38.0' is not conveyed, +orientationVertical,1,Orientation 'vertical' is conveyed,convey orientation 'vertical', +roleSlider,1,Role 'slider' is conveyed,convey role 'slider', +textualValue100DegreesCelsius,1,Textual value '10.0 degrees Celsius' is conveyed,convey textual value '10.0 degrees Celsius', +textualValue230DegreesCelsius,1,Textual value '23.0 degrees Celsius' is conveyed,convey textual value '23.0 degrees Celsius', +textualValue249DegreesCelsius,1,Textual value '24.9 degrees Celsius' is conveyed,convey textual value '24.9 degrees Celsius', +textualValue250DegreesCelsius,1,Textual value '25.0 degrees Celsius' is conveyed,convey textual value '25.0 degrees Celsius', +textualValue251DegreesCelsius,1,Textual value '25.1 degrees Celsius' is conveyed,convey textual value '25.1 degrees Celsius', +textualValue270DegreesCelsius,1,Textual value '27.0 degrees Celsius' is conveyed,convey textual value '27.0 degrees Celsius', +textualValue380DegreesCelsius,1,Textual value '38.0 degrees Celsius' is conveyed,convey textual value '38.0 degrees Celsius', diff --git a/tests/vertical-temperature-slider/data/jaws-commands.csv b/tests/vertical-temperature-slider/data/jaws-commands.csv new file mode 100644 index 000000000..ecc9cfb24 --- /dev/null +++ b/tests/vertical-temperature-slider/data/jaws-commands.csv @@ -0,0 +1,19 @@ +testId,command,settings,assertionExceptions,presentationNumber +navForwardsToSlider,down down down,virtualCursor,,1.0 +navForwardsToSlider,tab,virtualCursor,,1.1 +navBackToSlider,up up,virtualCursor,,2.0 +navBackToSlider,shift+tab,virtualCursor,,2.1 +navForwardsToSlider,tab,pcCursor,,3.0 +navBackToSlider,shift+tab,pcCursor,,4.0 +reqInfoAboutSlider,ins+tab,virtualCursor,,7.0 +reqInfoAboutSlider,ins+up,virtualCursor,,7.1 +reqInfoAboutSlider,ins+tab,pcCursor,,8.0 +reqInfoAboutSlider,ins+up,pcCursor,,8.1 +incrementSliderByOneStep,right,pcCursor,,10.0 +incrementSliderByOneStep,up,pcCursor,,10.1 +decrementSliderByOneStep,left,pcCursor,,12.0 +decrementSliderByOneStep,down,pcCursor,,12.1 +incrementSliderByTwentySteps,pageUp,pcCursor,,14.0 +decrementSliderByTwentySteps,pageDown,pcCursor,,16.0 +decrementSliderToMinimumValue,home,pcCursor,,18.0 +incrementSliderToMaximumValue,end,pcCursor,,20.0 diff --git a/tests/vertical-temperature-slider/data/log.txt b/tests/vertical-temperature-slider/data/log.txt new file mode 100644 index 000000000..51cf7d24f --- /dev/null +++ b/tests/vertical-temperature-slider/data/log.txt @@ -0,0 +1,26 @@ +Starting format conversion at 2024-11-13T23:18:22.046Z +Copied tests.csv to testsV1.csv +Copied references.csv to referencesV1.csv + +Creating assertions.csv +Wrote 19 assertion statements to assertions.csv + +Creating tests.csv. +Wrote 9 tests to tests.csv + +Creating jaws-commands.csv. +Wrote 18 commands to jaws-commands.csv + +Creating nvda-commands.csv. +Wrote 18 commands to nvda-commands.csv + +Creating voiceover_macos-commands.csv. +Wrote 14 commands to voiceover_macos-commands.csv + +Creating scripts.csv. +Wrote 3 script names and descriptions to scripts.csv + +Creating references.csv. +Wrote 15 references to references.csv + +Finished conversion at 2024-11-13T23:18:22.118Z diff --git a/tests/vertical-temperature-slider/data/nvda-commands.csv b/tests/vertical-temperature-slider/data/nvda-commands.csv new file mode 100644 index 000000000..1863247a5 --- /dev/null +++ b/tests/vertical-temperature-slider/data/nvda-commands.csv @@ -0,0 +1,19 @@ +testId,command,settings,assertionExceptions,presentationNumber +navForwardsToSlider,down down,browseMode,,1.0 +navForwardsToSlider,tab,browseMode,,1.1 +navBackToSlider,up up,browseMode,,2.0 +navBackToSlider,shift+tab,browseMode,,2.1 +navForwardsToSlider,tab,focusMode,,3.0 +navBackToSlider,shift+tab,focusMode,,4.0 +reqInfoAboutSlider,ins+tab,browseMode,,7.0 +reqInfoAboutSlider,ins+up,browseMode,,7.1 +reqInfoAboutSlider,ins+tab,focusMode,,8.0 +reqInfoAboutSlider,ins+up,focusMode,,8.1 +incrementSliderByOneStep,right,focusMode,,10.0 +incrementSliderByOneStep,up,focusMode,,10.1 +decrementSliderByOneStep,left,focusMode,,12.0 +decrementSliderByOneStep,down,focusMode,,12.1 +incrementSliderByTwentySteps,pageUp,focusMode,,14.0 +decrementSliderByTwentySteps,pageDown,focusMode,,16.0 +decrementSliderToMinimumValue,home,focusMode,,18.0 +incrementSliderToMaximumValue,end,focusMode,,20.0 diff --git a/tests/vertical-temperature-slider/data/references.csv b/tests/vertical-temperature-slider/data/references.csv index 051581c1d..7b42af2aa 100644 --- a/tests/vertical-temperature-slider/data/references.csv +++ b/tests/vertical-temperature-slider/data/references.csv @@ -1,16 +1,16 @@ -refId,value -author,Isabel Del Castillo -title,Vertical Temperature Slider -authorEmail,isa.delcastillo5@gmail.com -reference,reference/2021-9-21_142211/slider-temperature.html -designPattern,https://w3c.github.io/aria-practices/#slider -example,https://w3c.github.io/aria-practices/examples/slider/slider-temperature.html -slider,https://w3c.github.io/aria/#slider -none,https://w3c.github.io/aria/#none -aria-labelledby,https://w3c.github.io/aria/#aria-labelledby -aria-orientation,https://w3c.github.io/aria/#aria-orientation -aria-valuenow,https://w3c.github.io/aria/#aria-valuenow -aria-valuemin,https://w3c.github.io/aria/#aria-valuemin -aria-valuemax,https://w3c.github.io/aria/#aria-valuemax -aria-valuetext,https://w3c.github.io/aria/#aria-valuetext -aria-hidden,https://w3c.github.io/aria/#aria-hidden \ No newline at end of file +refId,type,value,linkText +author,metadata,Isabel Del Castillo, +title,metadata,Vertical Temperature Slider, +authorEmail,metadata,isa.delcastillo5@gmail.com, +reference,metadata,reference/2021-9-21_142211/slider-temperature.html,Test Case Page for Vertical Temperature Slider +designPattern,metadata,https://www.w3.org/WAI/ARIA/apg/patterns/slider/,APG Pattern: Slider +example,metadata,https://www.w3.org/WAI/ARIA/apg/patterns/slider/examples/slider-temperature/,APG Example: Vertical Temperature Slider +slider,aria,slider,slider +none,aria,none,none +aria-labelledby,aria,aria-labelledby,aria-labelledby +aria-orientation,aria,aria-orientation,aria-orientation +aria-valuenow,aria,aria-valuenow,aria-valuenow +aria-valuemin,aria,aria-valuemin,aria-valuemin +aria-valuemax,aria,aria-valuemax,aria-valuemax +aria-valuetext,aria,aria-valuetext,aria-valuetext +aria-hidden,aria,aria-hidden,aria-hidden diff --git a/tests/vertical-temperature-slider/data/referencesV1.csv b/tests/vertical-temperature-slider/data/referencesV1.csv new file mode 100644 index 000000000..051581c1d --- /dev/null +++ b/tests/vertical-temperature-slider/data/referencesV1.csv @@ -0,0 +1,16 @@ +refId,value +author,Isabel Del Castillo +title,Vertical Temperature Slider +authorEmail,isa.delcastillo5@gmail.com +reference,reference/2021-9-21_142211/slider-temperature.html +designPattern,https://w3c.github.io/aria-practices/#slider +example,https://w3c.github.io/aria-practices/examples/slider/slider-temperature.html +slider,https://w3c.github.io/aria/#slider +none,https://w3c.github.io/aria/#none +aria-labelledby,https://w3c.github.io/aria/#aria-labelledby +aria-orientation,https://w3c.github.io/aria/#aria-orientation +aria-valuenow,https://w3c.github.io/aria/#aria-valuenow +aria-valuemin,https://w3c.github.io/aria/#aria-valuemin +aria-valuemax,https://w3c.github.io/aria/#aria-valuemax +aria-valuetext,https://w3c.github.io/aria/#aria-valuetext +aria-hidden,https://w3c.github.io/aria/#aria-hidden \ No newline at end of file diff --git a/tests/vertical-temperature-slider/data/scripts.csv b/tests/vertical-temperature-slider/data/scripts.csv new file mode 100644 index 000000000..4dd30f545 --- /dev/null +++ b/tests/vertical-temperature-slider/data/scripts.csv @@ -0,0 +1,4 @@ +setupScript,setupScriptDescription +setFocusAfterSlider,sets focus on a link after the slider +setFocusBeforeSlider,sets focus on a link before the slider +setFocusOnSlider,sets focus on the slider diff --git a/tests/vertical-temperature-slider/data/tests.csv b/tests/vertical-temperature-slider/data/tests.csv index c003384fe..cb7558745 100644 --- a/tests/vertical-temperature-slider/data/tests.csv +++ b/tests/vertical-temperature-slider/data/tests.csv @@ -1,22 +1,10 @@ -testId,title,appliesTo,mode,task,setupScript,setupScriptDescription,refs,instructions,assertion1,assertion2,assertion3,assertion4,assertion5,assertion6,assertion7 -1,Navigate forwards to a slider in reading mode,"JAWS,NVDA",reading,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -2,Navigate backwards to a slider in reading mode,"JAWS,NVDA",reading,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -3,Navigate forwards to a slider in interaction mode,"JAWS,NVDA",interaction,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -4,Navigate backwards to a slider in interaction mode,"JAWS,NVDA",interaction,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -5,Navigate forwards to a slider,voiceover_macos,interaction,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -6,Navigate backwards to a slider,voiceover_macos,interaction,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -7,Read information about a slider in reading mode,"JAWS,NVDA",reading,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -8,Read information about a slider in interaction mode,"JAWS,NVDA",interaction,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -9,Read information about a slider,voiceover_macos,interaction,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -10,Increment a slider by one step in interaction mode,"JAWS,NVDA",interaction,increment slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",Textual value '25.1 degrees Celsius' is conveyed,numeric value '25.1' is not conveyed,,,,, -11,Increment a slider by one step,voiceover_macos,interaction,increment slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",Textual value '25.1 degrees Celsius' is conveyed,numeric value '25.1' is not conveyed,,,,, -12,Decrement a slider by one step in interaction mode,"JAWS,NVDA",interaction,decrement slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",Textual value '24.9 degrees Celsius' is conveyed,numeric value '24.9' is not conveyed,,,,, -13,Decrement a slider by one step,voiceover_macos,interaction,decrement slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",Textual value '24.9 degrees Celsius' is conveyed,numeric value '24.9' is not conveyed,,,,, -14,Increment a slider by twenty steps in interaction mode,"JAWS,NVDA",interaction,increment slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",Textual value '27.0 degrees Celsius' is conveyed,numeric value '27.0' is not conveyed,,,,, -15,Increment a slider by twenty steps,voiceover_macos,interaction,increment slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",Textual value '27.0 degrees Celsius' is conveyed,numeric value '27.0' is not conveyed,,,,, -16,Decrement a slider by twenty steps in interaction mode,"JAWS,NVDA",interaction,decrement slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",Textual value '23.0 degrees Celsius' is conveyed,numeric value '23.0' is not conveyed,,,,, -17,Decrement a slider by twenty steps,voiceover_macos,interaction,decrement slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",Textual value '23.0 degrees Celsius' is conveyed,numeric value '23.0' is not conveyed,,,,, -18,Decrement a slider to the minimum value in interaction mode,"JAWS,NVDA",interaction,decrement slider to minimum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemin,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",Textual value '10.0 degrees Celsius' is conveyed,numeric value '10.0' is not conveyed,,,,, -19,Decrement a slider to the minimum value,voiceover_macos,interaction,decrement slider to minimum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemin,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",Textual value '10.0 degrees Celsius' is conveyed,numeric value '10.0' is not conveyed,,,,, -20,Increment a slider to the maximum value in interaction mode,"JAWS,NVDA",interaction,increment slider to maximum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemax,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",Textual value '38.0 degrees Celsius' is conveyed,numeric value '38.0' is not conveyed,,,,, -21,Increment a slider to the maximum value,voiceover_macos,interaction,increment slider to maximum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemax,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",Textual value '38.0 degrees Celsius' is conveyed,numeric value '38.0' is not conveyed,,,,, +testId,title,presentationNumber,setupScript,instructions,assertions +navForwardsToSlider,Navigate forwards to a slider,5,setFocusBeforeSlider,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed +navBackToSlider,Navigate backwards to a slider,6,setFocusAfterSlider,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed +reqInfoAboutSlider,Request information about a slider,9,setFocusOnSlider,"With focus on the 'Temperature' slider, read information about the slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed +incrementSliderByOneStep,Increment a slider by one step,11,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",textualValue251DegreesCelsius numericValue251IsNotConveyed +decrementSliderByOneStep,Decrement a slider by one step,13,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",textualValue249DegreesCelsius numericValue249IsNotConveyed +incrementSliderByTwentySteps,Increment a slider by twenty steps,15,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",textualValue270DegreesCelsius numericValue270IsNotConveyed +decrementSliderByTwentySteps,Decrement a slider by twenty steps,17,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",textualValue230DegreesCelsius numericValue230IsNotConveyed +decrementSliderToMinimumValue,Decrement a slider to the minimum value,19,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",textualValue100DegreesCelsius numericValue100IsNotConveyed +incrementSliderToMaximumValue,Increment a slider to the maximum value,21,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",textualValue380DegreesCelsius numericValue380IsNotConveyed diff --git a/tests/vertical-temperature-slider/data/testsV1.csv b/tests/vertical-temperature-slider/data/testsV1.csv new file mode 100644 index 000000000..c003384fe --- /dev/null +++ b/tests/vertical-temperature-slider/data/testsV1.csv @@ -0,0 +1,22 @@ +testId,title,appliesTo,mode,task,setupScript,setupScriptDescription,refs,instructions,assertion1,assertion2,assertion3,assertion4,assertion5,assertion6,assertion7 +1,Navigate forwards to a slider in reading mode,"JAWS,NVDA",reading,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +2,Navigate backwards to a slider in reading mode,"JAWS,NVDA",reading,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +3,Navigate forwards to a slider in interaction mode,"JAWS,NVDA",interaction,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +4,Navigate backwards to a slider in interaction mode,"JAWS,NVDA",interaction,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +5,Navigate forwards to a slider,voiceover_macos,interaction,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +6,Navigate backwards to a slider,voiceover_macos,interaction,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +7,Read information about a slider in reading mode,"JAWS,NVDA",reading,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +8,Read information about a slider in interaction mode,"JAWS,NVDA",interaction,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +9,Read information about a slider,voiceover_macos,interaction,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed +10,Increment a slider by one step in interaction mode,"JAWS,NVDA",interaction,increment slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",Textual value '25.1 degrees Celsius' is conveyed,numeric value '25.1' is not conveyed,,,,, +11,Increment a slider by one step,voiceover_macos,interaction,increment slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",Textual value '25.1 degrees Celsius' is conveyed,numeric value '25.1' is not conveyed,,,,, +12,Decrement a slider by one step in interaction mode,"JAWS,NVDA",interaction,decrement slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",Textual value '24.9 degrees Celsius' is conveyed,numeric value '24.9' is not conveyed,,,,, +13,Decrement a slider by one step,voiceover_macos,interaction,decrement slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",Textual value '24.9 degrees Celsius' is conveyed,numeric value '24.9' is not conveyed,,,,, +14,Increment a slider by twenty steps in interaction mode,"JAWS,NVDA",interaction,increment slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",Textual value '27.0 degrees Celsius' is conveyed,numeric value '27.0' is not conveyed,,,,, +15,Increment a slider by twenty steps,voiceover_macos,interaction,increment slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",Textual value '27.0 degrees Celsius' is conveyed,numeric value '27.0' is not conveyed,,,,, +16,Decrement a slider by twenty steps in interaction mode,"JAWS,NVDA",interaction,decrement slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",Textual value '23.0 degrees Celsius' is conveyed,numeric value '23.0' is not conveyed,,,,, +17,Decrement a slider by twenty steps,voiceover_macos,interaction,decrement slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",Textual value '23.0 degrees Celsius' is conveyed,numeric value '23.0' is not conveyed,,,,, +18,Decrement a slider to the minimum value in interaction mode,"JAWS,NVDA",interaction,decrement slider to minimum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemin,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",Textual value '10.0 degrees Celsius' is conveyed,numeric value '10.0' is not conveyed,,,,, +19,Decrement a slider to the minimum value,voiceover_macos,interaction,decrement slider to minimum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemin,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",Textual value '10.0 degrees Celsius' is conveyed,numeric value '10.0' is not conveyed,,,,, +20,Increment a slider to the maximum value in interaction mode,"JAWS,NVDA",interaction,increment slider to maximum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemax,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",Textual value '38.0 degrees Celsius' is conveyed,numeric value '38.0' is not conveyed,,,,, +21,Increment a slider to the maximum value,voiceover_macos,interaction,increment slider to maximum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemax,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",Textual value '38.0 degrees Celsius' is conveyed,numeric value '38.0' is not conveyed,,,,, diff --git a/tests/vertical-temperature-slider/data/voiceover_macos-commands.csv b/tests/vertical-temperature-slider/data/voiceover_macos-commands.csv new file mode 100644 index 000000000..e3146dc57 --- /dev/null +++ b/tests/vertical-temperature-slider/data/voiceover_macos-commands.csv @@ -0,0 +1,15 @@ +testId,command,settings,assertionExceptions,presentationNumber +navForwardsToSlider,ctrl+opt+right ctrl+opt+right,,,5.0 +navForwardsToSlider,tab,,,5.1 +navBackToSlider,ctrl+opt+left ctrl+opt+left,,,6.0 +navBackToSlider,shift+tab,,,6.1 +reqInfoAboutSlider,ctrl+opt+f3,,,9.0 +reqInfoAboutSlider,ctrl+opt+f4,,,9.1 +incrementSliderByOneStep,right,quickNavOff,,11.0 +incrementSliderByOneStep,up,quickNavOff,,11.1 +decrementSliderByOneStep,left,quickNavOff,,13.0 +decrementSliderByOneStep,down,quickNavOff,,13.1 +incrementSliderByTwentySteps,pageUp,,,15.0 +decrementSliderByTwentySteps,pageDown,,,17.0 +decrementSliderToMinimumValue,home,,,19.0 +incrementSliderToMaximumValue,end,,,21.0 From 89baac327dc95b87a206aff58fed624c0484f0d1 Mon Sep 17 00:00:00 2001 From: IsaDC Date: Wed, 13 Nov 2024 17:20:36 -0600 Subject: [PATCH 2/5] Remove previous csv files --- .../data/commands.csv | 34 ------------------- .../vertical-temperature-slider/data/log.txt | 26 -------------- .../data/referencesV1.csv | 16 --------- .../data/testsV1.csv | 22 ------------ 4 files changed, 98 deletions(-) delete mode 100644 tests/vertical-temperature-slider/data/commands.csv delete mode 100644 tests/vertical-temperature-slider/data/log.txt delete mode 100644 tests/vertical-temperature-slider/data/referencesV1.csv delete mode 100644 tests/vertical-temperature-slider/data/testsV1.csv diff --git a/tests/vertical-temperature-slider/data/commands.csv b/tests/vertical-temperature-slider/data/commands.csv deleted file mode 100644 index 505f35872..000000000 --- a/tests/vertical-temperature-slider/data/commands.csv +++ /dev/null @@ -1,34 +0,0 @@ -testId,task,mode,at,commandA,commandB,commandC,commandD,commandE,commandF -1,navigate forwards to slider,reading,JAWS,"DOWN,DOWN,DOWN",TAB,,,, -1,navigate forwards to slider,reading,NVDA,"DOWN,DOWN",TAB,,,, -2,navigate backwards to slider,reading,JAWS,"UP,UP",SHIFT_TAB,,,, -2,navigate backwards to slider,reading,NVDA,"UP,UP",SHIFT_TAB,,,, -3,navigate forwards to slider,interaction,JAWS,TAB,,,,, -3,navigate forwards to slider,interaction,NVDA,TAB,,,,, -4,navigate backwards to slider,interaction,JAWS,SHIFT_TAB,,,,, -4,navigate backwards to slider,interaction,NVDA,SHIFT_TAB,,,,, -5,navigate forwards to slider,interaction,voiceover_macos,"CTRL_OPT_RIGHT,CTRL_OPT_RIGHT",TAB,,,, -6,navigate backwards to slider,interaction,voiceover_macos,"CTRL_OPT_LEFT,CTRL_OPT_LEFT",SHIFT_TAB,,,, -7,read information about slider,reading,JAWS,INS_TAB,INS_UP,,,, -7,read information about slider,reading,NVDA,INS_TAB,INS_UP,,,, -8,read information about slider,interaction,JAWS,INS_TAB,INS_UP,,,, -8,read information about slider,interaction,NVDA,INS_TAB,INS_UP,,,, -9,read information about slider,interaction,voiceover_macos,CTRL_OPT_F3,CTRL_OPT_F4,,,, -10,increment slider by one step,interaction,JAWS,RIGHT,UP,,,, -10,increment slider by one step,interaction,NVDA,RIGHT,UP,,,, -11,increment slider by one step,interaction,voiceover_macos,RIGHT,UP,,,, -12,decrement slider by one step,interaction,JAWS,LEFT,DOWN,,,, -12,decrement slider by one step,interaction,NVDA,LEFT,DOWN,,,, -13,decrement slider by one step,interaction,voiceover_macos,LEFT,DOWN,,,, -14,increment slider by twenty steps,interaction,JAWS,PAGE_UP,,,,, -14,increment slider by twenty steps,interaction,NVDA,PAGE_UP,,,,, -15,increment slider by twenty steps,interaction,voiceover_macos,PAGE_UP,,,,, -16,decrement slider by twenty steps,interaction,JAWS,PAGE_DOWN,,,,, -16,decrement slider by twenty steps,interaction,NVDA,PAGE_DOWN,,,,, -17,decrement slider by twenty steps,interaction,voiceover_macos,PAGE_DOWN,,,,, -18,decrement slider to minimum value,interaction,JAWS,HOME,,,,, -18,decrement slider to minimum value,interaction,NVDA,HOME,,,,, -19,decrement slider to minimum value,interaction,voiceover_macos,HOME,,,,, -20,increment slider to maximum value,interaction,JAWS,END,,,,, -20,increment slider to maximum value,interaction,NVDA,END,,,,, -21,increment slider to maximum value,interaction,voiceover_macos,END,,,,, diff --git a/tests/vertical-temperature-slider/data/log.txt b/tests/vertical-temperature-slider/data/log.txt deleted file mode 100644 index 51cf7d24f..000000000 --- a/tests/vertical-temperature-slider/data/log.txt +++ /dev/null @@ -1,26 +0,0 @@ -Starting format conversion at 2024-11-13T23:18:22.046Z -Copied tests.csv to testsV1.csv -Copied references.csv to referencesV1.csv - -Creating assertions.csv -Wrote 19 assertion statements to assertions.csv - -Creating tests.csv. -Wrote 9 tests to tests.csv - -Creating jaws-commands.csv. -Wrote 18 commands to jaws-commands.csv - -Creating nvda-commands.csv. -Wrote 18 commands to nvda-commands.csv - -Creating voiceover_macos-commands.csv. -Wrote 14 commands to voiceover_macos-commands.csv - -Creating scripts.csv. -Wrote 3 script names and descriptions to scripts.csv - -Creating references.csv. -Wrote 15 references to references.csv - -Finished conversion at 2024-11-13T23:18:22.118Z diff --git a/tests/vertical-temperature-slider/data/referencesV1.csv b/tests/vertical-temperature-slider/data/referencesV1.csv deleted file mode 100644 index 051581c1d..000000000 --- a/tests/vertical-temperature-slider/data/referencesV1.csv +++ /dev/null @@ -1,16 +0,0 @@ -refId,value -author,Isabel Del Castillo -title,Vertical Temperature Slider -authorEmail,isa.delcastillo5@gmail.com -reference,reference/2021-9-21_142211/slider-temperature.html -designPattern,https://w3c.github.io/aria-practices/#slider -example,https://w3c.github.io/aria-practices/examples/slider/slider-temperature.html -slider,https://w3c.github.io/aria/#slider -none,https://w3c.github.io/aria/#none -aria-labelledby,https://w3c.github.io/aria/#aria-labelledby -aria-orientation,https://w3c.github.io/aria/#aria-orientation -aria-valuenow,https://w3c.github.io/aria/#aria-valuenow -aria-valuemin,https://w3c.github.io/aria/#aria-valuemin -aria-valuemax,https://w3c.github.io/aria/#aria-valuemax -aria-valuetext,https://w3c.github.io/aria/#aria-valuetext -aria-hidden,https://w3c.github.io/aria/#aria-hidden \ No newline at end of file diff --git a/tests/vertical-temperature-slider/data/testsV1.csv b/tests/vertical-temperature-slider/data/testsV1.csv deleted file mode 100644 index c003384fe..000000000 --- a/tests/vertical-temperature-slider/data/testsV1.csv +++ /dev/null @@ -1,22 +0,0 @@ -testId,title,appliesTo,mode,task,setupScript,setupScriptDescription,refs,instructions,assertion1,assertion2,assertion3,assertion4,assertion5,assertion6,assertion7 -1,Navigate forwards to a slider in reading mode,"JAWS,NVDA",reading,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -2,Navigate backwards to a slider in reading mode,"JAWS,NVDA",reading,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -3,Navigate forwards to a slider in interaction mode,"JAWS,NVDA",interaction,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -4,Navigate backwards to a slider in interaction mode,"JAWS,NVDA",interaction,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -5,Navigate forwards to a slider,voiceover_macos,interaction,navigate forwards to slider,setFocusBeforeSlider,sets focus on a link before the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -6,Navigate backwards to a slider,voiceover_macos,interaction,navigate backwards to slider,setFocusAfterSlider,sets focus on a link after the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -7,Read information about a slider in reading mode,"JAWS,NVDA",reading,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With the reading cursor on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -8,Read information about a slider in interaction mode,"JAWS,NVDA",interaction,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -9,Read information about a slider,voiceover_macos,interaction,read information about slider,setFocusOnSlider,sets focus on the slider,slider aria-labelledby aria-valuenow aria-valuetext aria-valuemin aria-valuemax aria-orientation,"With focus on the 'Temperature' slider, read information about the slider.",Role 'slider' is conveyed,Name 'Temperature' is conveyed,Textual value '25.0 degrees Celsius' is conveyed,numeric value '25.0' is not conveyed,Orientation 'vertical' is conveyed,Minimum value '10.0' is not conveyed,Maximum value '38.0' is not conveyed -10,Increment a slider by one step in interaction mode,"JAWS,NVDA",interaction,increment slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",Textual value '25.1 degrees Celsius' is conveyed,numeric value '25.1' is not conveyed,,,,, -11,Increment a slider by one step,voiceover_macos,interaction,increment slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",Textual value '25.1 degrees Celsius' is conveyed,numeric value '25.1' is not conveyed,,,,, -12,Decrement a slider by one step in interaction mode,"JAWS,NVDA",interaction,decrement slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",Textual value '24.9 degrees Celsius' is conveyed,numeric value '24.9' is not conveyed,,,,, -13,Decrement a slider by one step,voiceover_macos,interaction,decrement slider by one step,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",Textual value '24.9 degrees Celsius' is conveyed,numeric value '24.9' is not conveyed,,,,, -14,Increment a slider by twenty steps in interaction mode,"JAWS,NVDA",interaction,increment slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",Textual value '27.0 degrees Celsius' is conveyed,numeric value '27.0' is not conveyed,,,,, -15,Increment a slider by twenty steps,voiceover_macos,interaction,increment slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",Textual value '27.0 degrees Celsius' is conveyed,numeric value '27.0' is not conveyed,,,,, -16,Decrement a slider by twenty steps in interaction mode,"JAWS,NVDA",interaction,decrement slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",Textual value '23.0 degrees Celsius' is conveyed,numeric value '23.0' is not conveyed,,,,, -17,Decrement a slider by twenty steps,voiceover_macos,interaction,decrement slider by twenty steps,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",Textual value '23.0 degrees Celsius' is conveyed,numeric value '23.0' is not conveyed,,,,, -18,Decrement a slider to the minimum value in interaction mode,"JAWS,NVDA",interaction,decrement slider to minimum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemin,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",Textual value '10.0 degrees Celsius' is conveyed,numeric value '10.0' is not conveyed,,,,, -19,Decrement a slider to the minimum value,voiceover_macos,interaction,decrement slider to minimum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemin,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",Textual value '10.0 degrees Celsius' is conveyed,numeric value '10.0' is not conveyed,,,,, -20,Increment a slider to the maximum value in interaction mode,"JAWS,NVDA",interaction,increment slider to maximum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemax,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",Textual value '38.0 degrees Celsius' is conveyed,numeric value '38.0' is not conveyed,,,,, -21,Increment a slider to the maximum value,voiceover_macos,interaction,increment slider to maximum value,setFocusOnSlider,sets focus on the slider,aria-valuenow aria-valuetext aria-valuemax,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",Textual value '38.0 degrees Celsius' is conveyed,numeric value '38.0' is not conveyed,,,,, From 3623595635fede2e63dbadc3cb940cacc77b20dd Mon Sep 17 00:00:00 2001 From: IsaDC Date: Thu, 14 Nov 2024 10:37:24 -0600 Subject: [PATCH 3/5] Update references in assertions.csv --- .../data/assertions.csv | 39 ++++++++++--------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/tests/vertical-temperature-slider/data/assertions.csv b/tests/vertical-temperature-slider/data/assertions.csv index 997c79b20..e17b2e2d8 100644 --- a/tests/vertical-temperature-slider/data/assertions.csv +++ b/tests/vertical-temperature-slider/data/assertions.csv @@ -1,20 +1,21 @@ assertionId,priority,assertionStatement,assertionPhrase,refIds -maximumValue380IsNotConveyed,1,Maximum value '38.0' is not conveyed,maximum value '38.0' is not conveyed, -minimumValue100IsNotConveyed,1,Minimum value '10.0' is not conveyed,minimum value '10.0' is not conveyed, -nameTemperature,1,Name 'Temperature' is conveyed,convey name 'Temperature', -numericValue100IsNotConveyed,1,Numeric value '10.0' is not conveyed,numeric value '10.0' is not conveyed, -numericValue230IsNotConveyed,1,Numeric value '23.0' is not conveyed,numeric value '23.0' is not conveyed, -numericValue249IsNotConveyed,1,Numeric value '24.9' is not conveyed,numeric value '24.9' is not conveyed, -numericValue250IsNotConveyed,1,Numeric value '25.0' is not conveyed,numeric value '25.0' is not conveyed, -numericValue251IsNotConveyed,1,Numeric value '25.1' is not conveyed,numeric value '25.1' is not conveyed, -numericValue270IsNotConveyed,1,Numeric value '27.0' is not conveyed,numeric value '27.0' is not conveyed, -numericValue380IsNotConveyed,1,Numeric value '38.0' is not conveyed,numeric value '38.0' is not conveyed, -orientationVertical,1,Orientation 'vertical' is conveyed,convey orientation 'vertical', -roleSlider,1,Role 'slider' is conveyed,convey role 'slider', -textualValue100DegreesCelsius,1,Textual value '10.0 degrees Celsius' is conveyed,convey textual value '10.0 degrees Celsius', -textualValue230DegreesCelsius,1,Textual value '23.0 degrees Celsius' is conveyed,convey textual value '23.0 degrees Celsius', -textualValue249DegreesCelsius,1,Textual value '24.9 degrees Celsius' is conveyed,convey textual value '24.9 degrees Celsius', -textualValue250DegreesCelsius,1,Textual value '25.0 degrees Celsius' is conveyed,convey textual value '25.0 degrees Celsius', -textualValue251DegreesCelsius,1,Textual value '25.1 degrees Celsius' is conveyed,convey textual value '25.1 degrees Celsius', -textualValue270DegreesCelsius,1,Textual value '27.0 degrees Celsius' is conveyed,convey textual value '27.0 degrees Celsius', -textualValue380DegreesCelsius,1,Textual value '38.0 degrees Celsius' is conveyed,convey textual value '38.0 degrees Celsius', +interactionModeEnabled,2,Screen reader switched from reading mode to interaction mode|{screenReader} switched from {readingMode} to {interactionMode},switch from reading mode to interaction mode|switch from {readingMode} to {interactionMode},slider +maximumValue380IsNotConveyed,2,Maximum value '38.0' is not conveyed,maximum value '38.0' is not conveyed,aria-valuemax +minimumValue100IsNotConveyed,2,Minimum value '10.0' is not conveyed,minimum value '10.0' is not conveyed,aria-valuemin +nameTemperature,1,Name 'Temperature' is conveyed,convey name 'Temperature',aria-labelledby +numericValue100IsNotConveyed,2,Numeric value '10.0' is not conveyed,numeric value '10.0' is not conveyed,aria-valuenow +numericValue230IsNotConveyed,2,Numeric value '23.0' is not conveyed,numeric value '23.0' is not conveyed,aria-valuenow +numericValue249IsNotConveyed,2,Numeric value '24.9' is not conveyed,numeric value '24.9' is not conveyed,aria-valuenow +numericValue250IsNotConveyed,2,Numeric value '25.0' is not conveyed,numeric value '25.0' is not conveyed,aria-valuenow +numericValue251IsNotConveyed,2,Numeric value '25.1' is not conveyed,numeric value '25.1' is not conveyed,aria-valuenow +numericValue270IsNotConveyed,2,Numeric value '27.0' is not conveyed,numeric value '27.0' is not conveyed,aria-valuenow +numericValue380IsNotConveyed,2,Numeric value '38.0' is not conveyed,numeric value '38.0' is not conveyed,aria-valuenow +orientationVertical,3,Orientation 'vertical' is conveyed,convey orientation 'vertical',aria-orientation +roleSlider,1,Role 'slider' is conveyed,convey role 'slider',slider +textualValue100DegreesCelsius,1,Textual value '10.0 degrees Celsius' is conveyed,convey textual value '10.0 degrees Celsius',aria-valuetext +textualValue230DegreesCelsius,1,Textual value '23.0 degrees Celsius' is conveyed,convey textual value '23.0 degrees Celsius',aria-valuetext +textualValue249DegreesCelsius,1,Textual value '24.9 degrees Celsius' is conveyed,convey textual value '24.9 degrees Celsius',aria-valuetext +textualValue250DegreesCelsius,1,Textual value '25.0 degrees Celsius' is conveyed,convey textual value '25.0 degrees Celsius',aria-valuetext +textualValue251DegreesCelsius,1,Textual value '25.1 degrees Celsius' is conveyed,convey textual value '25.1 degrees Celsius',aria-valuetext +textualValue270DegreesCelsius,1,Textual value '27.0 degrees Celsius' is conveyed,convey textual value '27.0 degrees Celsius',aria-valuetext +textualValue380DegreesCelsius,1,Textual value '38.0 degrees Celsius' is conveyed,convey textual value '38.0 degrees Celsius',aria-valuetext From b77ecbc9ff047070c933ae23d36b28f1268c79ef Mon Sep 17 00:00:00 2001 From: IsaDC Date: Thu, 14 Nov 2024 10:44:51 -0600 Subject: [PATCH 4/5] Update priority to Must for assertions that do not convey numeric values --- .../data/assertions.csv | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/vertical-temperature-slider/data/assertions.csv b/tests/vertical-temperature-slider/data/assertions.csv index e17b2e2d8..cd93ab63b 100644 --- a/tests/vertical-temperature-slider/data/assertions.csv +++ b/tests/vertical-temperature-slider/data/assertions.csv @@ -1,15 +1,14 @@ assertionId,priority,assertionStatement,assertionPhrase,refIds -interactionModeEnabled,2,Screen reader switched from reading mode to interaction mode|{screenReader} switched from {readingMode} to {interactionMode},switch from reading mode to interaction mode|switch from {readingMode} to {interactionMode},slider -maximumValue380IsNotConveyed,2,Maximum value '38.0' is not conveyed,maximum value '38.0' is not conveyed,aria-valuemax -minimumValue100IsNotConveyed,2,Minimum value '10.0' is not conveyed,minimum value '10.0' is not conveyed,aria-valuemin +maximumValue380IsNotConveyed,1,Maximum value '38.0' is not conveyed,maximum value '38.0' is not conveyed,aria-valuemax +minimumValue100IsNotConveyed,1,Minimum value '10.0' is not conveyed,minimum value '10.0' is not conveyed,aria-valuemin nameTemperature,1,Name 'Temperature' is conveyed,convey name 'Temperature',aria-labelledby -numericValue100IsNotConveyed,2,Numeric value '10.0' is not conveyed,numeric value '10.0' is not conveyed,aria-valuenow -numericValue230IsNotConveyed,2,Numeric value '23.0' is not conveyed,numeric value '23.0' is not conveyed,aria-valuenow -numericValue249IsNotConveyed,2,Numeric value '24.9' is not conveyed,numeric value '24.9' is not conveyed,aria-valuenow -numericValue250IsNotConveyed,2,Numeric value '25.0' is not conveyed,numeric value '25.0' is not conveyed,aria-valuenow -numericValue251IsNotConveyed,2,Numeric value '25.1' is not conveyed,numeric value '25.1' is not conveyed,aria-valuenow -numericValue270IsNotConveyed,2,Numeric value '27.0' is not conveyed,numeric value '27.0' is not conveyed,aria-valuenow -numericValue380IsNotConveyed,2,Numeric value '38.0' is not conveyed,numeric value '38.0' is not conveyed,aria-valuenow +numericValue100IsNotConveyed,1,Numeric value '10.0' is not conveyed,numeric value '10.0' is not conveyed,aria-valuenow +numericValue230IsNotConveyed,1,Numeric value '23.0' is not conveyed,numeric value '23.0' is not conveyed,aria-valuenow +numericValue249IsNotConveyed,1,Numeric value '24.9' is not conveyed,numeric value '24.9' is not conveyed,aria-valuenow +numericValue250IsNotConveyed,1,Numeric value '25.0' is not conveyed,numeric value '25.0' is not conveyed,aria-valuenow +numericValue251IsNotConveyed,1,Numeric value '25.1' is not conveyed,numeric value '25.1' is not conveyed,aria-valuenow +numericValue270IsNotConveyed,1,Numeric value '27.0' is not conveyed,numeric value '27.0' is not conveyed,aria-valuenow +numericValue380IsNotConveyed,1,Numeric value '38.0' is not conveyed,numeric value '38.0' is not conveyed,aria-valuenow orientationVertical,3,Orientation 'vertical' is conveyed,convey orientation 'vertical',aria-orientation roleSlider,1,Role 'slider' is conveyed,convey role 'slider',slider textualValue100DegreesCelsius,1,Textual value '10.0 degrees Celsius' is conveyed,convey textual value '10.0 degrees Celsius',aria-valuetext @@ -19,3 +18,4 @@ textualValue250DegreesCelsius,1,Textual value '25.0 degrees Celsius' is conveyed textualValue251DegreesCelsius,1,Textual value '25.1 degrees Celsius' is conveyed,convey textual value '25.1 degrees Celsius',aria-valuetext textualValue270DegreesCelsius,1,Textual value '27.0 degrees Celsius' is conveyed,convey textual value '27.0 degrees Celsius',aria-valuetext textualValue380DegreesCelsius,1,Textual value '38.0 degrees Celsius' is conveyed,convey textual value '38.0 degrees Celsius',aria-valuetext +interactionModeEnabled,2,Screen reader switched from reading mode to interaction mode|{screenReader} switched from {readingMode} to {interactionMode},switch from reading mode to interaction mode|switch from {readingMode} to {interactionMode},slider From c1638dcd5b3993eb142ee530911d04be66196fab Mon Sep 17 00:00:00 2001 From: IsaDC Date: Thu, 14 Nov 2024 11:07:34 -0600 Subject: [PATCH 5/5] Add interactionModeEnabled assertion to tests.csv for JAWS and NVDA --- .../data/jaws-commands.csv | 6 +++--- .../data/nvda-commands.csv | 6 +++--- .../vertical-temperature-slider/data/tests.csv | 18 +++++++++--------- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tests/vertical-temperature-slider/data/jaws-commands.csv b/tests/vertical-temperature-slider/data/jaws-commands.csv index ecc9cfb24..b5ebd8293 100644 --- a/tests/vertical-temperature-slider/data/jaws-commands.csv +++ b/tests/vertical-temperature-slider/data/jaws-commands.csv @@ -1,9 +1,9 @@ testId,command,settings,assertionExceptions,presentationNumber navForwardsToSlider,down down down,virtualCursor,,1.0 -navForwardsToSlider,tab,virtualCursor,,1.1 -navBackToSlider,up up,virtualCursor,,2.0 -navBackToSlider,shift+tab,virtualCursor,,2.1 +navForwardsToSlider,tab,virtualCursor,2:interactionModeEnabled,1.1 navForwardsToSlider,tab,pcCursor,,3.0 +navBackToSlider,up up,virtualCursor,,2.0 +navBackToSlider,shift+tab,virtualCursor,2:interactionModeEnabled,2.1 navBackToSlider,shift+tab,pcCursor,,4.0 reqInfoAboutSlider,ins+tab,virtualCursor,,7.0 reqInfoAboutSlider,ins+up,virtualCursor,,7.1 diff --git a/tests/vertical-temperature-slider/data/nvda-commands.csv b/tests/vertical-temperature-slider/data/nvda-commands.csv index 1863247a5..eddc1d20f 100644 --- a/tests/vertical-temperature-slider/data/nvda-commands.csv +++ b/tests/vertical-temperature-slider/data/nvda-commands.csv @@ -1,9 +1,9 @@ testId,command,settings,assertionExceptions,presentationNumber navForwardsToSlider,down down,browseMode,,1.0 -navForwardsToSlider,tab,browseMode,,1.1 -navBackToSlider,up up,browseMode,,2.0 -navBackToSlider,shift+tab,browseMode,,2.1 +navForwardsToSlider,tab,browseMode,2:interactionModeEnabled,1.1 navForwardsToSlider,tab,focusMode,,3.0 +navBackToSlider,up up,browseMode,,2.0 +navBackToSlider,shift+tab,browseMode,2:interactionModeEnabled,2.1 navBackToSlider,shift+tab,focusMode,,4.0 reqInfoAboutSlider,ins+tab,browseMode,,7.0 reqInfoAboutSlider,ins+up,browseMode,,7.1 diff --git a/tests/vertical-temperature-slider/data/tests.csv b/tests/vertical-temperature-slider/data/tests.csv index cb7558745..6cf83f20f 100644 --- a/tests/vertical-temperature-slider/data/tests.csv +++ b/tests/vertical-temperature-slider/data/tests.csv @@ -1,10 +1,10 @@ testId,title,presentationNumber,setupScript,instructions,assertions -navForwardsToSlider,Navigate forwards to a slider,5,setFocusBeforeSlider,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed -navBackToSlider,Navigate backwards to a slider,6,setFocusAfterSlider,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed -reqInfoAboutSlider,Request information about a slider,9,setFocusOnSlider,"With focus on the 'Temperature' slider, read information about the slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed -incrementSliderByOneStep,Increment a slider by one step,11,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",textualValue251DegreesCelsius numericValue251IsNotConveyed -decrementSliderByOneStep,Decrement a slider by one step,13,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",textualValue249DegreesCelsius numericValue249IsNotConveyed -incrementSliderByTwentySteps,Increment a slider by twenty steps,15,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",textualValue270DegreesCelsius numericValue270IsNotConveyed -decrementSliderByTwentySteps,Decrement a slider by twenty steps,17,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",textualValue230DegreesCelsius numericValue230IsNotConveyed -decrementSliderToMinimumValue,Decrement a slider to the minimum value,19,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",textualValue100DegreesCelsius numericValue100IsNotConveyed -incrementSliderToMaximumValue,Increment a slider to the maximum value,21,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",textualValue380DegreesCelsius numericValue380IsNotConveyed +navForwardsToSlider,Navigate forwards to a slider,5.0,setFocusBeforeSlider,"With focus on the 'Navigate forwards from here' link, navigate to the 'Temperature' slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed 0:interactionModeEnabled +navBackToSlider,Navigate backwards to a slider,6.0,setFocusAfterSlider,"With focus on the 'Navigate backwards from here' link, navigate to the 'Temperature' slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed 0:interactionModeEnabled +reqInfoAboutSlider,Request information about a slider,9.0,setFocusOnSlider,"With focus on the 'Temperature' slider, read information about the slider.",roleSlider nameTemperature textualValue250DegreesCelsius numericValue250IsNotConveyed orientationVertical minimumValue100IsNotConveyed maximumValue380IsNotConveyed +incrementSliderByOneStep,Increment a slider by one step,11.0,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 25.1 degrees Celsius.",textualValue251DegreesCelsius numericValue251IsNotConveyed +decrementSliderByOneStep,Decrement a slider by one step,13.0,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 24.9 degrees Celsius.",textualValue249DegreesCelsius numericValue249IsNotConveyed +incrementSliderByTwentySteps,Increment a slider by twenty steps,15.0,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 27.0 degrees Celsius.",textualValue270DegreesCelsius numericValue270IsNotConveyed +decrementSliderByTwentySteps,Decrement a slider by twenty steps,17.0,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 23.0 degrees Celsius.",textualValue230DegreesCelsius numericValue230IsNotConveyed +decrementSliderToMinimumValue,Decrement a slider to the minimum value,19.0,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 10.0 degrees Celsius.",textualValue100DegreesCelsius numericValue100IsNotConveyed +incrementSliderToMaximumValue,Increment a slider to the maximum value,21.0,setFocusOnSlider,"With focus on the 'Temperature' slider, set its value to 38.0 degrees Celsius.",textualValue380DegreesCelsius numericValue380IsNotConveyed