No announcements
Found 3910021 threads
-
0 Votes
Image from resource to display in UI using XAML and code file...
Hello All, I have few images which are used across various projects.Answered | 2 Replies | 1157 Views | Created by IamHuM - Thursday, December 26, 2013 2:17 PM | Last reply by IssueKiller - Friday, December 27, 2013 6:57 AM -
0 Votes
How to call DLL code from a Web Service
New Project to create Web Service ProjectsAnswered | 5 Replies | 3437 Views | Created by Cristian Patrasciuc - Wednesday, November 19, 2008 2:11 PM | Last reply by John Saunders - Saturday, November 22, 2008 9:21 PM -
0 Votes
Compiling code again that is currently used in another program
i think the guy above you is right. because if i build the dll and reference it from the folder it gets built to and then rebuild it with new code, the dll being ...Answered | 3 Replies | 2820 Views | Created by Adrien_ - Tuesday, July 13, 2010 5:31 PM | Last reply by Adrien_ - Thursday, July 15, 2010 5:34 PM -
0 Votes
Coded UI for Visual Studio Code
Hi Ganesh Narayan, As far as I know, we couldn't run the coded UI test project in the VS code tool, and Apple Safari web browser is not supported ...Answered | 1 Replies | 1261 Views | Created by Ganesh Narayan - Saturday, September 19, 2015 4:00 AM | Last reply by Jack Zhai-MSFT - Monday, September 21, 2015 5:45 AM -
0 Votes
DLL using singleton class from another DLL
In general, it is actually a bad idea to expose classes across a DLL boundary.Answered | 2 Replies | 6792 Views | Created by ftag67 - Wednesday, May 12, 2010 9:58 PM | Last reply by Brian Muth - Thursday, May 13, 2010 12:55 AM -
0 Votes
How to enable code coverage in Coded-UI test
Hi Aditya, I have coded UI test dlls and application dlls added in code coverage configuration setings in local test settings.Answered | 5 Replies | 12557 Views | Created by Zhang Pengfei - Friday, May 14, 2010 8:44 AM | Last reply by AkshayGarg - Tuesday, March 27, 2012 6:24 AM -
0 Votes
Using .xlam code from Visual Studio Project
Hi JRico, As far as I know, we can’t reference the excel add-in (xlam) from a .net project.Answered | 1 Replies | 1117 Views | Created by jvirico - Monday, February 8, 2016 11:23 AM | Last reply by Starian chen - Tuesday, February 9, 2016 6:41 AM -
2 Votes
read code from dll file
Once you compile the code into a class library you wont be able to read the code from it.Answered | 2 Replies | 4518 Views | Created by adilahmed - Wednesday, June 3, 2009 2:24 PM | Last reply by Paul P Clement IV - Wednesday, June 3, 2009 3:05 PM -
0 Votes
Run coded ui test from WPF application
If you want to initiate them from an app then you need a dll with your tests in it and use process.start to present that dll to mstest.Answered | 4 Replies | 1332 Views | Created by Lavleen K - Thursday, October 29, 2015 8:29 AM | Last reply by KyawalR - Thursday, September 22, 2016 6:15 AM -
4 Votes
Can't debug a Coded UI application in VS 2012
So please remove the console application from the coded UI test project and then debug the coded UI test from Test Explorer.Answered | 14 Replies | 3644 Views | Created by alex_p1 - Thursday, September 18, 2014 1:22 PM | Last reply by Amanda Zhu - Monday, October 6, 2014 6:06 AM -
0 Votes
Mainframe automation using coded ui.
Hi Ahetejaz, You may check supported configurations and platforms.Answered | 2 Replies | 1806 Views | Created by Ahetejaz - Wednesday, October 21, 2015 11:01 AM | Last reply by Starian chen - Thursday, October 22, 2015 9:16 AM -
0 Votes
Coded-UI querry, How to call coded-ui testmethod in another .CS file?
Hi Sujata, if you want to call both method in same project in another class then, initsalize class object like ...Answered | 3 Replies | 671 Views | Created by Sujata Unde - Friday, July 18, 2014 11:18 AM | Last reply by Krishna Kumar Shukla - Friday, July 18, 2014 5:37 PM -
9 Votes
Adding UI Forms to Coded UI Testing
But if you are using another project type like class library/Console App/ Winform app, you will have to call these methods.Answered | 17 Replies | 4290 Views | Created by viswanathan.s - Friday, January 13, 2012 7:06 AM | Last reply by TejasJ - Wednesday, January 25, 2012 10:10 AM -
0 Votes
Coded UI Test error
Following article introduce how to debug this type of problem in Code UI Test.Answered | 1 Replies | 930 Views | Created by NewStudentTester - Saturday, May 28, 2016 1:03 PM | Last reply by Weiwei Cai - Sunday, May 29, 2016 3:42 AM -
0 Votes
Coded UI test case not working on another machine
From the error message you offered.Answered | 1 Replies | 408 Views | Created by Lax91 - Wednesday, April 13, 2016 12:05 PM | Last reply by lake Xiao - Thursday, April 14, 2016 1:56 AM -
0 Votes
Code coverage for a specific dll
Do remember, code coverage always go with your Unit Test.Answered | 2 Replies | 424 Views | Created by kchoudhury - Friday, July 15, 2016 8:46 AM | Last reply by chanmm - Saturday, July 16, 2016 8:33 AM -
1 Votes
Problems moving coded UI tests from one solution to another
For me at least I had a CUIT project that was falling at the end of a TFS build that has now been "fixed" by adding an empty UI test into the root of the project.Answered | 10 Replies | 7387 Views | Created by emceegrover - Monday, December 13, 2010 11:15 PM | Last reply by The Ghost - A Good Boy from Hell - Wednesday, July 25, 2012 4:51 AM -
1 Votes
Coded ui tests - don't understand how to change the code
The UI map project's dll was not being populated in the test's build destination because it was not referenced directly in the test project.Answered | 5 Replies | 1008 Views | Created by StephanieVT - Tuesday, November 26, 2013 2:18 PM | Last reply by StephanieVT - Friday, December 6, 2013 2:21 PM -
0 Votes
Launch coded UI test from other application
Hi Thanks for your responce I am using "CodedUi testbuilde.exe. / standlone which launches coded ...Answered | 3 Replies | 798 Views | Created by varsha - Tuesday, January 20, 2015 12:07 PM | Last reply by varsha - Thursday, January 29, 2015 12:19 PM -
0 Votes
NULLReferenceException starting UI Coded test
If you run your coded UI test without the console app, will the exception occur?Answered | 9 Replies | 2096 Views | Created by Paul Sørensen - Wednesday, October 17, 2012 8:41 AM | Last reply by Teodora Stanev - MSFT - Saturday, October 20, 2012 5:54 PM
No announcements