ContributionsMost RecentMost LikesSolutionsNeed help understanding testcomplete vbscript code I am looking through some existing code. What does this below piece code means? what exactly eval is doing here? i read that eval is used to evaluate any expression. Public Function Perform(moduleCode, input, output) Perform = eval(moduleCode & "(input, output)") End Function SolvedRe: TestComplete Object Name Mapping is all changed Thank you for all your responses. The problem is with the incorrect license. I have Web extension selected instead of Desktop. Re: TestComplete Object Name Mapping is all changed Thank you for your response. No luck even after restarting the server, application, test complete, cleared the browser cache, history, ended google chrome processes. I honestly don't know what else to try. TestComplete Object Name Mapping is all changed Hi all, I have been working on the automation script from last 2 weeks and it was working until yesterday. Today the script broke because all the name mapping has changed and its different now. Weird part is the same script works fine for my colleague. we both connected to same server from diff machines. When i look into Object spy the name property of window is like, Window("WindowsForms10.Window.8.app.0.13965fa_r12_ad1", "stash push- qa", 1) But it should be something like this and my colleague still sees the same in his machine WinFormsObject("FormMain") ** All the name properties are dynamic for me ** i dont see as many properties as colleague sees in Object spy window (advanced mode) Am i missing something? license issue? Any help would be highly appreciated. SolvedFramework structure and excel utility function setup Can someone point me to any online tutorials or blogs to learn/Create Framework structure for desktop application using Testcomplete? Also, a very generic utility function that reads excel for Data Driven Framework which can be used by any project? Currently i am reading excel with OleObject and get to each row and execute code by passing cell values as data. But it looks cumbersome and not very generic. Appreciate any inputs!