Software Test Automation Using Visual Studio - CodedUI

Size: px
Start display at page:

Download "Software Test Automation Using Visual Studio - CodedUI"

Transcription

1 Software Test Automation Using Visual Studio - CodedUI 1

2 Agenda What is CodedUI Benefits & Limitations Supported Platforms Quick Walkthrough A recommended framework Working together with TFS 2

3 What is CodedUI Important key feature in Visual Studio 2010 Premium and Ultimate versions Helps users to create their own automation test scripts for testing application user interfaces 3

4 Benefits Good support for Microsoft technologies (e.g. Dot net) Friendly UI for automation testers to create scripts Easily integrated into TFS server and controlled by Test Manager 4

5 Limitations Too much code may be generated by CodedUI for describing the UI control Sometimes the same code may be generated more than once by CodedUI. Does not support some platforms Chrome/Opera/Safari Flash/Java 5

6 Supported Platforms Platform Release Post Release IE7/IE8 HTML/AJAX Windows Form 2.0+ WPF 3.5+ SharePoint 2007&2010 Windows Win32 MFC FireFox 3.5&3.6 HTML/AJAX Silverlight 4.0 Dynamics(Ax) Citrix/Terminal Service Office Client Apps IE6 Chrome/Opera/Safari Flash/Java SAP 6 Notes IE9 support (partial) added with VS\MTM 2010 SP1 Built in.net controls fully support Built in.net controls fully support Support Released in feature pack 2 Support Released in feature pack 2 Partial supported The client need to be on remote machine Opportunity for partners to add this using the extensibility support Fully Supported Partial Solution. Further work required in future to complete Best efforts with known issues. Users can work around in these cases in code. No major ongoing investment Currently no support but on the roadmap for future release Currently no support and none planned for now

7 CodedUI Walkthrough Example Test Case: 1. Go to.google. o 2. E ter XBOSoft i to Sear h te t field a d li k Sear h utto 3. Verif the first li k i the sear h result page is XBOSoft Automation Steps: 1. Create a new project 2. Start recording 3. Insert ascertain point 4. Running scripts 5. Check result 7

8 CodedUI Walkthrough Create a new CodedUI project 8

9 CodedUI Walkthrough Select using record method: 2 options Record actions from scratch: Choose this method when using CodedUI alone and there are no existing recorded scripts. Use existing action recording: This method is usually applied when you have recorded some steps or actions via test manager. The user can import recorded scripts directly and refine or edit them. 9

10 CodedUI Walkthrough Define a good action method name: The name will be applied as a function name in C# code Make the name simple and clear Using Pascal case: The first letter for each word should be capitalized 10

11 CodedUI Walkthrough Add assertion ( Check point ) Purpose: check the property (Inner Text) of the control (The link) is equal to the e pe ted alue XBOSoft) 11

12 CodedUI Walkthrough Generated script The different test steps integrate into a test case Each test step may include multiple actions & assertion points 12

13 CodedUI Walkthrough Replay the recorded script and check the execution result Part A: Point out which control caused the error and the information of the control. Part B: Click the link to jump to the error line of code. 13

14 The Need for an Automation Framework Developing scripts that are maintainable requires a framework Main risks without a good framework include: Risk Duplicate scripts Repeated hard code Unmanaged UI controls No clear boundary among functions Affect Lower quality of the code. Cost a lot of time if there is a need to change the hard code. One control may be recorded by many times. Tester has difficulties on finding the correct controls. Testers get confused about their responsibility therefore some functions may be forgotten 14

15 Framework Main advantages with suitable framework: Flexibility: easy to scale up & down based on the project budget and application complexity Maintainability: allow testers to maintain and update the existing scripts easily Extendibility: enable efficient integration of new scripts 15

16 XBO s Fra e ork Te plate Key Steps Create a test case folder and add test case files based on modules Use the UIMap class to store controls and actions Create a class for common functions (methods) used in the entire project Put hard code (constants) into the project properties setting file Create a common setting file used to stored hard coded (constant) values in properties setting file 16

17 XBO s Fra e ork Features Scale up and down: Data driven tests Stores information in XML file Multiple UI Maps vs. Single UI Maps Running tests on multiple machines via integration with TFS (Team Foundation Server) 17

18 Integration With TFS What is TFS: Visual Studio Tea Fou datio Ser er TFS is MSFT s olla oratio platfor TFS automates the software delivery process Provides tools to effectively manage software development projects throughout the IT lifecycle. What is Test Manager: A application in the visual studio to help testers plan their testing effort such as creating test plan, test suite, test case and test steps. 18

19 Integration With TFS Record automation scripts directly in test manager while executing the test case manually you can also record the manual steps as a automation scripts. Right panel is SUT (System Under Test) where you perform the manual steps. Left panel is the action recorder which is used to record the steps. Action Recorder SUT 19

20 Integration With TFS Connect automation scripts with the test cases in TFS 20

