No announcements
Found 3094898 threads
-
0 Votes
Coded UI Test
Please read through the resources available at ...Answered | 1 Replies | 3387 Views | Created by Anonymous Test Engineer - Thursday, July 28, 2011 7:32 AM | Last reply by Mathew Aniyan MSFT - Thursday, August 25, 2011 10:52 AM -
0 Votes
Multiple CSV file With Coded UI Test in VS2012
We can’t bind multiple data sources for single coded UI test method, but we can bind one data source for each ...Answered | 2 Replies | 2686 Views | Created by Kuldeep Vasani - Tuesday, September 25, 2012 8:07 AM | Last reply by Amanda Zhu - Wednesday, September 26, 2012 1:21 AM -
0 Votes
Coded UI Test Solution's structure
http://msdn.microsoft.com/en-us/library/dd380782(VS.100).aspx http://blogs.msdn.com/b/anutthara/archive/2010/02/08/scaling-up-your-cuit-ui-automation-fo ...Answered | 1 Replies | 5842 Views | Created by Shina35 - Wednesday, August 11, 2010 8:16 AM | Last reply by Mathew Aniyan MSFT - Monday, August 16, 2010 3:47 PM -
2 Votes
call one test method from another test method in coded ui testing
So, when you first get started either recording or coding up a test method, you have to decide if what you see in the code needs to be ...Answered | 3 Replies | 9278 Views | Created by sathyatvr - Tuesday, November 29, 2011 7:27 AM | Last reply by Mr. Javaman II - Sunday, November 18, 2012 1:42 AM -
0 Votes
Input to a coded UI Test
same test class meaning same .cs file???Answered | 2 Replies | 4274 Views | Created by VisualStudiotester - Wednesday, November 3, 2010 3:45 PM | Last reply by VisualStudiotester - Tuesday, November 9, 2010 9:15 PM -
0 Votes
Load Testing for Coded UI Testing
Hi Coded UI Query, As AdrianHHH said, Coded UI Test can be run within load test but they need separate ...Answered | 5 Replies | 2427 Views | Created by Coded UI Query - Monday, March 28, 2016 10:05 AM | Last reply by AdrianHHH - Tuesday, March 29, 2016 8:47 AM -
0 Votes
calling coded UI test methods from other project and in UIMap.designer.cs file
http://blogs.msdn.com/b/gautamg/archive/2009/12/18/why-is-coded-ui-test-generated-code-not-a-straight-line-code.aspx (I ...Answered | 4 Replies | 7571 Views | Created by Bhavitha - Friday, October 1, 2010 10:45 AM | Last reply by Bhavitha - Wednesday, October 20, 2010 5:47 AM -
3 Votes
Can we have multiple methods in single Coded UI
Is there any property I need to set and one more think how can i write it my results file.Answered | 8 Replies | 4215 Views | Created by Sri Tiru - Thursday, March 10, 2011 3:14 PM | Last reply by Neeraja Singireddy - MSFT - Friday, March 11, 2011 3:59 PM -
0 Votes
Problems Generating Methods with the Coded UI Test Builder
The first problem is a known issue with Coded UI Test Builder.Answered | 1 Replies | 8030 Views | Created by InvisibleCities - Friday, July 23, 2010 8:43 PM | Last reply by Mathew Aniyan MSFT - Monday, August 9, 2010 10:52 PM -
1 Votes
Inserting keystrokes into a coded UI test
. *.cs.Answered | 4 Replies | 4951 Views | Created by Lane Copley - Monday, May 7, 2012 6:57 PM | Last reply by Lane Copley - Wednesday, May 9, 2012 4:09 PM -
1 Votes
Schedule Coded UI Test
I agree with Pavan’s suggestion, if you want to run a coded UI test, we would make sure that machine on which the test is running is not ...Answered | 3 Replies | 2987 Views | Created by Markus SNU - Wednesday, December 5, 2012 8:19 AM | Last reply by Jack Zhai-MSFT - Thursday, December 6, 2012 9:22 AM -
0 Votes
Handling multiple UI Maps
Why does all recorded method go to UIMap.cs if you have launched Coded UI Test builder from a Coded UI Test method ?Answered | 1 Replies | 5927 Views | Created by PiaBarve - Thursday, November 25, 2010 6:09 AM | Last reply by Deepak.Singhal [MSFT] - Thursday, November 25, 2010 9:48 AM -
0 Votes
Coded UI Test Method Name Reflects Incorrectly
I'm Getting a bit confused at the layers of a CodedUI test and what to call the methods/test cases.Answered | 4 Replies | 5709 Views | Created by Nitro52 - Thursday, January 28, 2010 1:09 AM | Last reply by Nitro52 - Thursday, January 28, 2010 9:12 PM -
1 Votes
Methods are not deleting in UI Map file when deleting Coded UI test
SriniTestAutomation, If you are removing methods by opening the UIMap.Designer.cs file and deleting them, they will ...Answered | 3 Replies | 5691 Views | Created by SriniTestAutomation - Friday, December 9, 2011 10:20 PM | Last reply by Paul DeCarlo - Monday, December 12, 2011 8:07 PM -
1 Votes
Coded UI Test disrupts
Hi, The CodedUI test needs to interact with the application's UI and during that time it won't be possible for the user to use the machine as it will disrupt the ...Answered | 1 Replies | 1407 Views | Created by Sema_70 - Wednesday, August 29, 2012 9:35 AM | Last reply by pankaj.nith - Wednesday, August 29, 2012 8:18 PM -
0 Votes
Generating test logs automatically for multiple coded ui tests?
> Can I run from command line run a batch of multiple, different tests at once, and generate a test log for each test, all with one command line ...Answered | 3 Replies | 648 Views | Created by Albert.Lau78 - Monday, July 27, 2015 8:57 PM | Last reply by Tina-Shi - Tuesday, August 4, 2015 10:05 AM -
0 Votes
Coded UI - How to split the Coded UI tests
You probably need the [TestInitialize] and [TestCleanup] methods in both classes, but one pair should be able to be calls of the other pair.Answered | 1 Replies | 559 Views | Created by Minh Vu Hoang Nguyen - Friday, August 28, 2015 9:43 AM | Last reply by AdrianHHH - Friday, August 28, 2015 11:05 AM -
3 Votes
Reusing Coded UI tests
1) I would manually write a method "myLogin()" in Uimap.cs 2) Within other test, I just call it.Answered | 5 Replies | 4957 Views | Created by ttcheri - Thursday, December 30, 2010 3:57 PM | Last reply by Abhishek Lohani - Monday, January 10, 2011 9:59 AM -
0 Votes
Coded UI Testing
v=oEOkMaacx2Q&feature=youtu.be Also as Pankaj says Mathew Aniyan's content index is full of useful information regarding Coded ...Answered | 4 Replies | 2559 Views | Created by TesterVicky - Tuesday, May 1, 2012 10:00 AM | Last reply by TesterVicky - Tuesday, May 1, 2012 1:30 PM -
0 Votes
Different Values in Coded UI test
Now my test is running multiple times but its not talking different values from rows rather its running multiple times against same values.Answered | 9 Replies | 3421 Views | Created by bi-tester - Wednesday, August 3, 2011 3:44 PM | Last reply by Paul DeCarlo - Tuesday, August 9, 2011 3:30 PM - Items 1 to 20 of 3094898 Next ›
No announcements