Download presentation
Presentation is loading. Please wait.
Published byLaureen Turner Modified over 8 years ago
1
TEST AUTOMATION WITH VISUAL STUDIO 2010: CODED UI TESTS AND LAB MANAGEMENT Brian Keller Microsoft
2
TEST AUTOMATION WITH VISUAL STUDIO 2010: CODED UI TESTS AND LAB MANAGEMENT Advanced Coded UI Tests Lab Management Build-Deploy-Test Best Practices Getting Started
3
I WORK HERE…
4
…ON THIS…
5
…AND THIS. http://bit.ly/ThisWeekC9
6
I BLOG HERE: HTTP://BLOGS.MSDN.COM/BRIANKEL HTTP://BLOGS.MSDN.COM/BRIANKEL
7
http://tinyurl.com/ALM2010Book http://tinyurl.com/TFSBook
8
What You’ll Need Visual Studio 2010 Premium or Ultimate Feature Pack 2 C# or VB skills Microsoft Test Manager (optionally) Testable application
9
TEST AUTOMATION PLATFORM SUPPORT
10
VISUAL STUDIO FEATURE PACK 2 Test helper for Firefox Test helper for Silverlight 4 Coded UI Test Editor Available to MSDN Subscribers
11
DEMO Coded UI Tests
12
Get Used to Using Using. It’s Useful! using (ApplicationUnderTest.Launch(this.UIM ap.LaunchAppParams.UIMyWindowsFormsAp pWindowExePath, this.UIMap.LaunchAppParams.UIMyWindow sFormsAppWindowAlternateExePath)) { this.UIMap.SimpleTest(); … }
16
Smile! You’re on Camera Image pic = this..CaptureImage( ); //Or for entire desktop: Image pic = UITestControl.Desktop.CaptureImag e(); pic.Save(@"c:\file.bmp"); TestContext.AddResultFile(@"c:\file.b mp");
27
DEMO Lab Management
31
SCVM M Server SCVM M Server TFS AT
37
QUESTIONS? After the session please fulfil the questionnaire. Questionnaires will be sent to you by e-mail and will be available in the profile section of the NT Conference website www.ntk.si.www.ntk.si Thank you!
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.