coded-ui-tests

Retrieve Column data from datagrid, Coded UI tests

Hello, I am trying to retrieve data from a datagrid. I am using it for automated gui testing in Visual Studio 2010 with C#. When I search a datagrid I have to enter dummy values because when there is one row, the second column displays blank when it is not. The datagrid is third party code and is not standard Microsoft datagrids. I am n...

How to run Coded UI Tests without Visual Studio 2010 Premium

Hi, I want to ask you if it is possible to build and run coded ui tests without Visual Studio 2010 Premium installed? Or can I just install Visual Studio 2010 Premium and use it command line without licensing? I know it works, but is the license ok with that? ...

How to perform own assertions with coded UI testing

Hello, I'm working with the visual studio 2010 codedUI tests. I want to be able to perform a little more than i can at the moment. e.g. I can can Assert if a particular field "AreEqual" to or "Contains" etc, but i want to do more. eg, i want to check if the field contains a numerical value within it. I edited the UIMap.Designer.cs an...

CodedUI Test: Keyboard.SendKeys not working.

Hi, 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 (like if there was no input). The code generated is : // Type '{F4}{F4}{F2}titre{Enter}' in 'SaisieSD_DS' custom control Keyboard.SendK...