测试:VS2010的Coded UI Test参考内容列表

简介:

本篇是一个内容索引,对测试不感兴趣的可以马上飘过:)前几篇IronRuby的文章都是围绕着自动化测试来写的,这个测试框架使用了微软的CodedUI Test的几个dll功能来写的。学习任何新的技术和事务,网上查找资料是最容易想到,也是最方便快捷的方式,Mathew Aniyan的blog中列了一些更全的参考内容列表,摘录在此以备忘之,也给对CodedUI测试感兴趣的朋友一个学习参考索引,通过查看这些内容可以更快的了解它。

Getting Started with Coded UI Test
Introduction to Coded UI Test Testing the User Interface with Automated UI Tests
Platform Support

Supported Configurations and Platforms for Coded UI Tests and Action Recordings

A more frequently updated version can be found at

Platform Support for Coded UI Test(and Fast Forward feature of Test Runner)

Testing support for Silverlight Apps in Visual Studio 2010

Online Help How to: Generate a Coded UI Test from an Action Recording 

How to: Create an Action Recording

How to: Generate a Coded UI Test by Recording the Application Under Test

How to: Add UI Controls And Validation Code Using the Coded UI Test Builder

How to: Create a Data-Driven Coded UI Test

How to: Add Requirements or User Stories to Your Test Plan

Running Automated Tests

 

How to: Configure and Run Scheduled Tests After Building Your Application

Running Automated Tests from the Command Line

 

How to: Set Up Your Test Agent to Run Tests That Interact with the Desktop

Best Practices for Coded UI Tests

FAQ  

FAQs - 1

FAQs - 2

Next Sibling

Why is my application launch not recorded properly

Automating Mouse Actions with 2 buttons clicked at the same time

Forum Visual Studio UI Automation Testing (includes CodedUI)
What is new in Beta2/RC?

What’s new for testers doing UI automation in VS 2010 Beta2?

Visual Studio 2010 RC is now available

Webcasts & Videos VS2010 demos for testing tools – MTLM, CUIT and related features
More on testing capabilities of VS 2010 Defining Your Testing Effort Using Test Plans 
Creating and Managing Tests 
Setting Up Test Machines to Run Tests or Collect Data 
Running Tests 
Submitting Bugs 
Tracking Software Quality
Working with Coded UI Test
Creating a Coded UI Test How to: Generate a Coded UI Test from an Action Recording 

How to: Generate a Coded UI Test by Recording the Application Under Test

How to: Add UI Controls And Validation Code Using the Coded UI Test Builder

Understanding the generated code/ Customizing the code Understanding the code generated by “Coded UI Test” – Part 1 
Understanding the code generated by “Coded UI Test” – Part 2
Data Driving Data Driving Coded UI Tests
Running on remote machine How to: Configure and Run Scheduled Tests After Building Your Application
Running from Microsoft Test Manager How to: Run Automated Tests from a Test Plan Using Microsoft Test and Lab Manager
Debugging & Troubleshooting

 Logging a message in test result as part of an automated test

How To: Enable Tracing for “UI Test” Components

Analysis of Results

Analyzing Test Results in MTM – Part I

Analyzing Test Results in MTM – Part II

Build, Deploy & Test workflow Quick Start Guide for Automating Build, Deployment, and Test
API References Microsoft.VisualStudio.TestTools.UITesting 
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls 
Microsoft.VisualStudio.TestTools.UITesting.WinControls 
Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Best Practices for Coded UI Test Best Practices for Coded UI Tests
How To's

How To: Get automation working properly on data bound WPF list or combo box
How To: Select a list item directly
How To: Get same test running under different environments
How To: Make playback wait for certain event?
How To: Configure search properties used by recorder\code generation 
Walkthrough: Using multiple Coded UI maps in test automation

How To: Image comparison in Coded UI Test How To: Get UI Testing methods working outside the Test Method of Coded UI Test How To: Validate Background Color or other custom properties of WPF control in Coded UI Test
Extending Coded UI Test
Adding support for a UI Framework Introduction to Coded UI Test Extensibility 
“Hello, World” Extension for Coded UI Test 
Introducing Sample Excel Extension 
Technology Adapter of Sample Excel Extension
Supplementing additional properties for a control Property Provider of Sample Excel Extension
Adding filtering rules to recording Action Filter of Sample Excel Extension
Other extensibility scenarios Writing your own client using uitest object model Extending Supported Properties set of a control Writing Extension for WPF Custom Control
API Library of common tasks  
Extensibility API References Microsoft.VisualStudio.TestTools.UITest.Extension 
Microsoft.VisualStudio.TestTools.UITest.Common 
Microsoft.VisualStudio.TestTools.UITest.Common.UIMap 
Microsoft.VisualStudio.TestTools.UITest.CodeGeneration
Extensibility in other testing tools in VS Extending the Visual Studio Unit Test Type 
Creating a Diagnostic Data Adapter to Collect Custom Data or Impact a Test System 
The Test Management API - Getting Started
Deep Dives
Accessibility  
Verify Accessibility Support  

Fix Accessibility Issue

How To: Get automation working properly on data bound WPF list or combo box

Implement Client Side Providers for Accessibility

 

Exploit lesser known features of Accessibility to improve experience

 

UI Test Framework

UI Test Framework - Part 1
UI Test Framework - Part 2
Details of each UI Framework Supported - Differences, Known Issues and Workarounds  

