hot questions tagged testcomplete - Stack Overflow most recent 30 from stackoverflow.com 2009-12-11T13:30:06Z http://stackoverflow.com/feeds/tag?tagnames=testcomplete&sort=hot http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1886278/get-current-sub-name-for-a-vb-script 0 Get current Sub name for a VB-script Kristoffer 2009-12-11T06:51:39Z 2009-12-11T12:57:53Z <p>Hi</p> <p>I am developing VBscript for GUI testing. And I wonder if there is possibilites to get the current Sub name.</p> <p>I have divied the GUI testing into different Sub and want to log the Sub name to the logg file to track what is run.</p> <p>So this i that I want</p> <pre><code>Sub TestCase1 Log.Message(SubName) ' Rest of test End Sub </code></pre> <p>By using this I don't have the sub name hardcoded as a text string</p> http://stackoverflow.com/questions/1157834/test-complete-tool-and-vb-scripts 0 Test complete tool and vb scripts Maddy 2009-07-21T07:59:21Z 2009-10-07T03:44:34Z <p>Hi, I had just started the work on some automated testing tools namely test complete which i would be using alomng with test partner.So i had also started learning vbscripts for this.I just want to know if anyone could provide me any link so that i could learn this tool as well as vbscripting more effectively.</p> <p>Thanks Maddy</p> http://stackoverflow.com/questions/1074746/testing-d2009-application-with-test-complete-7-0 3 Testing D2009 application with Test Complete 7.0 Steve 2009-07-02T14:33:04Z 2009-07-29T09:08:55Z <p>We are trying to use Test Complete 7 to test an application compiled in Delphi 2009 (recently ported from D2006). In theory this should be really easy - you compile your app with debug information, then user a stripper utility to strip the debug info out into a separate *.tds file. TC should then have access to all the properties and methods it needs. In practice we are finding that: a) it can be quite hard to get many properties and methods to appear at all b) if they do appear and they have parameters/indices then the indicated parameter/index list may bear no relation to the actual list in our code c) methods and properties that appear to be shipshape do not work/return anything other than complete rubbish.</p> <p>Does anyone else have any experience of this scenario, did you experience any problems, and if you were able to solve them, what did you do?</p> <p>Automated QA are looking into this problem for us, but we don't seem to be making much headway, and it is looking like the only way they will solve this is if we send them the source for our application which is something we are reluctant to do for various reasons ranging from practical to legal.</p> <p>btw, on a small test app, we do not experience the same problems.</p> http://stackoverflow.com/questions/94684/how-to-automate-the-test-running-process-using-testcomplete 3 How to automate the test running process using TestComplete? Fabio Gomes 2008-09-18T17:28:01Z 2009-12-07T10:26:46Z <p>We are trying to integrate tests in our daily builds using TestComplete, so far we have a machine dedicated for testing and our build script copies to this machine everything TestComplete needs for its tests (Application, Database, Test script project and source files, etc).</p> <p>Basically we can open the TestComplete project manually and run the tests.</p> <p>Now we want to automate that process, so how do you do it? Or how do you think would be the simplest and best way to make this automation?</p> <p>Keeping it short, we want to automate the process of opening TestComplete after each build, run all the tests and send an email with the test results.</p> <p>Anyone can share some experience about this?</p> <p>Thanks.</p> http://stackoverflow.com/questions/540617/best-way-to-test-a-delphi-application 6 Best way to test a Delphi application Osama ALASSIRY 2009-02-12T09:33:33Z 2009-03-21T18:15:12Z <p>I have a Delphi application that has many dependencies, and it would be difficult to refactor it to use DUnit (it's huge), so I was thinking about using something like AutomatedQA's TestComplete to do the testing from the front-end UI.</p> <p>My main problem is that a bugfix or new feature sometimes breaks old code that was previously tested (manually), and used to work.</p> <p>I have setup the application to use command-line switches to open-up a specific form that could be tested, and I can create a set of values and clicks needed to be done.</p> <p>But I have a few questions before I do anything drastic... (and before purchasing anything)</p> <ol> <li>Is it worth it?</li> <li>Would this be a good way to test?</li> <li>The result of the test should in my database (Oracle), is there an easy way in testcomplete to check these values (multiple fields in multiple tables)?</li> <li>I would need to setup a test database to do all the automated testing, would there be an easy way to automate re-setting the test db? Other than drop user cascade, create user,..., impdp.</li> <li>Is there a way in testcomplete to specify command-line parameters for an exe?</li> <li>Does anybody have any similar experiences.</li> </ol> http://stackoverflow.com/questions/780732/why-is-testcomplete-so-slow 3 Why is TestComplete so slow ? berocoder 2009-04-23T08:00:50Z 2009-04-23T08:28:32Z <p>We are using TestComplete from AQTime to test the GUI at client with our Client/Server application. It is compiled with Delphi 2007. The source of client is about 1.4 millions sourcelines. The hardware is a Intel dualcore 2.13 Mhz, 2 GB RAM using Windows XP Pro.</p> <p>I compile the application with all debug options and also link in TCOpenApp, tcOpenAppClasses, tcPublicInfo, tcDUnitSupport as described in documentation to make it an Open Application. The resulting exe-file is about 50 MB.</p> <p>Now when running the testscript and it works, but running very very slow. The CPU is running at 100 % and it is a bit frustrating to change the testscript because of the slowness. I have turned off all desktop effects like rounded window corners. No desktop background.</p> <p>Anyone else with the same experience or even an solution ?</p> http://stackoverflow.com/questions/878105/how-to-use-cvs-in-testcomplete 0 How to use CVS in TestComplete ? Konoplianko 2009-05-18T14:43:14Z 2009-07-06T12:13:33Z <p>Please, tell where to find free SCC provider for CVS. Because TestComplete, as i have understood works only through SCC.</p> <p>Thank you.</p>