coded-ui-tests
how to simulate keyboard 'backspace' event in codeUI automation test with C#
I have tried with Keybo开发者_StackOverfloward.Sendkeys(“{BACKSPACE}”); but it didn’t work.http://msdn.microsoft.com/en-us/library/fx2k26ca(VS.90).aspx[详细]
2023-01-24 10:36 分类:问答Coded UI Test Builder records similar classes, creating numerous classes in UIMap
Is there a way to force Coded UI Test Builder to use it’s already recorded classes? It creates very similar classes even within single r开发者_JS百科ecording session.[详细]
2023-01-23 15:11 分类:问答Coded UI Test - get my custom object (WinForms)?
I want to create an automated UI test that will test my syncfusion grid. My problem is that the recorder can\'t recognize this control (or any syncfusion control). I\'ve searched a lot in the internet[详细]
2023-01-23 15:11 分类:问答CodedUI Test: Keyboard.SendKeys not working
I\'m trying to use the CodedUI Test feature of Visual Studio 2010. I\'ve got a problem while replaying the various actions for one of my html component. The Keyboard.SendKeys generated do not work (l[详细]
2023-01-21 02:05 分类:问答How to perform own assertions with coded UI testing
I\'m working with the visual studio 2010 codedUI tests. I want to be able to perform a little mo开发者_JAVA百科re than i can at the moment.[详细]
2023-01-18 22:01 分类:问答how to set video recorder
i checked the video recorder in the test setting for recording th开发者_StackOverflow社区e automatic test[详细]
2023-01-15 15:27 分类:问答How should be Folder Structure in Coded UI?
I want to create specific folders structure for my Coded Ui tests. How should it be? As lik开发者_运维百科e QTP Framework. Can we keep specific files to specific folders, if yes then can anybody sha[详细]
2023-01-10 23:41 分类:问答MSVS2010 Coded UI Tests no longer work when saving/generating methods
The coded UI test functionality used to work, but now it won\'t allow any methods to be saved. I keep seeing the following error: \"The code could not be generated b开发者_StackOverflowecause the curs[详细]
2023-01-10 04:21 分类:问答Coded UI Test Builder does not appear with setup project in solution
I am using VS 2010, and I was able to create a Coded UI test successfully, once. I am trying to do the same, but the Test Builder Dialog box does not appea开发者_开发百科r anymore. I found the followi[详细]
2023-01-07 07:52 分类:问答How to set property only on second column of a ListView?
Introduction I have a ListView and want to format only the second column. The following XAML code does that:[详细]
2023-01-03 11:32 分类:问答