21 Integration With TFS Test Controller & Test Agent Using a Test Controller & Test Agent, the codedui automation scripts can be executed remotely on one or more machines. Test Controller initiates the tests and collects the results Test Agent is the machine running the automation scripts 21

22 Integration With TFS Execute automation scripts via test agent Use Test Manager to control the execution options of the test case and then the remote test agent will start execute the test cases. Sending the execution command from Test Manager Execute the automation script on Test Agent 22

23 Conclusion Powerful automation testing tool Easy to get started Can be integrated into TFS A suitable framework is necessary Does not support all popular platforms 23

Automated Testing Frameworks: Test Automation with CodedUI

Automated Testing Frameworks: Test Automation with CodedUI Automated Testing Frameworks: Test Automation with CodedUI CodedUI Introduction CodeUI is one of the important new features in Visual Studio 2010 s Premium and Ultimate versions. It helps users to create

More information

Continuous Delivery and Team Foundation Server Ognjen Bajić Ana Roje Ivančić Ekobit

Continuous Delivery and Team Foundation Server Ognjen Bajić Ana Roje Ivančić Ekobit Continuous Delivery and Team Foundation Server 2013 Ognjen Bajić Ana Roje Ivančić Ekobit Turn off your mobile. Thank you. Agenda Continuous Delivery Challenges Automated Build with Build Verification Tests

More information

Test Automation as a Service (TaaaS)

Test Automation as a Service (TaaaS) Introduction Test Automation as a Service (TaaaS) Next Generation Testing: Innovations and Challenges Jonathon Lee Wright Director of Testing jlwright@iee.org @jonathon_wright www.taaas.net (blog) www.automation.org.uk

More information

Software Testing using Visual Studio 2010

Software Testing using Visual Studio 2010 Software Testing using Visual Studio 2010 Copyright 2010 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any

More information

Learn to develop.net applications and master related technologies.

Learn to develop.net applications and master related technologies. Courses Software Development Learn to develop.net applications and master related technologies. Software Development with Design These courses offer a great combination of both.net programming using Visual

More information

LA CISD Tech Day Presented by: Microsoft. Piyush Saggi Developer Solutions Specialist

LA CISD Tech Day Presented by: Microsoft. Piyush Saggi Developer Solutions Specialist LA CISD Tech Day Presented by: Microsoft Piyush Saggi Developer Solutions Specialist psaggi@microsoft.com Agenda Introduction Some Q & A What roles do you represent? Areas of expertise.net? How many are

More information

Developing an HTML5 Extension for SAP Visual Intelligence (Lumira) Author: Kirubhananth Chellam

Developing an HTML5 Extension for SAP Visual Intelligence (Lumira) Author: Kirubhananth Chellam Developing an HTML5 Extension for SAP Visual Intelligence (Lumira) Author: Kirubhananth Chellam June 6th, 2013 TABLE OF CONTENTS Contents INTRODUCTION... 2 DISCLAIMER... 2 AUTHOR BIO... 2 A. Creating the

More information

Missing link in the automated development process DevOps Integrating TFS and SCOM. Ognjen Bajic, MVP for VS ALM, PMP, MCSD, MCTS:TFS Ekobit

Missing link in the automated development process DevOps Integrating TFS and SCOM. Ognjen Bajic, MVP for VS ALM, PMP, MCSD, MCTS:TFS Ekobit Missing link in the automated development process DevOps Integrating TFS and SCOM Ognjen Bajic, MVP for VS ALM, PMP, MCSD, MCTS:TFS Ekobit Agenda DevOps DevOps impediments SCOM TFS- SCOM integration Intellitrace

More information

THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT?

THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT? Leading the Evolution WHITE PAPER THE ACUCOBOL AND RM/COBOL ROADMAP WHAT S NEXT? This document outlines the future direction and options available for users of ACUCOBOL and RM/COBOL and provides an overview

More information

Design Sql Server Schema Comparison Visual Studio 2010 Professional

Design Sql Server Schema Comparison Visual Studio 2010 Professional Design Sql Server Schema Comparison Visual Studio 2010 Professional These SSDT tools include data and schema comparison, as well as support for experience as well as an integrated install for the Visual

More information

REPORT MICROSOFT PATTERNS AND PRACTICES

REPORT MICROSOFT PATTERNS AND PRACTICES REPORT MICROSOFT PATTERNS AND PRACTICES Corporate Headquarters Nucleus Research Inc. 100 State Street Boston, MA 02109 Phone: +1 617.720.2000 Nucleus Research Inc. TOPICS Application Development & Integration

More information

Application Development at

Application Development at Application Development at Abstract: This paper uncovers the diversity of Congruent s Application Services and its Delivery excellence. It also analyzes its processes, practices & tools that sets Congruent

More information

TFS for SQL/BI Developers. Dave Fackler Business Intelligence

