ContributionsMost RecentMost LikesSolutionsRe: Excel Spreadsheet ValidationI dont think it's possible. You may try low level recording and replay, but if the coordinates changed, replay will fail. But there is a workaround, using VBscript to access a static Excel file. Please check vbscript Excel Object tutorial. can i use regular expression or wildcard * and ? in name mapping?The reason I raised this question is becoz all controls in win form application are generated dynamically. During the replay,most of controls name mapping need to be updated to make sure a smooth replay. Anyway to make the process simpler? If regular expression or wildcard can be used in name mapping, please provide some example Thanks Re: Run time error when using ACD driver to access an Excel File (Office2007 installed ) One more thing, if the Ts like this, it's executable without exception for(i = 0; i < DDT["CurrentDriver"]["ColumnCount"]; i++) Log.Message(DDT["CurrentDriver"]["ColumnName"](i) + ": " + aqConvert.VarToStr(DDT["CurrentDriver"]["Value"](i))); However, if I input an extra line between, it will throw exception.. why? I am not a VBscript master.. In java, this shouldn't throw any exception.. I am beat! for(i = 0; i < DDT["CurrentDriver"]["ColumnCount"]; i++) Log.Message(DDT["CurrentDriver"]["ColumnName"](i) + ": " + aqConvert.VarToStr(DDT["CurrentDriver"]["Value"](i))); Re: Run time error when using ACD driver to access an Excel File (Office2007 installed )I am worried about the testscript format. It seems if I input an empty line into the testscript, replay gotta fail. Is it because script language is unstable to execute? I also attached MyFile.xls Hope someone could help me out. Run time error when using ACD driver to access an Excel File (Office2007 installed ) Why Microsoft Jscript runtime error thrown? The excel file is pretty standard..No clue... /////////////////////////////////Code as below/////////////////////////////////////////////////////// var RecNo; // Posts data to the log (helper routine) function ProcessData() { var Fldr, i; Fldr = Log["CreateFolder"]("Record: " + aqConvert.VarToStr(RecNo)); Log["PushLogFolder"](Fldr); // if (! (DDT["CurrentDriver"]["Exists"]) ) // Log["Warning"]("MS Word is closed"); for(i = 0; i < DDT["CurrentDriver"]["ColumnCount"]; i++) //This line throw exception, but why>? Log.Message("helloworld"); Log.Message(DDT["CurrentDriver"]["ColumnName"](i) + ": " + aqConvert.VarToStr(DDT["CurrentDriver"]["Value"](i))); Log["PopLogFolder"](); RecNo = RecNo + 1; } // Creates the driver (main routine) function TestDriver() { var Driver; // Creates the driver // If you connect to an Excel 2007 sheet, use the following method call: // Driver = DDT["ExcelDriver"]("C:\\MyFile.xls", "Sheet1", true); Driver = DDT["ExcelDriver"]("C:\\MyFile.xls", "Sheet2"); // Iterates through records RecNo = 0; while (! Driver["EOF"]() ) { ProcessData(); // Processes data Driver["Next"](); // Goes to the next record } // Closing the driver DDT["CloseDriver"](Driver["Name"]); }Re: What TC8 fully access JAVA API mean?That marketing fully JAVA API access slogan is misleading and your explanation is disappointing also. What TC8 fully access JAVA API mean?Does it mean testscript can be written in Java? Any examples? ThanksDoes TC7 support infragistics7.3? or Excel spreadsheet?Hi, From the web info and manual, it seems TC doesn't support such applications. Just wanna make sure. ThanksWhen Testcomplete 8 will be officially released? Any beta or trial version I can use to do some urgent evalution?thanksDoes TC7 is compatible with fundation source control?source safe is devastating... team intend to switch to foundation source control.. TC support it? thanks or other free source control software i can use? CVS is a little big hard to config, though.