-
T184: practice
http://localhost/testrail/index.php?/tests/view/184
-
**Description:**
I will update some existing test cases for the components in the project and include new unit test scripts for other components. Below is a summary of the implementation covered in…
-
# Core
- Try to avoid `eventBus.post` from within the unit tests for the core. Its better practice to call the public methods directly. It is not the goal to test to ensure guava's event bus works cor…
-
I'm once more working on packaging https://evcc.io. One key challenge for me (Mac developer) ist user-testing the final application. Operating a Raspi, remote-updating etc. is too cumbersome for my ta…
-
https://io.google/2024/explore/f6a77c6d-e1fe-434b-92ca-879f8d153672/
https://www.youtube.com/watch?v=V8lD0q29wAk
-
As you can see from the screen, the variable $test does not exist, and no error appears.
In practice, the global variables appear to be not validated.
Instead, the local variable $x is checked and r…
-
I think it would be worthwhile revisiting and discussing some of our testing practices and getting a consensus on the approach.
In #833 there were concerns raised about any type of setup logic being …
-
### Page(s)
Page: https://playwright.dev/docs/next/test-components#update
I think these topics would be useful to mention:
- Determine what to test
- Determine what not to test _(implementati…
-
Template in Comment below for Playbook content - make a copy for your topic, then feel free to edit directly in the ticket!
Notes:
- Try not to change any of the formatting (i.e. #, **, spacing for…
-
Expand on:
> - Projects/products must be testable.
> - Projects must support multiple environments, at least the following:
> - Local: this is the environment of developers' machines.
> - Developm…