本篇是一个内容索引,对测试不感兴趣的可以马上飘过:)前几篇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

欢迎转载,转载请注明:转载自周金根 [ http://zhoujg.cnblogs.com/ ]

测试:VS2010的Coded UI Test参考内容列表相关推荐

  1. 使用Coded UI进行UI的自动化测试

    介绍 曾经有一段时间,人们习惯于在MS Excel里面编写单元测试用例,然后开发人员就按照单元测试用例一步一步的来实现用例.这通常是很耗时的漫长的过程,尤其是如果应用很大或者UI很复杂的话. 这一套单 ...

  2. VS 2010 测试功能学习(八) - RnP与Coded UI测试(继续篇)

    题外话:CSDN博客不能上传图 片已经有一周多了,以前的博客内容中的图片仍然是"图片审核中..."状态,没关系,咱是中国网民,咱最大的优点就是能忍!图片不能传,咱继续发文字内容 的 ...

  3. VS 2010 测试功能学习(七) - RnP与Coded UI自动化测试

      题外话:昨天去上海浦东机场接闺女, 一切还是蛮顺利的,公交机场7线直接从上海火车南站一站直达浦东机场,票价20元,算上乘坐地铁5号和1号线的6元,从我家到机场总共要26元,相对于打 的士的220元 ...

  4. Coded UI Test中的数据驱动测试

    有关什么是Coded UI Test以及如何使用Coded UI Test可以查看我的另一篇文章:http://www.cnblogs.com/jaxu/p/3706652.html 本文主要介绍如何 ...

  5. 如何使用Coded UI Test对Webpage进行自动化测试

    在Visual Studio中,Coded UI Test已经不是什么新特性了,较早版本的Visual Studio中就已经有这个东东了.它主要用来帮助自动化测试工程师和开发人员确保程序在UI方面没有 ...

  6. 在Visual Studio 2010中实现数据驱动Coded UI Tests

    通常情况下,我们要与不同的数据值一起重复一个测试.这个"数据驱动"在Coded UI Test中非常容易的.在本例子中,我们创建了一个Coded UI Test,以验证在计算器的两 ...

  7. Visual Studio弃Coded UI Test 给开发者建议

    2019独角兽企业重金招聘Python工程师标准>>> 微软宣布,他们将在Visual Studio中弃用跨浏览器测试解决方案Coded UI Test,其最新发布的Visual S ...

  8. ui设计参考网站以及ui设计参考书籍

    今天是ui设计参考网站以及ui设计参考书籍的一些总结推荐,ui设计其实不仅仅是学习一些软件那样简单,很多时候我们需要开发脑力以及想象力,看书是会打开思维,看网站是会打开想象.下面就是ui设计参考网站以 ...

  9. UI设计师工作内容有哪些 可以分为哪几个类别

    UI设计师工作内容有哪些?可以分为哪几个类别 ?UI设计是近年来新兴的行业之一,相比程序员整日和代码打交道,UI设计师工作相对轻松而薪资却不相上下.很多人想要从事UI设计,如何才能快速入门UI设计?以 ...

最新文章

  1. python3d动态图-Python图像处理之gif动态图的解析与合成操作详解
  2. string 与 c style 字符串的效率测试
  3. activiti 图片
  4. java .listfiles_Java File.listFiles()
  5. matlab数值计算pdf_Gnuplot科学绘图(九)——栅格以及方程数值解估算
  6. oracle使用打开数据库,使用工具访问ORACLE数据库(一)
  7. 如何解决NullPointerException in android.view.GLES20RecordingCanvas
  8. 现在主流人工智能(AI)方法的本质是什么?
  9. Zabbix离线安装部署
  10. 利用鱼塘理论告诉你2020年怎么做IP运营推广
  11. STM32实现薄膜压力传感器数据采集(标准库和HAL库实现)
  12. linux驱动——内核通知链(探究i2c-dev.c 中的bus_register_notifier函数所得)
  13. 在android中在屏幕密度为160,在 android 中,在屏幕密度为160时,1pt 大概等于多少sp...
  14. 沉船会有什么_泰坦尼克号沉船之谜
  15. 6.Postman之批量执行
  16. linux 键盘过滤,键盘过滤驱动程序不responsing
  17. LayUi 折叠表格
  18. H5+javascript 动态绘制五角星
  19. 通用串行总线控制器出现黄色感叹号怎么办?
  20. 动态图嵌入研究现状,方向(综述研读)

热门文章

  1. V-rep学习笔记:机器人模型创建4—定义模型
  2. VC++ CopyFile函数使用方法
  3. datatable与SqlDataReader
  4. SQL server2000数据库备份和还原语句
  5. 执行cp命令时提示cp: 略过目录
  6. win7一直提示格式化磁盘_win10磁盘分区操作步骤
  7. C语言入门经典——基础知识(指针 数组 多维数组)
  8. Python 列表(数组)初识
  9. 「模拟赛20180307」三元组 exclaim 枚举+树状数组
  10. bzoj 4832 抵制克苏恩