Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am using a coded UI testing harness that looks at a jQuery grid that we have written.The problem that I am encountering is that when the grid pages, the coded ui keeps track of the old controls when
I am parameterising my test cases by using dat开发者_运维技巧a read from .csv files. One of the columns in the csv file has simple date values (as regular strings) in US format, eg mm/dd/yyyy. When th
(Note: I am unable to ask this question on the original blog for some reason). As described in this blog: http://blogs.msdn.com/b/gautamg/archive/2010/01/05/2-hello-world-extension-for-coded-ui-test.
I\'m very much new to Test Automation kind of thing. Recently I\'ve been assigned to a project where I have to write an application (or, a script may be, I\'m not sure) that will automate the UI testi
This requires a detailed explanation. Imagine that I have an Excel spreadsheet with test cases in one worksheet
I have written AutomationPeer class for my custom control: // Automation Peer for the CustomControl private class CustommControlAutomationPeer : FrameworkElementAutomationPeer, IValueProvider, IGridP
I\'m using Visual Studio 2010 with Feature Pack 2 to experiment with record开发者_开发技巧ing Silverlight UI tests using the Coded UI Test feature.
I want to automate the process of running coded UI tests. Do i need to have user logged in to the system?
I have created a coded ui test that checks something in my software. It worke开发者_JAVA百科d fine, but now I keep getting null reference exception when I try to interact with my UITestControls (that