The TestProject recorder makes it easy to create new tests. If you open the recorder and interact with the application, TestProject will record your actions into test steps that you can play back later. This is a great way to get started with writing test automation without needing to know any programming, but sometimes the test steps that get created can be a big fragile to change. For example, if a test step use xpath commands to find the element, it might break if the element is moved to another spot on the page.