TFS for SQL/BI Developers. Dave Fackler Business Intelligence TFS for SQL/BI Developers Dave Fackler Business Intelligence Architect davef@rollinghillsky.com @sqlbiguru http://linkedin.com/in/davefackler Agenda The Problem Intro to Team Foundation Server (TFS) Using

More information

VST System & Foundation

VST System & Foundation VST System & Foundation Stefano Mallè Enterprise Evangelism Lead stefano.malle@microsoft.com Ronnie Saurenmann Senior Architect Evangelist ronnies@microsoft.com Visual Studio 2 Overview 3 Visual Studio

More information

DOC - MS VISUAL STUDIO EXPRESS 2012 USER GUIDE

DOC - MS VISUAL STUDIO EXPRESS 2012 USER GUIDE 08 November, 2017 DOC - MS VISUAL STUDIO EXPRESS 2012 USER GUIDE Document Filetype: PDF 454.51 KB 0 DOC - MS VISUAL STUDIO EXPRESS 2012 USER GUIDE NET API in Visual Studio 2008 Express. How do I install

More information

NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS

NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS NEW LIFE FOR EMBEDDED SYSTEMS IN THE INTERNET OF THINGS INNOVATORS START HERE. EXECUTIVE SUMMARY The Internet of Things (IoT) is no longer a fanciful vision. It is very much with us, in everything from

More information

Office as a development platform with Visual Studio Daniel Moth Developer and Platform Group Microsoft

Office as a development platform with Visual Studio Daniel Moth Developer and Platform Group Microsoft Office as a development platform with Visual Studio 2008 Daniel Moth Developer and Platform Group Microsoft http://www.danielmoth.com/blog AGENDA VSTO Overview Office Ribbon Designer Custom Task Pane Action

More information

EPM2010 SP1 - How does it impact you?

EPM2010 SP1 - How does it impact you? EPM2010 SP1 - How does it impact you? (Projects Director, Microsoft EPM & SharePoint Consultancy) Email: pj@projectsolution.com Web: www.projectsolution.com Project Solution Powered - Connecting by Microsoft

More information

SHAREPOINT 2013 DEVELOPMENT

SHAREPOINT 2013 DEVELOPMENT SHAREPOINT 2013 DEVELOPMENT Audience Profile: This course is for those people who have couple of years of development experience on ASP.NET with C#. Career Path: After completing this course you will be

More information

Windows Presentation Foundation Visual Studio.NET 2008

Windows Presentation Foundation Visual Studio.NET 2008 Windows Presentation Foundation Visual Studio.NET 2008 Course 6460 - Three Days - Instructor-led - Hands on This three-day instructor-led course provides students with the knowledge and skills to build

More information

Vb Net Tutorial For Beginners Visual Studio 2010 Express Windows Service Template

Vb Net Tutorial For Beginners Visual Studio 2010 Express Windows Service Template Vb Net Tutorial For Beginners Visual Studio 2010 Express Windows Service Template Visual Studio Express for Windows Desktop also offers that template, but Visual about how to use Visual Studio Express

More information

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008

Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 Break Through Your Software Development Challenges with Microsoft Visual Studio 2008 White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio This is a preliminary document

More information

Maja Schreiner. 9th Lean, Agile & Scrum Conference 2017

Maja Schreiner. 9th Lean, Agile & Scrum Conference 2017 Maja Schreiner 9th Lean, Agile & Scrum Conference 2017 Senior Test Master @ Swisscom, Switzerland maja.schreiner@gmail.com testmotion.wordpress.com Twitter: majaschreiner process of executing many different

More information

Visual Studio Team Services

Visual Studio Team Services bgourley@microsoft.com Visual Studio Team Services Topics What are the current products What are Visual Studio Subscriptions Subscriber Benefits DevOps and VSTS VSTS licensing Developer Tools Deployment

More information

2007 Visual Studio Manual Test Professional 2013

2007 Visual Studio Manual Test Professional 2013 2007 Visual Studio Manual Test Professional 2013 In Visual Studio 2013 we already support IntelliSense, Go to Definition, colorization, and formatting of JavaScript source, along with several other features.

More information

Application management in Nokia: Getting the most from Company Apps

Application management in Nokia: Getting the most from Company Apps Application management in Nokia: Getting the most from Case Study 2 Contents 1 Challenge...3 2...5 2.1 Deployment options...5 2.2 App security and authentication...7 2.3 Nokia...7 3 Company Hub...9 3.1

More information

Visual Studio 2015: Windows Presentation Foundation (using VB.NET Language) Training Course Outline

Visual Studio 2015: Windows Presentation Foundation (using VB.NET Language) Training Course Outline Visual Studio 2015: Windows Presentation Foundation (using VB.NET Language) Training Course Outline 1 Visual Studio 2015: Windows Presentation Foundation Program Overview This Four-day instructor-led course

More information

Open2Test Test Automation Framework for Selenium Web Driver - Introduction

