ContributionsMost RecentMost LikesSolutionsRe: How to post a screenshot in the test log when an error occurs in the execution of a script?Hi Helen, Thanks for your reply. I have selected "Post image on error" in the Project Properties earlier itself. I will create the Event Handlers and check for my script. Thanks again for your support. Regards, Anil.How to post a screenshot in the test log when an error occurs in the execution of a script?Hi All, Iam using TestComplete v7.52. I need to post a screenshot in the testlog when an error occurs in the execution of a script? And I also want to know is there any way to export that screenshot (only error images) to an excel sheet? I use VBScript language for my scripts. Looking for a great help. Thanks, Anil.Re: How to load Object repository into an Excel sheet?Hi Ann, Thanks for your reply. But in that post, we are not able to export directly the object properties to an excel sheet. In that above thread, we have only the option of exporting the Name Mapping objects to a test log by running a script, but after that it is taking huge manual time to copy and paste them into an excel. So, i posted this thread again. I would also like to know is there any methods to load those Name Mapping objects into an excel so that we can write the script for the same. Waiting for a great help. Thanks Anil.How to load Object repository into an Excel sheet?Hi All, I want to load TestComplete Object properties from Name Mapping item to an Excel sheet. Please provide some sort of solution to this. Thanks Anil.Re: Export Name Mapping file to spread sheetHi Andrew, The issue was identified and changed the necessary code to run the script effectively. In "ExportNameMappingTree()", we have 4th line as "Call GetNextAlias(NameMapping.Sys)". Please change the above piece of code to " Call GetNextAlias(Aliases, "NameMapping.Sys") ". Then, the script executed well. Thanks, Anil. Re: Export Name Mapping file to spread sheetHi Andrew, I gone through the code. The "ExportAliasTree()" is working fine where as the "ExportNameMappingTree()" is throwing an error. Please find the attached Error image. Looking for your great help. Thanks, Anil.Re: Export Name Mapping file to spread sheetHi Andrew, Thank you for finding some kind of solution for the above issue. I will go through this code and implement in my case and let know about the execution of the script. Thanks, Anil.Re: Does test complete supports CSV file and odsfile for data driven testHi, Thanks Artem, the connection to CSV file is correct. We can use this DDT.CSV Driver Method and it works fine. Regards, Anil.Re: Export Name Mapping file to spread sheetHi Artem, Thanks Artem, for considering this feature request and please let me know when the request is completed. Thanks, Anil. Re: Does test complete supports CSV file and odsfile for data driven testHi Narender, Regarding DataDriven test:- 2) Iam using Open office and saved my excel file as .xls, but while Iam executing Iam facing with this error (ActveX object can't create object: Excel.Application). For the above issue, you need to install "MicroSoft Excel 2007" and now you can use those open office excels same as earlier(.xls extension only). While executing, you wont face that error again. Regards, Anil.