ContributionsMost RecentMost LikesSolutionsHow to Load a .vbs Function Library at Run-time in TestCompleteHi, My scenario is i have different Script files for different releases. We run tests using TestComplete COM and IntegrationObject.RunRoutineEx to launch Driver Script and execute tests in our framework. So is there a way where i can just give a path and Load the Func lib which are also Script files in .vbs extension. QTP has a method LoadFunctionLibrary (Path of the function library). Basically i want to know how to Load testcomplete Functin libraries at run-time SolvedHow change the Test Object property during Run-time?Hi i'm trying to change the WPFControlText of a ComboBox from "Test1" to "Test2" at runtime , where test 2 or any other string is entered by the user at run-time. and the WPFControlText should change when i check my NameMapping again.Having a Hard time with Xceed Grids :(Hi, i am automating an Application which has Xceed Grids. i have checked the TestComplete 8 Documentation but the class of Xceed Grid supported is : Xceed.Grid.GridControl. But my application has some other Class. it's detected as "Xceed.Wpf.DataGrid". if i try using methods like wColumnCount,wRowCount, they don't work at all. Also i have another Class of grid called "ColumnBindingGrid". i haven't been able to find anything on the TestComplete Support docs about this object. i mean the Class is "AtlasRisk.TreeGrid.ColumnBindingGrid".(AtlasRisk is my App). i am required to Click a button within a Grid cell. Please let me know if there's any documentation on this or some methods that i can try. i tried ObjGrid.wValue(Row,Column) but didn't work. SolvedRe: Launch TestComplete using VBScript code,Get Run-time Object Properties?Thanks Srini G :) Works like magic :)Launch TestComplete using VBScript code,Get Run-time Object Properties?Hi , how do i Launch Tescomplete and Open a test using VBScript Code. Is there any Automation Model for TestComplete ? Also, How is it Possible to retrieve Run-time Object properties using TestComplete ? Is there any Method like GetROProperty that can be used. Thanks, Udit Need Help.. regarding WPFobjectHi all, i am very new to using TestComplete. we are using some application which when recorded gives a code like.. Sys.Process("MyApp") Sys.Process("MyApp").WPFObject(..).WPFObject(....) i am not able to understand what this is. Please let me know where i can find more info regarding what i'm dealing with here. Thanks