ContributionsMost RecentMost LikesSolutionsRe: How to add python language in Testcomplete 9.3? Without Upgrade, there is possible to Use python in the current version . How to add python language in Testcomplete 9.3? Hello All, How to add Python language in testcomplete 9.3? Solvedhow to add class in odt using jscirpt? Hello All, Good morning. I want to create class in odt.While using jscript.If suppoes that class is already exists mean need to update the property.Otherwise just create class. SolvedHow to add GhostDoc external tool into Testcomplete? Dear All, I need to add GhostDoc tool in to test complete.How to add external tools? Read Data from Excel. Hi All, I read data from Excel and that value and need to store in array or list? SolvedAqtime will support the telerik control application? Telerik control base sandalone application will check the performance of application? we have license for testcomplete tool ? Hello All, I have an license for Testcomplete Tool.We can use the same license for Aqtime?Is it possible? ThanksInAdvance Vasanth.V Re: how to get ipaddress using jscript in testcomplete? function GetSystemIpAddress() { var strQuery = "select * from Win32_NetworkAdapterConfiguration where IPEnabled=True" var objectsList = GetObject("winmgmts:").ExecQuery(strQuery) if (objectsList.Count > 0) { eObjectsList = new Enumerator(objectsList); for (; !eObjectsList.atEnd(); eObjectsList.moveNext()) { item = eObjectsList.item(); Log.Message(item.IPAddress(0)); break; } } } This the jscript for getting the system ipaddress..Try this. how to get ipaddress using jscript in testcomplete? Hi, http://support.smartbear.com/viewarticle/24733/ I tried with above link not working. I need to get ipaddress using jscirpt? Kindly help me in this case. SolvedBefore Executing the Test Project? Hi, Before executing the Test project, I need to get input from the user. like Ipaddress ,computerName and UDL connection string and pass the value to Odt classes.It will be happen only when runing of my frist it will ask?.Kindly help me this case..