Open2Test Test Automation Framework for Selenium Web Driver - Introduction for Selenium Web Driver - Version 1.0 April 2013 DISCLAIMER Verbatim copying and distribution of this entire article is permitted worldwide, without royalty, in any medium, provided this notice is preserved.

More information

Manual Visual Studio 2010 Web Developer Tools 2012 Professional

Manual Visual Studio 2010 Web Developer Tools 2012 Professional Manual Visual Studio 2010 Web Developer Tools 2012 Professional 2015, 2013, 2012, 2010 PHP Tools for Visual Studio transparently integrate into Microsoft Visual The extension is focused on developer productivity

More information

SharePoint Development Web Development Generate from Usage. Cloud Development Windows Development Office Development

SharePoint Development Web Development Generate from Usage. Cloud Development Windows Development Office Development Silverlight Tools SharePoint Development Web Development Generate from Usage New WPF Editor Multi-core Development Cloud Development Windows Development Office Development Customizable IDE UI Test Automation

More information

Microsoft DreamSpark. : :

Microsoft DreamSpark. : : ก : 29..2557 ก : ก ก ก ก ก : 40068-69 : ssupport@kku.ac.th Microsoft DreamSpark ก ก ก username password ก ก https://docs.google.com/forms/d/108femqoawuphy4noyfoelyvw585wigvx0a7uw4x_4vy/ viewform http://goo.gl/tkwuoy

More information

Programming Microsoft Visual C# 2005: The Base Class Library (Developer Reference) By Francesco Balena 196

Programming Microsoft Visual C# 2005: The Base Class Library (Developer Reference) By Francesco Balena 196 Programming Microsoft Visual C# 2005: The Base Class Library (Developer Reference) By Francesco Balena 196 Download code samples and examples for Windows 8, Microsoft Developer Network > Samples. These

More information

Microsoft. Recertification for MCSD: Application Lifecycle Management

Microsoft. Recertification for MCSD: Application Lifecycle Management Microsoft 70-499 Recertification for MCSD: Application Lifecycle Management Download Full Version : http://killexams.com/pass4sure/exam-detail/70-499 QUESTION: 82 Your team uses Microsoft Visual Studio

More information

About Us. Services CONSULTING OUTSOURCING TRAINING MENTORING STAFF AUGMENTATION 9/9/2016

About Us. Services CONSULTING OUTSOURCING TRAINING MENTORING STAFF AUGMENTATION 9/9/2016 About Us Incorporated in January, 2003 QA and QC in expertise focused on functional, performance and application security validation HPE Software Gold Partner, HPE Authorized Software Support Partner &

More information

Developing Microsoft Azure Solutions (MS 20532)

Developing Microsoft Azure Solutions (MS 20532) Developing Microsoft Azure Solutions (MS 20532) COURSE OVERVIEW: This course is intended for students who have experience building ASP.NET and C# applications. Students will also have experience with the

More information

Seven proven ways to ruin your Test Automation

Seven proven ways to ruin your Test Automation Seven proven ways to ruin your Test Automation Agenda Introduce each method Explain about possible defences against it List efficient countermeasures Rate it Conclusion TEST AUTOMATION PATTERNS TEST AUTOMATION

More information

ExecuTrain Course Outline MOC 6460A: Visual Studio 2008: Windows Presentation Foundation

ExecuTrain Course Outline MOC 6460A: Visual Studio 2008: Windows Presentation Foundation ExecuTrain Course Outline MOC 6460A: Visual Studio 2008: Windows Presentation Foundation 3 Days Description This three-day instructor-led course provides students with the knowledge and skills to build

More information

CwJ Consulting Ltd Technology & Roadmap guide. Author: Christopher Cantle Date: 7 th March 2017 Version: 2.5

CwJ Consulting Ltd Technology & Roadmap guide. Author: Christopher Cantle Date: 7 th March 2017 Version: 2.5 CwJ Consulting Ltd Technology & Roadmap guide Author: Christopher Cantle Date: 7 th March 2017 Version: 2.5 Technology & Roadmap Guide Page 1 of 17 Contents 1. Introduction... 3 2. Environment Management

More information

Novell ZENworks 7.2 Linux Management

Novell ZENworks 7.2 Linux Management Product Guide SYSTEMS AND RESOURCE MANAGEMENT www.novell.com Novell ZENworks 7.2 Linux Management Making Your Linux* Resources More Automated, Intelligent and Efficient Novell ZENworks 7.2 Linux Management

More information

H elping you choose the right automation testing tool

H elping you choose the right automation testing tool Automation Testing Tools - Comparison Matrix www.qaratest.com H elping you choose the right automation testing tool In today s dynamic market, it is a given that only agile and enterprise-ready lean organizations

More information

Microsoft Visual Studio User Guide Wotuy

Microsoft Visual Studio User Guide Wotuy MICROSOFT VISUAL STUDIO USER GUIDE WOTUY PDF - Are you looking for microsoft visual studio user guide wotuy Books? Now, you will be happy that at this time microsoft visual studio user guide wotuy PDF

