Skip to content

Commit b29897d

Browse files
WIP
1 parent 826c098 commit b29897d

File tree

2 files changed

+16
-24
lines changed

2 files changed

+16
-24
lines changed

docs/release-tests/ble-flashing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Two mobile/tablet devices needed:
2525
- To load a different MakeCode URL long touch the micro:bit logo in the
2626
app main screen and a modal will appear with the option change
2727
- iOS device with the micro:bit app installed.
28-
- TODO: Add instructions here to load a different MakeCode URL in iOS.
28+
- To load a different MakeCode URL long press the MakeCode back chevron
29+
to choose beta.
2930

3031
## Test 1: Full flashing with Bluetooth from "Out of Box" and "Meet the micro:bit"
3132

docs/release-tests/webusb.md

Lines changed: 14 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ the latest official release, and the latest beta release.
2222
| V2.2x | 0257 | nRF52833/820 | Factory & latest official release |
2323
| V2.2x | 0258-beta | nRF52833/820 | Latest beta release |
2424

25-
### Test browsers, apps & Operating Systems
25+
### Test browsers, apps & operating systems
2626

2727
Each WebUSB test should be carried out with the latest version of these
2828
Chrome-based browsers and operating systems:
@@ -47,13 +47,13 @@ Chrome-based browsers and operating systems:
4747

4848
The following tests should be carried out with all combinations of the
4949
micro:bit boards, DAPLink versions, and browsers/apps listed in the
50-
"Test Matrix" section.
50+
"Test matrix" section.
5151

5252
As these tests can be repeated multiple times in the same browser/app with
5353
different micro:bit boards, when a test step indicates to create a new project,
5454
it is acceptable to use an existing project created in a previous test run.
5555

56-
### Test 1: WebUSB Download
56+
### Test 1: WebUSB full flash, partial flash, and serial
5757

5858
1. Connect the micro:bit to the computer via USB.
5959
2. Open the micro:bit MakeCode editor under test in a Chrome-based browser.
@@ -65,35 +65,26 @@ it is acceptable to use an existing project created in a previous test run.
6565
6. Follow the connection instructions to connect the micro:bit via WebUSB and
6666
download the programme.
6767
7. Verify that the programme runs on the micro:bit.
68-
8. Change the code to display a different icon on the LED matrix.
69-
9. Click the "Download" button again.
70-
10. No connection instructions should be show this time and the programme
71-
should be downloaded directly to the micro:bit in a shorter amount of time.
72-
11. Verify the new programme runs on the micro:bit with the new icon.
73-
74-
### Test 2: WebUSB Serial
75-
76-
1. Connect the micro:bit to the computer via USB.
77-
2. Open the micro:bit MakeCode editor under test in a Chrome-based browser.
78-
3. Create a new project and add this code
68+
8. Change the code to this one:
7969
```javascript
8070
basic.forever(function () {
8171
serial.writeLine("hello")
8272
basic.pause(1000)
8373
})
8474
```
85-
5. Click the "Download" button.
86-
6. Follow the connection instructions to connect the micro:bit via WebUSB and
87-
download the programme.
88-
7. Click on "Show Data Device" button to open the serial console.
89-
8. Verify that the serial console shows "hello" every second.
75+
9. Click the "Download" button again.
76+
10. No connection instructions should be shown this time and the programme
77+
should be downloaded directly to the micro:bit in a shorter amount of time.
78+
11. A "Show Data Device" button should appear, click it to open the serial
79+
console.
80+
12. Verify that the serial console shows "hello" every second.
9081

9182
## Tests on specific variations
9283

93-
This test should only be carried out with the configuration listed at the
84+
These tests should only be carried out with the configuration listed at the
9485
beginning of each test.
9586

96-
### Test 3: WebUSB with incompatible DAPLink
87+
### Test 2: WebUSB with incompatible DAPLink
9788

9889
The following DAPLink versions are not expected to work with WebUSB, and
9990
this test is to ensure an error message suggesting a firmware update is shown.
@@ -114,7 +105,7 @@ This test should be carried out with the following DAPLink versions:
114105
7. Verify that an error message is shown suggesting a firmware update is
115106
required.
116107

117-
### Test 4: WebUSB within micro:bit classroom
108+
### Test 3: WebUSB within micro:bit Classroom
118109

119110
This test can be executed only once, using any micro:bit board with any
120111
DAPLink WebUSB compatible version, using Chrome on Windows.
@@ -133,7 +124,7 @@ the MakeCode editor being embedded in classroom.
133124
download the programme.
134125
8. Verify that the programme runs on the micro:bit.
135126

136-
### Test 5: WebUSB within micro:bit CreateAI
127+
### Test 4: WebUSB within micro:bit CreateAI
137128

138129
This test can be executed only once, using any micro:bit board with any
139130
DAPLink WebUSB compatible version, using Chrome on Windows.

0 commit comments

Comments
 (0)