ContributionsMost RecentMost LikesSolutionsDoes Testleft supports .net version 4.72 Hi There, We are upgrading the .net framework to 4.72. Will there be an issue with running testleft scripts on the new .net version? We are using testleft version 12.50.4142.11. Thanks in advance. Unable to click on Menu item present on Context menu - Windows Application Hi, I am facing a peculiar issue with my TestLeft scripts. The actions like clicking on the right click menu items or the popup which were working fine are now not working. They fail to click on the menu item after right click. Most of my scripts are failing because of that. This is happening on some machines. I have testleft version 12.50.4142.11 and Windows version 10 with latest updates. Can someone throw light on what might be the issue? Result StackTrace: at SmartBear.TestLeft.TestObjects.ObjectWrapper.ThrowInvocationException(String name, Object[] parameters, WebApiError e) at SmartBear.TestLeft.TestObjects.ObjectWrapper.CallMethod(String name, Object[] parameters) at SmartBear.TestLeft.TestObjects.MenuWrapper.Click(String itemPath) -------------- ------------ ---------------- --WebApiError at SmartBear.TestLeft.WebApiWrapper.WebApiClient.ExecuteRequest[ResponseData](RestRequest request) at SmartBear.TestLeft.WebApiWrapper.WebApiClient.CallMethod(Guid nodeKey, String methodName, IEnumerable`1 parameters) at SmartBear.TestLeft.TestObjects.ObjectWrapper.CallMethod(String name, Object[] parameters) Result Message: SmartBear.TestLeft.TestObjects.InvocationException : Cannot obtain the popup menu for item 'Customer Service'. Tested object: Sys.Process("Resolve").WinFormsObject("frmCP").WinFormsObject("ctlCasePerson").WinFormsObject("fraArrangement").WinFormsObject("pnlGenCF__LEID0").WinFormsObject("pnlGen__LEID454").WinFormsObject("pnlVLCF__LEID454").WinFormsObject("pnlVL__LEID455").WinFormsObject("pnlTabsCF__LEID455").WinFormsObject("pnlTabs__LEID477").WinFormsObject("pnlTabCF__LEID477").WinFormsObject("pnlTab__LEID479").WinFormsObject("pnlVLCF__LEID479").WinFormsObject("pnlVL__LEID2253").WinFormsObject("ctl__LEID2253").WinFormsObject("fraMain").WinFormsObject("ctlCaseIssueDetail").WinFormsObject("ctlFactMenu1").UltraMainMenu ----> SmartBear.TestLeft.WebApiWrapper.WebApiError : Cannot obtain the popup menu for item 'Customer Service'. Tested object: Sys.Process("Resolve").WinFormsObject("frmCP").WinFormsObject("ctlCasePerson").WinFormsObject("fraArrangement").WinFormsObject("pnlGenCF__LEID0").WinFormsObject("pnlGen__LEID454").WinFormsObject("pnlVLCF__LEID454").WinFormsObject("pnlVL__LEID455").WinFormsObject("pnlTabsCF__LEID455").WinFormsObject("pnlTabs__LEID477").WinFormsObject("pnlTabCF__LEID477").WinFormsObject("pnlTab__LEID479").WinFormsObject("pnlVLCF__LEID479").WinFormsObject("pnlVL__LEID2253").WinFormsObject("ctl__LEID2253").WinFormsObject("fraMain").WinFormsObject("ctlCaseIssueDetail").WinFormsObject("ctlFactMenu1").UltraMainMenu Thanks Pop Up's and Right click menu items are not getting clicked on the my machine Hi, I am facing a peculiar issue with my TestLeft scripts. The actions like clicking on the right click menu items or the popup which were working fine are now not working. They fail to click on the menu item after right click. Most of my scripts are failing because of that. This is happening on the some machines. I have testleft version 12.50.4142.11 and Windows version 10 with latest updates. Can someone throw light on what might be the issue? Thanks Re: how to check if an item is present in the ListviewThanks Ravi. Can this be achievable from the UI in anyways?how to check if an item is present in the ListviewI have a application which allows to create new users. I create a local variable and store the new userID that is created. Once the new user window is closed, it comes to the home screen where there is a listview which shows all the users available. Now I want to check if the UserID present in the variable is available in the listview. I am using Compare Properties type checkpoint, but unable to figureout how exactly to achieve it. This is a Win32 application and keyword tests. any help highly appreciated!