More information

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus

LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus LEVERAGING VISUAL STUDIO TEAM SYSTEM 2008 Course LTS08: Five days; Instructor-Led Course Syllabus INTRODUCTION This five-day, instructor-led course provides students with the knowledge and skills to effectively

More information

Advanced Tuning and Configuration for the nworks MP for VMware. Alec King, Director, Product Management

Advanced Tuning and Configuration for the nworks MP for VMware. Alec King, Director, Product Management Advanced Tuning and Configuration for the nworks MP for VMware Alec King, Director, Product Management Housekeeping Questions can use the virtual Q&A panel. This webinar is recorded and available for replay

More information

USER-CENTERED DESIGN KRANACK / DESIGN 4

USER-CENTERED DESIGN KRANACK / DESIGN 4 USER-CENTERED DESIGN WHAT IS USER-CENTERED DESIGN? User-centered design (UCD) is an approach to design that grounds the process in information about the people who will use the product. UCD processes focus

More information

Silk Central Release Notes

Silk Central Release Notes Silk Central 16.5 Release Notes Borland Software Corporation 700 King Farm Blvd, Suite 400 Rockville, MD 20850 Copyright Micro Focus 2015. All rights reserved. Portions Copyright 2004-2009 Borland Software

More information

Running Effective Projects In Office 365. June 1, 2017

Running Effective Projects In Office 365. June 1, 2017 Running Effective Projects In Office 365 June 1, 2017 Peter Carson President, Envision IT SharePoint MVP Partner Seller, Microsoft Canada peter.carson@extranetusermanager.com http://blog.petercarson.ca

More information

Sample Exam. Advanced Test Automation Engineer

Sample Exam. Advanced Test Automation Engineer Sample Exam Advanced Test Automation Engineer Answer Table ASTQB Created - 08 American Stware Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy Telerik Test Studio Web/Desktop Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Iliyan Panchev Senior QA Engineer@ DevCloud Testing & Test Studio Quality

More information

Сравнительный анализ инструментов Автоматизации Desktop AUT. Anton Semenchenko

Сравнительный анализ инструментов Автоматизации Desktop AUT. Anton Semenchenko Сравнительный анализ инструментов Автоматизации Desktop AUT Anton Semenchenko Agenda, part 1 (general) 1. Problem 2. Solutions 2016 Agenda, part 2 (tools and criteria's) 1. Tools to be compared (15) 2.

More information

Microsoft Exam Recertification for MCSD: Application Lifecycle Management Version: 5.0 [ Total Questions: 292 ]

Microsoft Exam Recertification for MCSD: Application Lifecycle Management Version: 5.0 [ Total Questions: 292 ] s@lm@n Microsoft Exam 70-499 Recertification for MCSD: Application Lifecycle Management Version: 5.0 [ Total Questions: 292 ] Topic 1, Volume A Microsoft 70-499 : Practice Test Question No : 1 DRAG DROP

More information

HPE LR120 LoadRunner 12.x Essentials

HPE LR120 LoadRunner 12.x Essentials HPE LR120 LoadRunner 12.x Essentials Overview This five-day course introduces students to HPE LoadRunner 12.5, including the usage of Virtual User Generator (VuGen), Controller and Analysis tools. This

More information

Introduction to Microsoft Flow

Introduction to Microsoft Flow Introduction to Microsoft Flow Office 365 DevDays 2017.11.4-6 上海 Tom Jebo & Tarun Chopra What is Microsoft Flow? What can it do for me and my coworkers? What are some out of box capabilities in Microsoft

More information

MICROSOFT VISUAL STUDIO 2010 Overview

MICROSOFT VISUAL STUDIO 2010 Overview MICROSOFT VISUAL STUDIO 2010 Overview Visual studio 2010 delivers the following key ADVANCES: Enabling emerging trends Every year the industry develops new technologies and new trends. With Visual Studio

More information

Installer Guide For Windows Vista Sp2 32 Bit)

Installer Guide For Windows Vista Sp2 32 Bit) Installer Guide For Windows Vista Sp2 32 Bit) X86 This is full bootable Official Untouched ISO of Vista Business SP2 64 Bit in Direct Windows Vista is an operating system from Microsoft designed to be

More information

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5

Hands-On Lab. Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish. Lab version: 1.0.5 Hands-On Lab Authoring and Running Automated GUI Tests using Microsoft Test Manager 2012 and froglogic Squish Lab version: 1.0.5 Last updated: 27/03/2013 Overview This hands- on lab is part two out of

More information

Sample Exam. Advanced Test Automation - Engineer

Sample Exam. Advanced Test Automation - Engineer Sample Exam Advanced Test Automation - Engineer Questions ASTQB Created - 2018 American Software Testing Qualifications Board Copyright Notice This document may be copied in its entirety, or extracts made,

