ContributionsMost RecentMost LikesSolutionsRe: Integration with GITI actually just posted an issue about this http://smartbear.com/forums/f81/t92666/testcomplete-git-possible-integration/ and how it wasn't working. Any ideas?Testcomplete + git? Possible integrationIs it possible to use TestComplete with git? I followed the link posted on this thread http://smartbear.com/forums/f74/t91583/integration-with-git/ and installed it and it showed up in Visual Studio. However it did not show up in TestComplete. I'm unsure if GIT is even supported by TestComplete. ThanksTooltip compare is not matchingI'm using the following code to try and compare a tooltip to a store variable. call aqObject.CheckProperty(Aliases.testing1.ToolTipNativeWindow, "Caption", cmpEqual, strTT) That line always errors out and says that the text doesn't match. Actual value "When checked, all settings and software options (any items saved to memory) revert to their original state when the software is closed. Administration and Response Devices preferences are not affected." Expected value "When checked, all settings and software options (any items saved to memory) revert to their original state when the software is closed. Administration and Response Devices preferences are not affected." They are the same. The stored variable has a vbCRLF in it as well for a return line that's in the actual tooltip, strTT = "When checked, all settings and software options (any items saved to memory) revert to their original state when the software is closed." & vbCRLF & "Administration and Response Devices preferences are not affected." However it always fails. I'm not sure why, and everything I've tried isn't fixing it. If I just store the text from the tooltip and compare it to itself it works fine of course, but it just won't work with my stored variable. Any ideas? Thanks!Re: Exporting only failures from a log file, is this possible?That's starting to sound like the only way to go. ThanksExporting only failures from a log file, is this possible?Currently our suite completes and generates the report/log as expected. But recently we've been manually marking down which ones are failing in an excel document/notepad document. Which made me wonder if there was a way to export the normal report/log we usually get, then just export the failures from the suite to a report/log/file. Is this possible?Re: TestComplete 9.3 hanging before execution of scripts (TestedApp not launched at all)Hmm. Possibly. it's just that, I created the "TestComplete 9 Projects" folder and put a folder inside of that for Visual Studio to download the project files to. It worked before, it's just strange how it's not working now. I've also created new folders a few times retrying downloading the project files to see if anything changes, and it still doesn't work correctly. Edit: I did notice that all the sample projects the mds files are not read only, but the ones that we pull from our TFS server are set to read only. Possibly the issue?TestComplete 9.3 hanging before execution of scripts (TestedApp not launched at all)I recently uninstalled 9 and installed the newest 9.3 TestComplete version. TestComplete worked fine the first day and when I came back after a few days I restarted my computer. Now when I click play on a script, I am be prompted to overwrite the project files and script files, because they cannot not be modified. Then, It minimizes TestComplete as usual, then just hang without opening the application. I click Stop and the window just says "Stopping..." and never actually stop. I've uninstalled and reinstalled this version of TestComplete about 4 times now and it's still not working right. I've also run TestComplete as Administrator attempting to see if that would fix the saving issue when I clicked start for the script in the first place, but that didn't work either. Is this known? TestComplete 9.3.3373.7 Windows 7 Business 64-bit service pack 1"Object does not exist" without the errorI'm currently working a project where, (at least from what I can see) one of the only ways to work through my script correctly is to check if an object is visible or visibleonscreen. My problem, is I use if abc.Visible = false Then call This.Click end if But because at that point in the software all I'm trying to figure out is if something is visible, and if so or not I'll click open a tab to make it visible to the user. (This is all to make sure that a script will cover all the bases I need it to) Right now the script works as it should, but i need it to not throw the error in the report. The question is: Is there a way around the "Object Does not Exist" error? David.