ContributionsMost RecentMost LikesSolutionsExcel Overlap Issue Hi, I am facing an issue while RunTime. Test complete captures the menu items names in the function call but in the next method call it should copy the text of the menu items name captured and compare with baseline and paste the results in excel, As my framework is hybrid (data driven + keyword driven) excel window is called and it gets overlapped over menu items UI due to which test complete fails to find the menu items and nothing is compared and pasted in result excel. Any simple ways to resolve this issue? SolvedRe: Compare 2 JSON files in VBScript language using test complete Thanks AlexKaras rraghvani As you suggested it is possible to compare JSONs with Compare Files Operation. I want to compare two large json files which also has a dynamic value which is the machine IP. This will keep changing as per the CDM deployments. So could you please suggest as to how to handle such json files using testcomplete and VBs. Aslo, if you could share a code for reference? Re: Compare 2 JSON files in VBScript language using test complete Hi, could you please share the code with me? I want to compare two large json files which also has a dynamic value which is the machine IP. This will keep changing as per the CDM deployments. So could you please suggest as to how to handle such json files using testcomplete and VBs. Aslo, if you could share a code for reference? Compare 2 JSON files in VBScript language using test complete I want to compare 2 JSON files kept at different locations in C drive. The code should be such that it should compare all keys and values in the 2 JSONs and throw result.