ContributionsMost RecentMost LikesSolutionsBreakpoint is not working in TC 8.2 trial versionHi I am using Testcomplete 8.2 trial version for automating .Net application. Though I am able to add break point, test run is not stopping at the brek point. I have selected Enable debugging option in Debug toolbar.Testcomplete installation in SolarisHi, I want to whether we can work with Testcompelete in Solaris environment. If yes please provide the link to the Testcomplete setup for solaris environment and procedure to follow for installing.Re: Path of "Local settings/Application Data" folder in Testcomplete 6.5?Hi Alexei, Thanks for the reply. This will not solve my problem because, I have to use the same test case in German OS also. So I cannot hard code value like "Local Settings" which is different in German OS. So I am using the following to solve the issue outputdirectory=dotNET["System"]["Environment"]["GetFolderPath"](dotNET["System"]["SpecialFolder"]["LocalApplicationData"]) Path of "Local settings/Application Data" folder in Testcomplete 6.5?Hi, I have to get the path "C:\Documents and Settings\[username]\Local Settings\Application Data" as part of my test case. I am using Testcomplete 6.5;C# project, Windows: XP I have tried the follwoing option var WshShell = Sys.OleObject("WScript.Shell"); WshShell = .OleObject("WScript.Shell"); var OutputDirectory = WshShell.ExpandEnvironmentStrings(%APPDATA%); It returns path as "C:\Documents and Settings\[username]\Application Data" But I need path "C:\Documents and Settings\[username]\Local Settings\Application Data" (Application data under local settings) please let me know the steps to get the above path OutputDirectory = WshShell.ExpandEnvironmentStrings(%APPDATA%);It returns path as "C:\Documents and Settings\[username]\Application Data"But I need path "C:\Documents and Settings\[username]\Local Settings\Application Data" (Application data under local settings)please let me know the steps to get the above path Testcomplete support for SAP applicationHi, I wanted know whether testcomplete can automate SAP applications.Support for Siebel applicationHi, I wanted know whether TestComplete can automate siebel applications.TestExecute.exe - Application error Hi, We are facing issue while login the Testcomplete result after executing in Server using TestExecute. We use Cruise Control software in the server to manage the test builds. Every night Testcomplete project execution is triggered by cruise control. A Memory read error popup is launched when Test Execute is logging the test results. Due to this though all the test cases are passing, test build is shown as failed in Cruise control. I am attaching the snapshot of the error message. Please let me know how to resolve this issue. We use Testcomplete 6.53 and TestExecute 6.53 "TestExecute.exe - Application error" while logging the result Hi, We are facing issue while logging the Testcomplete results after executing in Server using TestExecute. We use Cruise Control software in the server to manage the test builds. Every night Testcomplete project execution is triggered by cruise control. A Memory read error popup is launched when Test Execute is logging the test results. Due to this though all the test cases are passing, test build is shown as failed in Cruise control. I am attaching the snapshot of the error message. Please let me know how to resolve this issue. We use TestComplete 6.53, TestExecute 6.53 Testcomplete tool certificationHi, I dont know whether it is relevant to ask this question here, but just wanted to know that, is there any Testcomplete tool certification available. If yes, please give the details about hot to take certfication, fee etc.String to float conversion problem in German OS Hi, As part of my test case ,my script reads a value (eg: 123.45) from textbox/editbox and I am musing StrToFloat conversion. It runs fine in my machine (OS Windows XP ,Language settings English US) , but when my customer runs it at his end it fails due to chenge in the OS. My customer uses Windows XP with German settings where decimal separator is "," (comma), but it is "."(dot) in my machine. Due to this error msg is thrown by Tetcomplete something like 'invalid float '. We are using Testcomplete 6.5, C# is used for scripting . Is there any specific way to handle this in Testcomplete.