Mindulle Garden

Search

SearchSearch

Folder: Develop/_commons/fruit/Testing/javascript/1-The-Test-Anatomy

13 items under this folder.

  • May 02, 2025

    1-1 Include 3 parts in each test name

    • May 02, 2025

      1-10 Dont catch errors expect them

      • May 02, 2025

        1-11 Tag your tests

        • May 02, 2025

          1-12 Categorize tests under at least 2 levels

          • May 02, 2025

            1-13 Other generic good testing hygiene

            • May 02, 2025

              1-2 Structure tests by the AAA pattern

              • May 02, 2025

                1-3 Describe expectations in a product language use BDD-style assertions

                • May 02, 2025

                  1-4 Stick to black-box testing Test only public methods

                  • May 02, 2025

                    1-5 Choose the right test doubles Avoid mocks in favor of stubs and spies

                    • May 02, 2025

                      1-6 Dont foo use realistic input data

                      • May 02, 2025

                        1-7 Test many input combinations using Property-based testing

                        • May 02, 2025

                          1-8 If needed use only short inline snapshots

                          • May 02, 2025

                            1-9 Copy code but only whats neccessary


                            Created with Quartz v4.1.1, © 2025

                            • GitHub