ContributionsMost RecentMost LikesSolutionsmemory leak issue in test execute I am using test complete to execute java based desktop application. Test execute starts slowing down after execeuton of few test case I am suspecting memory issue. Do you have any solution fot this? Type your question here..Out of memory issue with test complete when copying date I am using java script for test complete to automate my windows application. In my script I take screen shot and logs for failure. Whenever I try to copy logs then the testcomplete crashes and give the popup out of memory Any one have faced this issue or have any solution on it Re: how to select sub-menu items on right-click item on webI am working on java desktop application I have to click on the submenu which is nested inside using test complete and Java script. Menu looks like this Tools->1stlevel->Second level. I am able to click till 1st level if second level not there. But if second level is persent script is not able to find 1st level itself. Accessing Sub menus using test complete for java based desktop application I am working on java desktop application I have to click on the submenu which is nested inside using test complete and Java script. Menu looks like this Tools->1stlevel->Second level. I am able to click till 1st level if second level not there. But if second level is persent script is not able to find 1st level itself. Re: Comparing image in JtableHi Tanya, Thanks for reply. I tried to get the cell with the image value for column/row using following code var cell = table.getCell(row, column) / var cell =table.getvalueAt(row, column) I dont get any value back hence the next statment var curImage = cell.Picture() fails Do you have any idea how do i get cell witht the image by its row and column. Comparing image in JtableI have Jtable with rows and columns, The Image icon is Stop (red colour) and Go green colour. I want to click the row only when the particular cell has green icon. I am using Testcomplete/javascript Application is desktop using java. Anyone has done this before?Re: A way to set VisibleOnScreen property state to TRUEI tried using the above code but isnt working for me in TC10. TC7.5 it was working without refreshingRe: VisibleOnScreen property always TRUEI am trying port my framework from TC7.5 to to TC10 . in the framework 7.5 we uses "visibleonscreen" to verify the data available Unfortunately in TC10 on same page I get visibleonscreen= false but in TC7.5 it was true, has anyone experirence this?