test.executeTest() ================== This function executes the test.testFunction and gives the result to the test.validationFunction and checks if the test was successful or not. **Return** This function returns true if the test was successful and false otherwise (boolean). **Usage** .. code-block:: python newTest.executeTest()