I have a suite of Coded UI tests that I am running for a web application in IE 8.I can run any individual test without error.When I try to run more than one test at a time, only the first test runs wi
In the control properties, new row has name equals to Volume Row 62 and Row Index equals to 61 - as recorded and add values in few columns.
I\'m trying to use the Coded UI Test to control an web application (which I don\'t have soruce code for) to generate input data for my application (filling in a form etc).
In my application, I have to verify the sorting of the some columns(column names are used as hyperlink, for first time开发者_如何转开发( when we click the column), it sorts the records in ascending or
I have tried many orderedtests and the .trx file always shows the wrong count? for instance, if i had an orderedtest with 2 tests, the results look like this in the .trx file (results summary node):
The Coded UI Test Builder fails to recognize Silverlight controls when the application (XAP) source is a different domain
We have recently automated some \"Coded UI Tests\" (running in the selenium framework) which are run from within Microsoft Test Manager (MTM).However, I am struggl开发者_运维百科ing to find out how MT
I\'ve been looking at approaches for automating UI tests on our web applications. My question is: Are there any tools out there that will allow me to replay UI tests in multiple browsers and multiple
I\'m writing some codedUI tests in VS2010 to test a web application. I\'d like to be able to open the browser once for the entire set of tests in the solution and then close it again when the tests fi
My manager asked me to do some automated UI tests for our Silverlight application. The problem is that this application uses some custom controls, therefore I cannot programmatically access them right