More information

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led

Course Outline. Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led Developing Microsoft Azure Solutions Course 20532C: 4 days Instructor Led About this course This course is intended for students who have experience building ASP.NET and C# applications. Students will

More information

P a g e 1. Danish Tecnological Institute. Developer Collection Online Course k Developer Collection

P a g e 1. Danish Tecnological Institute. Developer Collection   Online Course k Developer Collection P a g e 1 Online Course k72809 P a g e 2 Title Estimated Duration (hrs) Adobe Acrobat Pro XI Fundamentals 1 Introduction to CQRS 2 Introduction to Eclipse 2 NHibernate Essentials 2 Advanced Scrum: Addressing

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013...1 System Requirements for the Microsoft Dynamics NAV Windows Client...1 System

More information

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002

Fast Track Model Based Design and Development with Oracle9i Designer. An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer An Oracle White Paper August 2002 Fast Track Model Based Design and Development with Oracle9i Designer Executive Overivew... 3 Introduction...

More information

Developing Microsoft Azure Solutions: Course Agenda

Developing Microsoft Azure Solutions: Course Agenda Developing Microsoft Azure Solutions: 70-532 Course Agenda Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your

More information

Cannot Create Database Diagram In Visual Studio 2010

Cannot Create Database Diagram In Visual Studio 2010 Cannot Create Database Diagram In Visual Studio 2010 SQL Server let you create a Physical data model Diagram that could come from a ER SQL server management studio local database connection error in windows

More information

MICROSOFT AND SAUCE LABS FOR MODERN SOFTWARE DELIVERY

MICROSOFT AND SAUCE LABS FOR MODERN SOFTWARE DELIVERY SOLUTIONS BRIEF MICROSOFT AND SAUCE LABS FOR MODERN SOFTWARE DELIVERY AUTOMATE TESTING WITH VISUAL STUDIO TEAM SERVICES (VSTS) AND TEAM FOUNDATION SERVER (TFS) The key to efficient software delivery is

More information

Open2Test Test Automation Framework Introduction - TestPartner

Open2Test Test Automation Framework Introduction - TestPartner Introduction - TestPartner Version 1.0 September 2009 DISCLAIMER Verbatim copying and distribution of this entire article is permitted worldwide, without royalty, in any medium, provided this notice is

More information

Using and Developing with Azure. Joshua Drew

Using and Developing with Azure. Joshua Drew Using and Developing with Azure Joshua Drew Visual Studio Microsoft Azure X-Plat ASP.NET Visual Studio - Every App Our vision Every App Every Developer .NET and mobile development Desktop apps - WPF Universal

More information

Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum

Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum 1 Fundamentals: Managing and Extending Microsoft Office & SharePoint with EMC Documentum Bryan House Group Marketing Manager August 29 th, 2006 Lance Shaw Senior Product Marketing Manager 2 Agenda Microsoft

More information

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services.

Course Outline. Lesson 2, Azure Portals, describes the two current portals that are available for managing Azure subscriptions and services. Course Outline Module 1: Overview of the Microsoft Azure Platform Microsoft Azure provides a collection of services that you can use as building blocks for your cloud applications. Lesson 1, Azure Services,

More information

Introduction to ALM, UFT, VuGen, and LoadRunner

Introduction to ALM, UFT, VuGen, and LoadRunner Software Education Introduction to ALM, UFT, VuGen, and LoadRunner This course introduces students to the Application Lifecycle Management line products Introduction to ALM, UFT, VuGen, and LoadRunner

More information

Products and editions covered

Products and editions covered Products and editions covered Core HPE Functional Testing Center products and editions discussed in this data sheet (ordered from latest to legacy offerings). Table 1. HPE Functional Testing Center products

More information

Introduction to Web Development with Microsoft Visual Studio 2010

Introduction to Web Development with Microsoft Visual Studio 2010 Introduction to Web Development with Microsoft Visual Studio 2010 Course 10267; 5 Days, Instructor-led Course Description This five-day instructor-led course provides knowledge and skills on developing

More information

Net 2 0 windows service installer in vb net. Net 2 0 windows service installer in vb net.zip

Net 2 0 windows service installer in vb net. Net 2 0 windows service installer in vb net.zip Net 2 0 windows service installer in vb net Net 2 0 windows service installer in vb net.zip USAGE: sc WOW64 (DWORD) = (0 = 64-bit app, 1 = 32-bit app). This article shows how to install or uninstall a.net

More information

COPYRIGHTED MATERIAL. Contents. Part One: Team Architect 1. Chapter 1: Introducing the Visual Designers 3

COPYRIGHTED MATERIAL. Contents. Part One: Team Architect 1. Chapter 1: Introducing the Visual Designers 3 About the Authors Acknowledgments Introduction Part One: Team Architect 1 Chapter 1: Introducing the Visual Designers 3 Why Design Visually? 4 Microsoft s Modeling Strategy 5 Model-driven development 5

