Bad practices
Some things that you shouldn't do when testing a component:
Non-Isolated Test Scenarios.
Test functionalities of built-in components and not of the main one.
Setting custom configuration or parameters to component programmatically in runtime.
Avoid of use of the Mock Http server and add model changes by code in runtime.
Last updated