Tagged Questions

9
votes
7answers
1k views

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 ...
4
votes
2answers
667 views

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 ...
3
votes
3answers
418 views

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, ...
3
votes
1answer
1k views

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 ...
2
votes
1answer
121 views

Working with TTabSet in TestComplete scripts

I am attempting to click a TTabSet tab for our Delphi application via VBScript (used in test automation) but am having difficulty doing so without using page coordinates. Does anyone have experience ...
2
votes
2answers
258 views

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 ...
1
vote
1answer
85 views

Creating an array with variables

I am relatively new to Delphi so please bear with me. Basically, I need to set variables as different values based on whether or not I am testing in an English or French translated environment. All ...