More information

Creating Projects in SAP

Creating Projects in SAP Creating Projects in SAP (Not Manually With Winshuttle) Corey B. Holstege Project Lead, The Home Depot 1 Agenda Introduction The Challenge The Solution Benefits, Lessons Learned & Future Plans Q&A 2 About

More information

mverify A Million Users in a Box Experience with a Profile-based Automated Testing Environment

mverify A Million Users in a Box Experience with a Profile-based Automated Testing Environment mverify A Million Users in a Box Experience with a Profile-based Automated Testing Environment Presented at ISSRE 2003 November 18, 2003 Robert V. Binder mverify Corporation www.mverify.com Overview Levels

More information

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.  Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : 70-499 Title : Recertification for MCSD: Application Lifecycle Management Vendor : Microsoft Version

More information

The ROI of UI Toolkit Standardization

The ROI of UI Toolkit Standardization The ROI of UI Toolkit Standardization Whitepaper Introduction 1 Buy vs. Build 2 The ROI of Standardization 3 The ROI of Infragistics as your UX Team 3-4 Leveraged Learning 4 The Overall Value of Standardization

More information

System Requirements for Microsoft Dynamics SL 2015

System Requirements for Microsoft Dynamics SL 2015 System for Microsoft Dynamics SL 2015 Overview This document contains the minimum client hardware requirements, server recommendations and Terminal Server minimum hardware requirements supported by the

More information

1A Windows Presentation Foundation Explained. Rob Layzell CA Technologies

1A Windows Presentation Foundation Explained. Rob Layzell CA Technologies 1A Windows Presentation Foundation Explained Rob Layzell CA Technologies Legal This presentation was based on current information and resource allocations as of April 18, 2011 and is subject to change

More information

Silk Test 15.0 Silk4NET Web Edition. Release Notes

Silk Test 15.0 Silk4NET Web Edition. Release Notes Silk Test 15.0 Silk4NET Web Edition Release Notes Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright Micro Focus 2014. All rights reserved. Portions Copyright 1992-2009 Borland Software

More information

Android Validation Xml Against Schema Visual Studio 2010

Android Validation Xml Against Schema Visual Studio 2010 Android Validation Xml Against Schema Visual Studio 2010 Is there any possibility out there to check for corrupted AndroidManifest.xml files from eclipse? How to add a manifest file to a project in visual

More information

WPF and MVVM Study Guides

WPF and MVVM Study Guides 1. Introduction to WPF WPF and MVVM Study Guides https://msdn.microsoft.com/en-us/library/mt149842.aspx 2. Walkthrough: My First WPF Desktop Application https://msdn.microsoft.com/en-us/library/ms752299(v=vs.110).aspx

More information

CRMUG MS CRM Solution Packager Københavns Kommune

CRMUG MS CRM Solution Packager Københavns Kommune CRMUG MS CRM Solution Packager 2016-02-08 @ Københavns Kommune Agenda Matching of expectations Short introduction: Speaker and Delegate A/S (CRM) MS CRM Solution Packager What is it, why use it and mostly

More information

Next Step, Next Frontier, NextAxiom. City of Fort Collins Smart Grid Automation Case Study: NextAxiom Intelligent Information Flow Platform

Next Step, Next Frontier, NextAxiom. City of Fort Collins Smart Grid Automation Case Study: NextAxiom Intelligent Information Flow Platform Next Step, Next Frontier, NextAxiom City of Fort Collins Smart Grid Automation Case Study: NextAxiom Intelligent Information Flow Platform Next Step for Municipal Utilities: Smart Grids and Smarter Government

More information

Common IAM Flaws Plaguing Systems After Years of Assessment

Common IAM Flaws Plaguing Systems After Years of Assessment SESSION ID: IDY-R04 Common IAM Flaws Plaguing Systems After Years of Assessment john (Steven) icto, Principal Consultant Cigital Inc. @m1splacedsoul What is an Architectural Flaw? Bug Flaw Metaphor: Fixing

More information

XIA Configuration Server. XIA Configuration Server Version 9.1 Upgrade Notes

XIA Configuration Server. XIA Configuration Server Version 9.1 Upgrade Notes XIA Configuration Server XIA Configuration Server Version 9.1 Upgrade Notes Tuesday, 30 May 2017 Table of Contents XIA Configuration Version 9.1 3 Upgrading from a version older than v9.0? 3 T00288 - Move

More information

Secure DevOps: A Puma s Tail

Secure DevOps: A Puma s Tail Secure DevOps: A Puma s Tail SANS Secure DevOps Summit Tuesday, October 10th 2017 Eric Johnson (@emjohn20) Eric Johnson, CISSP, GSSP, GWAPT Cypress Data Defense Principal Security Consultant Static code

More information

[E-BOOK] CREATING A WEB VISUAL STUDIO 2013 PART LIST

