Ask a Question

Runtime Object Method Parameter Types

Runtime Object Method Parameter Types

Currently, when defining a RunTime object method, when you view the method in the code completion window, all the parameters simply show "object".  Now, this is JScript/JavaScript so, yes, everything is an object... but it would be nice if there were some way to document, within the Description.XML, the expected types for the parameters.  Something like:

<Method="myMethod" Routine="myMethod">This is a method
    <Parameter1Type>string</Parameter1Type>
    <Parameter2Type>integer</Parameter2Type>
</Method>

 

Announcements
Welcome to the TestComplete Feature Requests board!

Here you can review submitted feature requests and vote up the ones you like! If you can't find the feature you want - go ahead and suggest your own idea. Ideas with the highest rating can be implemented in the product.

Check out the Create a Feature Request guide for more information.
New Here?
Welcome to the Community
Sign Up Here