diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index d2f5c3ebc1..4cbb9c30c0 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -3502,6 +3502,14 @@ This check was removed for YP 2.3 release
The classes handle loading the tests and starting the image.
To use the classes, you need to perform steps to set up the
environment.
+ Tip
+ Best practices include using
+ IMAGE_CLASSES
+ rather than
+ INHERIT to
+ inherit the testimage class for automated
+ image testing.
+
@@ -3541,6 +3549,14 @@ This check was removed for YP 2.3 release
$ bitbake -c testsdk image
+ Tip
+ Best practices include using
+ IMAGE_CLASSES
+ rather than
+ INHERIT to
+ inherit the testsdk class for automated
+ SDK testing.
+