ContributionsMost RecentMost LikesSolutionsRe: Qt Testing Modules (12.41.2879) Thanks, Rob. I'll do that and hope for the best :smileyhappy: Qt Testing Modules (12.41.2879) Hello, Is there an E.T.A for the Qt Testing Modules, specifically Qt 4.8 for TestComplete 12.41? Thanks, James SolvedQt support to find objects that are inherited from QObject My feature request is to add support for the object finder to see objects that inherit from QObject. We have a Qt 4.8 application which draws custom graphics objects onto a QWidget. The custom objects have a defined bounding rectangle and inherit from QObject. However the object spy cannot see these objects because they do not inherit from QWidget. How can I stop Test Execute opening the log file after each run Hello, Since upgrading to TC10, when I run my test suite with Test Execute, the log file opens at the end. Is there a way of stopping this? Thanks SolvedRe: Alternative way to Drag and Drop an object from one place to other.Drag method of test complete not workingHave you confirmed that the object you wish to drag is infact at those co-ordinates?Re: Using Find() to map the same object causes it to be unobtainabeThanks for the replies, I may have to use a workaround. I'm confident that there isn't anything blocking the control as I can use the same function in two different tests and in the second one it *may* fail. I had an example where I used a test to create a document in our software. I would map this document using a Find and then I would drag it to a trash can. I would then do other tests and then repeat the same one. Creates a document, maps it and then I get this error. I have tried clearing the mapping cache with Aliases.RefreshMappingInfo(). I think it may be a bug with the program and not with my software as the same test worked fine in TC 9.31 =[Using Find() to map the same object causes it to be unobtainabeI have a wepage, 'a'. On 'a' is a link that goes to webpage 'b'. I map the link on 'a' by using Find(). This maps it to a variable. I then call variable.Click() to go to page 'b'. When I go back to webpage 'a' (later in the test) and I want to click on the same link I am unable to use the previous variable as I get an error 'Unable to obtain item's rectangle'. I have tried re-mapping the link using the same Find() buy to no avail. Am I doing something fundamentally wrong? Many thanks, JamesCan you use different versions of Test Complete and Test Execute together?Hello, I'm currently running Test Complete and Test Execute version 9.30.3373.7 At the moment we write our tests on a test machine with Test Complete running and then push the project to our vcs. When we do a build, our build server pulls from the vcs and runs the tests with Test Execute. It may not be possible to update the build server to the latest version of Test Execute for a little while. Unfortunately, I can only do web testing on IE with my version of Test Complete as the extensions for Firefox and Chrome do not support my version. I would like to upgrade my version of Test Complete so I can continue web testing other browsers but I'm afraid upgrading one and not the other will cause issues and I do not want that. Is it possible to upgrade Test Complete to version 10 and keep Test Execute at version 9? Re: multi browser problemsI'm not sure how much this will help but I found that mapping things in other browers worked for IE whereas sometimes I would map something in IE and FF and Chrome wouldn't be able to see it. When you say IE opens a pop up and FF opens a new window, isn't that just a pop up?Re: Method to get the next sibling of a object.Have you looked at the advanced properties of the child objects? For example the default options to map them (ID etc) might be the same but they may have properties that set them apart form each other.