ContributionsMost RecentMost LikesSolutionsModifying Tests - Requires re-recording actionsI'm having a problem modifying my tests, in situations in which I have to re-record everything in order to get small changes to work. E.g. I recorded myself importing a file into my tested application and created an automated test around this action, then recently the menu options changed so that the import option is now displayed under the 'file menu' instead of the 'insert menu'. I changed one line of code to make the application press 'Alt+f' instead of 'Alt+e'. You'd have thought this would be sufficient, but Test Complete will no longer run the script, so I have to re-record this action, and possibly other actions too in order to get it to work again. Is there any way I can avoid having to do this? Thanks in advance.Running a setup file from most recent folderHow would I write a script that could run each morning and run a file from the most recent subfolder within another folder? E.g. If I had a folder called c:\builds\ and within that I had a new folder was created each morning containing that days build, which I wanted to run, along the lines of c:\builds\10Oct2010\Setup.exe How would I write a script that could run the latest build each morning? Thanks in advace.Re: Opening Every File in a FolderThanks for that. How do I get the results from that function passed into the application on each iteration?Opening Every File in a FolderIs there a way of writing a loop that would make an application open every single file in a folder one by one? So that I can just periodically drop new files in etc.. without having to update anything. Cheers in advance.Validating XML From Within A Compressed FileHi There, I have an application that creates a compressed file, which contains an xml file that I'd like to validate. Does anyone know if it's possible to do without extracting the file? Cheers