Web

IE Plugin Part 1
IE Plugin Part 2
UI Test Framework Firefox support

WinForms

WinForms Plugin Part 1
WinForms Plugin Part 2

WPF

WPF Plugin Part 1
WPF Plugin Part 2

SharePoint

 UI Test Framework Sharepoint support

MFC/Win32

 UI Test Framework MFC support
Samples  

Web

 

WinForms

 

WPF

 

SharePoint

 

MFC/Win32

 
Popular Blogs

Anutthara Bharadwaj 
Gautam Goenka 
Balachander G. Subramaniam 
Rubel Singhal 
Rituparna Paul 
Team Blog







 本文转自 jingen_zhou 51CTO博客,原文链接:http://blog.51cto.com/zhoujg/517453,如需转载请自行联系原作者


相关文章
|
8天前
|
数据采集 人工智能 自然语言处理
Midscene.js:AI 驱动的 UI 自动化测试框架,支持自然语言交互,生成可视化报告
Midscene.js 是一款基于 AI 技术的 UI 自动化测试框架,通过自然语言交互简化测试流程,支持动作执行、数据查询和页面断言,提供可视化报告,适用于多种应用场景。
96 1
Midscene.js:AI 驱动的 UI 自动化测试框架,支持自然语言交互,生成可视化报告
|
15天前
|
JSON API 数据格式
淘系等商品评论Json数据格式参考,API接口测试
通过以上示例和说明,你可以了解淘系商品评论的JSON数据结构和如何使用相关API接口获取评论数据。在实际操作中,你需要参考具体的API接口文档和开放平台的相关说明进行配置和调用。
|
2月前
|
Java 测试技术 持续交付
【入门思路】基于Python+Unittest+Appium+Excel+BeautifulReport的App/移动端UI自动化测试框架搭建思路
本文重点讲解如何搭建App自动化测试框架的思路,而非完整源码。主要内容包括实现目的、框架设计、环境依赖和框架的主要组成部分。适用于初学者,旨在帮助其快速掌握App自动化测试的基本技能。文中详细介绍了从需求分析到技术栈选择,再到具体模块的封装与实现,包括登录、截图、日志、测试报告和邮件服务等。同时提供了运行效果的展示,便于理解和实践。
121 4
【入门思路】基于Python+Unittest+Appium+Excel+BeautifulReport的App/移动端UI自动化测试框架搭建思路
|
3月前
|
Ubuntu API Python
Chat-TTS chat-tts-ui 实机部署上手测试!Ubuntu服务器实机 2070Super*2 8GB部署全流程
Chat-TTS chat-tts-ui 实机部署上手测试!Ubuntu服务器实机 2070Super*2 8GB部署全流程
84 1
|
5月前
|
前端开发 测试技术 UED
【测试效率对比】深入分析:为何UI自动化测试的投资回报率通常低于接口自动化测试?
这篇文章深入分析了UI自动化测试与接口自动化测试的投资回报率(ROI)问题,指出UI自动化测试在某些情况下的ROI并不低,反驳了没有实施过UI自动化就轻易下结论的观点,并强调了实践的重要性和自动化测试在项目迭代中的作用。
103 1
|
5月前
|
测试技术 Swift iOS开发
探索iOS自动化测试:使用Swift编写UI测试
【8月更文挑战第31天】在软件开发的海洋中,自动化测试是保证船只不偏离航线的灯塔。本文将带领读者启航,深入探索iOS应用的自动化UI测试。我们将通过Swift语言,点亮代码的灯塔,照亮测试的道路。文章不仅会展示如何搭建测试环境,还会提供实用的代码示例,让理论知识在实践中生根发芽。无论你是新手还是有经验的开发者,这篇文章都将是你技能提升之旅的宝贵指南。
|
5月前
|
JavaScript 前端开发 测试技术
Vue.js开发者必看!Vue Test Utils携手端到端测试,打造无懈可击的应用体验,引领前端测试新风尚!
【8月更文挑战第30天】随着Vue.js的普及,构建可靠的Vue应用至关重要。测试不仅能确保应用质量,还能提升开发效率。Vue Test Utils作为官方测试库,方便进行单元测试,而结合端到端(E2E)测试,则能构建全面的测试体系,保障应用稳定性。本文将带你深入了解如何使用Vue Test Utils进行单元测试,通过具体示例展示如何测试组件行为;并通过Cypress进行E2E测试,确保整个应用流程的正确性。无论是单元测试还是E2E测试,都能显著提高Vue应用的质量,让你更加自信地交付高质量的应用。
88 0
|
6月前
|
测试技术
详解单元测试问题之Mockito中添加或更新打桩列表如何解决
详解单元测试问题之Mockito中添加或更新打桩列表如何解决
71 3
|
5月前
|
JavaScript 前端开发
Vue实现Element UI框架的自定义输入框或下拉框在输入时对列表选项进行过滤,以及右键列表选项弹出菜单进行删除
本文介绍了如何在Vue框架结合Element UI库实现自定义输入框或下拉框,在输入时对列表选项进行过滤,并支持右键点击列表选项弹出菜单进行删除的功能。
129 0
|
5月前
|
Java 测试技术
Java SpringBoot Test 单元测试中包括多线程时,没跑完就结束了
Java SpringBoot Test 单元测试中包括多线程时,没跑完就结束了
99 0