[E-BOOK] CREATING A WEB VISUAL STUDIO 2013 PART LIST 04 April, 2018 [E-BOOK] CREATING A WEB VISUAL STUDIO 2013 PART LIST Document Filetype: PDF 390.67 KB 0 [E-BOOK] CREATING A WEB VISUAL STUDIO 2013 PART LIST Okay, so now we have all the bits we need in

More information

SilkTest SilkTest Recorder Quick Start Tutorial

SilkTest SilkTest Recorder Quick Start Tutorial SilkTest 13.0 SilkTest Recorder Quick Start Tutorial Micro Focus 575 Anton Blvd., Suite 510 Costa Mesa, CA 92626 Copyright 2012 Micro Focus. All rights reserved. Portions Copyright 2009 Borland Software

More information

WHITEPAPER. Is Single Automation Framework possible for all Application Layers?

WHITEPAPER. Is Single Automation Framework possible for all Application Layers? WHITEPAPER Is Single Automation Framework possible for all Application Layers? A White Paper by: R. Ashok Kumar / Hitesh Malhotra / Naveen Agarwal / Ranjit Kumar September, 2013 1 Table of Contents Why

More information

Manually Uninstall Sql Server 2008 R2 Express Remotely Login

Manually Uninstall Sql Server 2008 R2 Express Remotely Login Manually Uninstall Sql Server 2008 R2 Express Remotely Login So I'm having this issue after installing MS SQL Server 2008 R2 Enterprise edition, I'm getting this user sa cannot connect to SQL Server Express

More information

So You Want To Be A Rockstar Report Developer?

So You Want To Be A Rockstar Report Developer? So You Want To Be A Rockstar Report Developer? October 15-18, 2013 Charlotte, NC Melissa Coates, BI Architect BlueGranite Speaker Bio Melissa Coates Business Intelligence & Data Warehousing Developer BI

More information

Jim Mains Director of Business Strategy and Media Services Media Solutions Group, EMC Corporation

Jim Mains Director of Business Strategy and Media Services Media Solutions Group, EMC Corporation Media Asset Management Databases The Heart of the System and Critical Decisions and Steps for Success Jim Mains Director of Business Strategy and Media Services Media Solutions Group, EMC Corporation Agenda

More information

USING APPIUM FOR MOBILE TEST AUTOMATION

USING APPIUM FOR MOBILE TEST AUTOMATION USING APPIUM FOR MOBILE TEST AUTOMATION M obile phones have made everyone s life easier, with Internet access and life-enhancing apps always within reach. But with this wider use, the pressure to quickly

More information

The Web Service Sample

The Web Service Sample The Web Service Sample Catapulse Pacitic Bank The Rational Unified Process is a roadmap for engineering a piece of software. It is flexible and scalable enough to be applied to projects of varying sizes.

More information

Now you can Microsoft Visual Studio 2010 with MSDN

Now you can Microsoft Visual Studio 2010 with MSDN Now you can Microsoft Visual Studio 2010 with MSDN gives your development teams the advanced functionality, superior benefits, and convenient access to the latest tools and resources they need to cost-effectively

More information

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region

Azure Day Application Development. Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure Day Application Development Randy Pagels Sr. Developer Technology Specialist US DX Developer Tools - Central Region Azure App Service.NET, Java, Node.js, PHP, Python Auto patching Auto scale Integration

More information

Team Developer. There are no good reasons to stay in legacy mode.

Team Developer. There are no good reasons to stay in legacy mode. White paper FEATURES COMPARISON Microsoft.NET vs. Gupta Features Comparison There are no good reasons to stay in legacy mode. Our widely used technology and methodology converts code to clean, well organized,

More information

Monthly Security Bulletin Briefing

Monthly Security Bulletin Briefing Monthly Security Bulletin Briefing (July 203) Teresa Ghiorzoe Security Program Manager LATAM Daniel Mauser Senior Technical Lead - LATAM CTS Blog de Segurança: : http://blogs.technet.com/b/risco/ Twitter:

More information

VOXOX. A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX. a VOXOX ebook VOXOX, Inc A Comprehensive Guide

VOXOX. A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX. a VOXOX ebook VOXOX, Inc A Comprehensive Guide VOXOX A Tell-All Guide EVERYTHING YOU NEED TO KNOW ABOUT HOSTED PBX a VOXOX ebook 2017 VOXOX, Inc A Comprehensive Guide CONTENTS 3 INTRODUCTION 4 WHAT IS HOSTED PBX 6 ANATOMY OF A HOSTED PBX CALL 8 GETTING

More information

SilkTest. SilkTest 2010 Release Notes

SilkTest. SilkTest 2010 Release Notes SilkTest SilkTest 2010 Release Notes Borland Software Corporation 4 Hutton Centre Dr., Suite 900 Santa Ana, CA 92707 Copyright 2010 Micro Focus (IP) Limited. All Rights Reserved. SilkTest contains derivative

More information