ContributionsMost RecentMost LikesSolutionsKendo UI Support Through list of Controls Supported by TC and other Posts in this Forum , i understand that Kendo UI controls are not supported. When I tried to record script on Application built using Kendo control , events are not recognised properly and generates very generic events and actions. I tried to record playback same using UFT ( by HP ) and it works smoothly, so it is proven that Kendo UI is not supported by TC ... Is there any work-around other than mapping to something like Kendo UI controls ? Also , Is there any timeline when Kendo controls will be supported ? Re: Generic Function to Execute different SQL operations Hi , Thanks a lot. Do you happened to have code using all these function calls ? Generic Function to Execute different SQL operations Hi , Is it possible to have a single function that would handle most of the SQL queries. for now , i have seperate SQL function for different type of operations. for example - function that would just execute select - function that would just handle insert - function that would just handle delete - function that would just handle Update - function that would return count of records ,e.g count(*) I would like to write something generic that would handle all of the above operations Your help is appreciated Runner.CallObjectMethodAsync doesnt Work Hi I am testing this Thick Client Application where i need to click on Leaf node of a Tree Object. Luckily Application under Testing has few methods exposed which i am using to double click on particular node object. Since Synchronous Call to AUT method was halting the execution , i had to call method Asynchronously. Now the problem is doubleClicking is not happening. Method get executed and moves on to next Statement. I confirmed If i call method Synchronuosly Then it does perform the Double click , but then execution halts due to PopUp. My Question is .... What am i missing here in method Call ? Is anyone else facing the same issue with Async call ? Is there any alternative ? ''Launch Profile Set ProfileButtonMenu=Aliases.CharlesRiverIMS.MdiIms.MdiClient.BlotterFormBase.FormTabbedGroups.CrdTabControl.OrderBlotterViewControl.toolStripContainer.ToolStripPanel.Profile Call ProfileButtonMenu.CrdShowToolbarButtonMenu("Profiles") Set ProfileTree=Aliases.CharlesRiverIMS.ProfileDropDownMenu.ProfileTreeControl.ProfileTreeEditor Set CallResultObj = Runner.CallObjectMethodAsync (ProfileTree,"CrdDoubleClickTreeItem","Equity","AAM Equity Profile") If i Call following way , It does perform the click Sub Test1 Dim charlesRiverIMS Dim crdToolStrip Dim profileTreeEditor Dim btnNo Set charlesRiverIMS = Aliases.CharlesRiverIMS Set crdToolStrip = charlesRiverIMS.MdiIms.MdiClient.BlotterFormBase.FormTabbedGroups.CrdTabControl.OrderBlotterViewControl.toolStripContainer.ToolStripPanel.Profile crdToolStrip.CrdClickToolbarButton("Profiles") Set profileTreeEditor = charlesRiverIMS.ProfileDropDownMenu.ProfileTreeControl.ProfileTreeEditor call profileTreeEditor.CrdDoubleClickTreeItem("Equity","AAM Equity Profile") Set btnNo = charlesRiverIMS.dlgSaveProfileJKINGDefault.btnNo btnNo.ClickButton log.Message "Done" End Sub Re: Pop Up Halts Execution I found the solution .... I have to call method Asynchronously http://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/modal-windows.html#_ga=1.136337200.1233405223.1484932047 Pop Up Halts Execution I am trying to put automation Tests around a vendor product ( prob build using .Net) and ran into this weird situation. As result of some action , application displays popup menu to confirm change ( basically Switching between profiles) . Problem is when ever this popup comes up , execution just halts there...It does not error out. Only way to get out of this deadlock is , i manually click on PopUp and get rid of it. I have put in code to handle popup , but execution never gets there . Please Note: This is Thick Client Application I have tried adding "OverAlpping Wiindow Handler" ...It didnt help Here is Code Snippet. Sub Testing Call Aliases.CharlesRiverIMS.MdiIms.CrdMenuStrip.CrdClickMenuItem("Trader","Blotter","") aqUtils.Delay 10000 ''Launch Profile Set ProfileButtonMenu=Aliases.CharlesRiverIMS.MdiIms.MdiClient.BlotterFormBase.FormTabbedGroups.CrdTabControl.OrderBlotterViewControl.toolStripContainer.ToolStripPanel.Profile Call ProfileButtonMenu.CrdShowToolbarButtonMenu("Profiles") aqUtils.Delay 2000 Set ProfileTree= Aliases.CharlesRiverIMS.ProfileDropDownMenu.ProfileTreeControl.ProfileTreeEditor Call ProfileTree.CrdDoubleClickTreeItem("Equity","Equity Manager") aqUtils.Delay 2000 Sys.Process("CharlesRiverIMS").Window("#32770", "Save Profile*", 1).Window("Button", "&No", 2).ClickButton Log.Message "DOne" End Sub SolvedRe: Automation on Canvas Grid Updated Screenshots Colin_McCrae Re: Automation on Canvas Grid Hi, -- Yes it is Web Application HKosova -- I Tried Approach suggested by sanjay0288but didnt make any difference -- I have attached Advanced Property View and Advanced Methods View CORRECTION : Attched Properties screenshot. Sorry about that Automation on Canvas Grid Hi Web Application we are trying to Automate has a grid which as per Spy is Canvas Object. Object Spy can only see the whole Canvas as one object and cant see anything at row level or Cell level. Does anyone give some suggestion how we can do get to cell or Row level . Some Ideas that I already thought about are : 1 . Doing Coordinate based scripting . for Example , Call canvas.Click(237, 31) . This is not a option for us because contents of grid going to be dynamic and we have to lookup some text and then select the Cell. 2. Another some what vague options suggested to be is , if Developer Open up some methods for given canvas object and then we access row or columns QAC - JIRA Integrator questionsHi We been using QAC JIRA integration for synch of STORY To Requirements and Bugs . ( ONLY from JIRA TO QAC) Can someone clarify following for me ? 1. Integrator won't synch failure items even though problems have been resolved For Example, When i ran synch for Requirements first time it failed 20 out of 100 items due to missing status or something . Now I go and fix that issue , either at Integrator level , or in QA Complete . Now if i Rerun the Integrator, it should sync those failed 20 items but it Didn't. Is this because we are using One way synch from JIRA to QAC ? 2. Is there anyway to Delete Synch Log items. I know i can limit it to Last Run using flag but it would be much easier if i can cleanup Log periodically .