meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sap_hybris_commerce:cms_cockpit_wcms:steps_to_create_a_cms_component [2020/02/09 11:43] – [Development] Antonio Robirosasap_hybris_commerce:cms_cockpit_wcms:steps_to_create_a_cms_component [2020/02/11 11:30] (current) – [Testing] with SmartEdit Antonio Robirosa
Line 49: Line 49:
   * Add new **testing cases** to the initial data impex files. The location of this files depends on the project.   * Add new **testing cases** to the initial data impex files. The location of this files depends on the project.
   * Write the **unit tests** for the controller, facade and service.   * Write the **unit tests** for the controller, facade and service.
 +
 +<WRAP center round tip 100%>
 +You can see an example of a [[https://github.com/arobirosa/hybris-cms-components|newsletter sign-up CMS component in my Github project]]
 +</WRAP>
  
 =====  Testing ====== =====  Testing ======
Line 58: Line 62:
     * with different sizes (if applicable)     * with different sizes (if applicable)
     * with different Browsers     * with different Browsers
-  * Rendering of the component in Live Edit, if the user works with it.+  * Rendering of the component in SmartEdit
  
 ===== Further Reading ====== ===== Further Reading ======