testcomplete

How to automate the test running process using TestComplete?

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). Basically we can open the TestComplete project manually and ru...

Best way to test a Delphi application

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. My main problem is that a bugfix or new feature sometimes breaks old code that was previously tested (...

Why is TestComplete so slow ?

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. I compile the application with all debug options and also link in TCOpenApp...

How to use CVS in TestComplete ?

Please, tell where to find free SCC provider for CVS. Because TestComplete, as i have understood works only through SCC. Thank you. ...

Testing D2009 application with Test Complete 7.0

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 met...

Test complete tool and vb scripts

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. Thanks Maddy ...

Get current Sub name for a VB-script

Hi I am developing VBscript for GUI testing. And I wonder if there is possibilites to get the current Sub name. 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. So this i that I want Sub TestCase1 Log.Message(SubName) ' Rest of test End Sub By using this I don't...

Delphi project testing via TestComplete 7 on FinalBuilder

We've been using FinalBuilder as a continuous integration server for our Delphi project. Currently, we have our builds automatically triggered from subversion check-ins, dUnit tests run after the unit test executable is built and AQtime generating test coverage statistics while the unit test executable is run. Our next goal is to g...

TestComplete and Adobe Air

Does anyone know if TestComplete can be used with Adobe Air applications? ...

Making a custom control more testable in TestComplete

(This might be better in the TestComplete forums, but I thought I'd give it a shot here anyway) We are looking in to automated testing of our Delphi 2010 application with TestComplete. The main control that our application uses is our own custom control that derives directly from TCustomControl. (For reference the control is like a ...

How do I run an app (TestComplete) as Administrator from the command line

Scenario.... I am writing a powershell scrip to Automate some UI Testing, there are a bunch of things that I have to do re, checking code out of a repository, building, copying installers, then at the end I want to run TestComplete and test the installer UI... The Installer runs in elevated mode as it writes to program files, registry ...

TestComplete Evaluation

How would TestComplete compare with Selenium RC for automation testing web applications? ...

TestComplete object not found errors

Hello, I am new to TestComplete. I watched a couple of videos they have but when I tried the same thing it gives me error about not finding the objects. All I did was recorded going to a web app and logging into it. Has anyone faced this kind of problem and if so any pointers to resolve this issue will be appreciated. Thanks! ...