coneheadOccasional ContributorJoined 8 years ago17 Posts2 LikesLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsI'm getting 'The object does not exist.' When I run my test I'm getting 'The object does not exist. See Additional Information for details.' I've tried to 'point and fix' using the 'object spy' but don't know if that's having any affect. It still issues the same error and stops. The test was running yesterday through completion. No other recordings have been taken since in the project so I don't see how mapping could have changed. If anyone has any ideas or suggestions I would appreciate the input. I can attach a screen shots if needed. Thanks in advance. Re: TestComplete error about being 'transparent or out of the window bounds'. Thanks for the reply, it's nice to know that I can safely change those in most cases. TestComplete error about being 'transparent or out of the window bounds'. I have a dummy test (clicking on application objects) that would run yesterday, but not today. The application has not changed. The error is 'There was an attempt to perform an action at point (84, 18) which is transparent or out of the window bounds.' I'm not so much worried about the inconsistency as I am finding out how to eliminate the error. I would appreciate if anyone has a suggested solution or any ideas. Tks. SolvedRe: Data Driven Loop based on a database table account numbers The different type of loop mentioned (For loop) made me realize I shouldn't have been thinking Data Driven Loop. I went with a While loop and have had some success with that in my keyword test. Thanks! Re: Data Driven Loop based on a database table account numbers This is on a Oracle database. The script routine has no parameters. It returns an account number. There is a rownum = 1 in the Where clause. (This was just a first stab but good enough for prove of concept.) The five account numbers will drive a loop that's going to execute something else. Tks. Re: Feedback needed – Code Editor Improvements Suggestion: I am unable to run a PL/SQL Select in the Code Editor that has been copied and pasted from SQL Navigator. I have to enter the PL/SQL into the TestComplete Code Editor in a single line in order for it to run. It's difficult to decipher the Qry.SQL = "select... when you have to pull the scroll bar from left to right looking through the JavaScript. (I can copy the exact same formatted Select back out of the TestComplete Code Editor, paste it into Navigator and it runs fine.) This was JavaScript. Data Driven Loop based on a database table account numbers I'm trying to figure out how to create a data driven loop in my keyword test based on database account numbers selected from within in a 'Run Script Routine'. Currently, I have a working 'Run Script Routine' pulling back a single account number without looping. If I want to have a data driven loop execute based on the first five account number rows returned, what would be the simplest way to do this? Thanks for your consideration. Re: Upgrade from 12.3 to 12.4 removed the provider: Oracle Provider for OLE DB Thanks for replying. I restored my machine image to where it had a TestComplete 12.30 version, which also has a 32 bit Oracle and Version. 'Oracle Provider for OLE DB' is back. Upgrade from 12.3 to 12.4 removed the provider: Oracle Provider for OLE DB After upgrading TC 12.30 to 12.40, I can no longer create a working database checkpoint. Several providers used to create the checkpoint were removed as a result of the upgrade, including the Oracle Provider for OLE DB. Besides a browser upgrade for Chrome per the 12.40 TC requirement, that's the only thing changed on my machine. Is this a known issue and have some sort of work around? Thanks in advance. SolvedRe: Can not insert 'run script routine' into a keyword test. No I did not. That clears up the 'No tests were found...' error message. Thanks for the scoop.