I am trying to write some functional tests for my components and the below worked for me. I couldnt find any clear documentation, so I think this is how it can be done. 1. Create a class "MyComponent" that extends com.adobe.cq.testing.client.components.AbstractComponent2. Add the constructor that ca...