ContributionsMost RecentMost LikesSolutionsRe: Customize report on testcompleteYup that is a alternative but Is there any way or technique by which we automatically invoking the code before project run and after project run not on project test items levelRe: Customize report on testcompleteLet say I have 3 modules A, B, C A module have 10 test case which is run by X script B module have 12 test case which is run by Y script C module have 15 test case which is run by Z script In this case I need one test summary report which have 37 test cases, but currently it create 3 summary report with 10,12,15 test cases Hope now its clear So In general a problem is I need to execute a piece of code which will execute before and after x, y, z scripts run. Also it will run before and after if I run x script individually.Customize report on testcomplete Below is the customize html report functions I want to Genaerate one summary report which includes multiple test cases execution which is exists on different test script files, IN GENERAL I WANT TO CREATE A REPORT ON PROJECT SUITE LEVEL NOT ON TEST SCRIPT LEVEL, BEFORE TEST/AFTER TEST EVENT IS FIRED AFTER EVERY TEST SCRIPT PLEASE SUGGEST REPORT HEADER ReportManager.setLogsPath(ProjectSuite.Path+"\\AutomationLogs\\"); ReportManager.setExecutionStartTime(aqDateTime.Now()); TEST CASE 1----- TEST CASE 10 INITIALIZE TEST CASE REPORT ReportManager.setTestCaseExeStartTime(aqDateTime.Now()) ReportManager.fn_createtestcasedescription("Deal","TestCase_"+(i+1),testData[i][0]["TestCaseName"],"SYS"); ReportManager.fn_createteststep(0,"Step Description","EXPECTED RESULT"," ACTUAL RESULT",false); ReportManager.fn_createteststep(1,"Step Description","EXPECTED RESULT"," ACTUAL RESULT",false); ReportManager.fn_createteststep(1,"Step Description","EXPECTED RESULT"," ACTUAL RESULT",false); ReportManager.fn_createteststep(0,"Step Description","EXPECTED RESULT"," ACTUAL RESULT",false); GENERATE TEST CASE REPORT ReportManager.setTestCaseExeEndTime(aqDateTime.Now()); ReportManager.fn_createtestcaseduration(); ReportManager.fn_completetestcase(); FINAL SUMMARY REPORT ReportManager.setExecutionEndTime(aqDateTime.Now()); ReportManager.fn_generatehighlevelreport(); Re: Developer express control->ClickItem("aa", "bb") method not working with javascript Any solution ? Re: How to read label text from an Visual C++ object ? Any update on this? Re: How to read label text from an Visual C++ object ? NativeCPPObject property displayed as blank, MVC properties are attached, not able to find which one is useful Re: How to read label text from an Visual C++ object ? Not worked.... ReferenceError: OCR is not defined // Create an OCR object OCRObj = OCR.CreateObject(Rect); Test Complete Support Case Reference No. 00316730 After apply below patch still getting error below error when trying to run above code in test complete JavaScript runtime error. ReferenceError: OCR is not defined Error location: Unit: "IRD_Automation\IRD_Automation\Script\Unit1" Line: 13 Column: 12. JavaScript runtime error. ReferenceError: OCR is not defined Apply the following patch to return the old OCR mechanism: Patch Installation Instructions for TestComplete 12.60: 1. Download the patch archive (TestComplete_12_60_CC_15472.zip) using the following link: https://s3.amazonaws.com/webtocasefiles.smartbear/Patches/TestComplete/12/12.60/CC-15472/TestComplete_12_60_CC_15472.zip?AWSAccessKeyId=AKIAI73W2YWGYHFS46XQ&Expires=1623937136&Signature=unkjUCy%2FptX3c10zI44ZSekIMEw%3D 2. After you have downloaded the archive, unzip the patch files to the appropriate locations (back up the existing files before doing this, just in case): \Bin\Extensions\BMP2TextServer.dll => %programfiles(x86)%\SmartBear\TestComplete 12\Bin\Extensions\BMP2TextServer.dll \Bin\Extensions\tcOCR.pls => %programfiles(x86)%\SmartBear\TestComplete 12\Bin\Extensions\tcOCR.pls \x64\Bin\Extensions\BMP2TextServer.dll => %programfiles(x86)%\SmartBear\TestComplete 12\x64\Bin\Extensions\BMP2TextServer.dll \x64\Bin\Extensions\tcOCR.pls => %programfiles(x86)%\SmartBear\TestComplete 12\x64\Bin\Extensions\tcOCR.pls Re: ReferenceError: OCR is not defined Actually I am unable to send email from my office email... that's why I am unable to reply tristaanogre wrote: This may be better taken up with the support team from whom you received the patch. How to read label text from an Visual C++ object ? I am automating V C++ application, but unable to verify text from labels, any one have any idea how to read text from VC++ labels through test complete ? refer attached screenshot for your reference, Any help is highly aprreciated