coded-ui-tests
WatiN best practices/rules of thumb for an ASP.NET MVC app [closed]
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[详细]
2023-02-17 04:41 分类:问答Coded UI Controls need to refresh
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[详细]
2023-02-16 14:18 分类:问答Prevent TestContext data from being automagically converted
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[详细]
2023-02-14 15:46 分类:问答Help needed debugging the “Hello, World” Extension for Coded UI Test
(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.[详细]
2023-02-12 14:02 分类:问答Microsoft UI Automation Library Vs 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[详细]
2023-02-08 13:48 分类:问答Can "Excel Add-In for Coded UI Testing" help when reading test scenario data from Excel worksheet
This requires a detailed explanation. Imagine that I have an Excel spreadsheet with test cases in one worksheet[详细]
2023-02-07 19:10 分类:问答Implementing IGridProvider, IValueProvider in AutomationPeer class
I have written AutomationPeer class for my custom control: // Automation Peer for the CustomControl private class CustommControlAutomationPeer : FrameworkElementAutomationPeer, IValueProvider, IGridP[详细]
2023-02-07 14:21 分类:问答How do I re-launch the Coded UI Test Recorder for Silverlight
I\'m using Visual Studio 2010 with Feature Pack 2 to experiment with record开发者_开发技巧ing Silverlight UI tests using the Coded UI Test feature.[详细]
2023-02-07 03:18 分类:问答Coded UI Tests automation
I want to automate the process of running coded UI tests. Do i need to have user logged in to the system?[详细]
2023-02-06 04:52 分类:问答CodedUI null reference exception even when object exists
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[详细]
2023-02-04 05:27 分类:问答