ContributionsMost RecentMost LikesSolutionsDiagram objects Hi, I am trying to automate the go.diagram.model.nodedataarray using test complete javascript. Unable to find the nodes Re: how to read and validate json file using testcomplete Hi i have two json files with me and i want to compare specific value in the files. example: file1 {"employess":[{"ID":"1234","Details":[{"Name":"Ravi","Age":"30","Rank":"11"}]}, [{"ID":"1235","Details":[{"Name":"Kiran","Age":"35","Rank":"1"}]}, [{"ID":"1233","Details":[{"Name":"Rani","Age":"25","Rank":"21"}]} file2 {"employess":[{"ID":"1234","Details":[{"Name":"Ravi","Age":"30","Rank":"11"}]}, [{"ID":"1235","Details":[{"Name":"Krisha","Age":"35","Rank":"1"}]}, [{"ID":"1233","Details":[{"Name":"Rani","Age":"25","Rank":"21"}]} i want to validate the data using javascript in testcomplete like both files having same ID :1235 but the "Name" is different any solution please? Re: how to read and validate json file using testcomplete yes Binary equal . I want to compare two files with same binary value which method should i use to check that? Re: how to read and validate json file using testcomplete Thanks for the reply if i have two json files and want to validate that files having same content how can we do that? how to read and validate json file using testcomplete I have a JSON file want to read and validate that file can you one show me with simple code? SolvedGetting an access is denied while deleting the file from the folder in c drive using testcomeplete function deleteFile(){ aqFileSystem.DeleteFile("C:\\Program Files (x86)\\testing\\delete\\new.txt") } details of the logs: Access is denied. Path: C:\Program Files (x86)\testing\delete\new.txt Test log message: An error occurred while deleting a file(folder) while deleting manually there is pop up showing on the window (user Account control): Do you want to allow this app to make changes. If i click yes it will delete the file but i want to do it using the TestComplete. Is it possible to do that? Note: when Test complete is executed in admin mode file got deleted without error but i want to delete the file without changing the Test complete to admin. Any suggestions please? Re: Getting an access is denied while deleting the file from the folder in c drive using testcomeplete using 15 version and working on javascript Re: Getting an access is denied while deleting the file from the folder in c drive using testcomeplete how to delete a file which do not have permissions? Re: Getting an access is denied while deleting the file from the folder in c drive using testcomeplete nope i have executed that Re: Getting an access is denied while deleting the file from the folder in c drive using testcomeplete even removing the true parameter will be the same