Page 1 of 1

restore project from ranorex report

Posted: Wed Mar 22, 2017 5:45 pm
by mander95
I made a few changes to a portion of my project and reported it twice. After the first round of edits, my project worked and i got a Report from it. After the second round of edits, my project didn't run all of the way through. Is it possible to restore my project to the way it was from the working report?

Re: restore project from ranorex report

Posted: Wed Mar 22, 2017 6:32 pm
by krstcs
No, there is no way to automatically revert using a report. The report is only a summary of what Ranorex did during the test. You will have to manually go back and revert your code.

From the sound of if, you are not using a version control system. You should be using a software version control system like SVN, git, or TFS. Stop everything you are doing and install and learn how to use one of those right now! You are developing software, and the problem you just had would not be an issue if you were properly using a VCS. I can't stress this enough!