ContributionsMost RecentMost LikesSolutionsRe: Perfect Test Case some times not running when Queued in Mulitple Test cases Hi, I Need Drag and Drop the Values on corresponding box on my Application means, I am Using Object Spy and Make use of that created the object {{{var rowValue = Sys.Process("Designer").WPFObject("HwndSource: Chromelesswindow").WPFObject("Chromelesswindow").WPFObject("AdornerDecorator", "", 1).WPFObject("Border", "", 1).WPFObject("Grid", "", 1).WPFObject("DesignerTab").WPFObject("ControlDesigner", "", 1).WPFObject("Grid", "", 1).WPFObject("Border", "", 1).WPFObject("Grid", "", 1).WPFObject("TabControlDesigner").WPFObject("Grid", "", 1).WPFObject("Grid", "", 1).WPFObject("Grid", "", 1).WPFObject("DatasetDesigner").WPFObject("DataSetControlUC").WPFObject("Grid", "", 1).WPFObject("Grid", "", 1).WPFObject("Grid", "", 2).WPFObject("Border", "", 2).WPFObject("DimensionList").WPFObject("ListBoxItem", "", 2); aqUtils.Delay(5000); rowValue.Drag(45, 9, 326, 289);}} and the above script is correct and works fine when runs in solo but in a group of test cases it may be fails to find object some times. but other lines of that that cases executed fine. Re: Perfect Test Case some times not running when Queued in Mulitple Test cases yes it's came as per the screen shot..Test Cases are run but it couldn't click the Mentioned object(Object written by using Object spy). Re: Perfect Test Case some times not running when Queued in Mulitple Test cases Exactly Happens One Script Line not Executed when its in queued in Multiple Cases But Its working fine on single test case execution. Expected to happen Need that Script line Executed even in multiple test cases Re: Perfect Test Case some times not running when Queued in Mulitple Test cases HI Kindly take a look of my attached files.. actually bulk test cases means Multiple Test cases to run(if i have to run test cases more than 50). When i do this action some test case which is scriptwise correct and works when execute on single test case but in Multiple Test cases queue it doesn't find object.. Hope you understand my explanation. Re: Perfect Test Case some times not running when Queued in Mulitple Test cases Here its i have attached the files that is how i run the test cases... Perfect Test Case some times not running when Queued in Mulitple Test cases Test Complete Script some times won't run on bulk test cases but its working fine on single test case. That Test Case has no Script error and its gave best result when Execute a single test case method. Kindly let me know if you have the solution for this. SolvedTest Complete recent version Update will affect 11.40 Test complete Scripts HI, I have written Scripts on Test Complete 11.40. If i install Latest version of Test complete, it may affect already written Scripts like Drag object Coordinates, other object.. Kindly advise me. Regards, Ramaraja Kaliappan Solved