Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 937321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:27:33+00:00 2026-05-15T21:27:33+00:00

(This might be better in the TestComplete forums, but I thought I’d give it

  • 0

(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 digraming tool that display boxes with text in them. These boxes can be selected. the control is completely custom drawn, including the selection).

We are looking in to making this more TestComplete friendly so we can read data out of it (e.g. what data is loaded in to the control, what data is selected)

I should also mention that our application uses an MVC architecture and makes heavy use of interfaces. TestCompletes debug agent can’t seem to return any type information about interfaces and thus we can’t get any data from them. I suspect this is the root of our problem

I’m considering these two approaches:

  1. Add new properties to the control that will return information about the currently selected box(es). e.g. text in the box, position on screen, hierarchical path, and access them via TestCompletes debug agent.

  2. Look at creating a custom control add on for TestComplete (I’m not even sure you can do this with Delphi controls)

The problem with the first approach is the linker will often elimate properties and functions if they are not being used. We want to use our release build for testing not a debug build.

Does anyone have any advice on this or experience with this type of thing?

Thanks

Edit: I’ve just read the SDK help and custom control addons can only be created for .net and WPF controls.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T21:27:34+00:00Added an answer on May 15, 2026 at 9:27 pm

    You are right about the debug info – you can strip it out from the release build. Thus, you will test a release build and have access to internals at the same time.

    A note regarding this situation: “the linker will often elimate properties and functions if they are not being used.” You can cheat here to make the linker generate debug info for those funcitons:

    1. Make the funcitons published. The linker does not touch published elements.
    2. Make the funcitons virtual. The linker does not exclude virtual methods.
    3. Call your functions somewhere in your code. To include the call in your code without actually calling anything, you can do something like this:
    var t: Boolean;
    begin
      t := False;
      if  t = True then
        TheFunctionThatNeverExecutes();
    ...
    end;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This might be a stupid question but if there's a better or proper way
This might seem like a stupid question I admit. But I'm in a small
This might be on the discussy side, but I would really like to hear
This might be a bit on the silly side of things but I need
This might seem obvious but I've had this error when trying to use LINQ
This might sound like a little bit of a crazy question, but how can
This might be an odd question, but when I scale my image in C#
This might be a little hard to explain, but I will try. I want
This might be an interesting question. I need to test that if I can
This might be a old question: Why does IEnumerable<T> inherit from IEnumerable ? This

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.