This document describes a methodology for performing automated testing of self-driving vehicles using the Udacity simulator. The methodology involves collecting training data by manually driving a vehicle in the simulator and recording camera images and steering angles. This data is then augmented and used to train a convolutional neural network model. The trained model is tested by running it autonomously in the simulator on tracks it was and was not trained on. The vehicle is able to navigate both tracks successfully with minimal deviations, demonstrating the methodology can be used to test self-driving vehicles in a safe, automated manner using a simulator.