个人对相关的,觉得对自动化测试的朋友有用的资料做了个整理,希望能有所帮助

这里有TIB工作室收集的国内外关于软件自动化测试技术、工具、框架、理论相关的文章:

1、The Case for Automated Software Testing - Bernie Gauf and Elfriede Dustin, IDT

3、Open2Test框架的文档:

4、JSystem Test Automation Framework

5、The Ten Most Important Test Automation Questions and Answers

6、Benefits of Keyword Driven Testing for Test Automation

7、Business Rules-Based Test Automation

8、QTP SAFFRON框架:

9、开源、基于图像的自动化测试工具 TestFire Controller & T-Plan Robot:

10、Automated Testing Service Group

11、自动化测试中的同步(Synchronization)问题:

12、自动化测试设计:

13、QTP测试Web Services:

14、基于Watir的测试框架WET:

15、TestApps.com, a resource for information about automated software testing tools:

16、《VS2010试用手记》,重点介绍新的CodedUI Test:

17、eggPlant

eggPlant is a low-overhead, non-invasive black-box test and process automation tool. Since it does not reside on the system-under-test and is technology agnostic, it can test in many situations that other tools cannot. By using image capture and advanced search techniques, most ui changes are not a problem.

18、基于Python的Web自动化测试工具:

19、Test Automation Framework,比较全面地介绍自动化测试框架的一篇文章:

20、How do I prove that test automation is adding value?

21、Why We Automate

22、害怕自动化

23、国产自动化测试工具

24、Test Automation Fx - Visual Studio 插件

25、watircraft - 基于Watir的框架

26、IECapt - IE页面全屏截取的命令行工具:

27、Uniting your Automated and Manual Test Efforts :

28、为什么要自动化测试?

29、SWTBot - 开源的 Java based UI/functional testing tool for testing SWT and Eclipse based applications

30、Best Practice for Planning Your Test Efforts(视频):

31、SeeTest(基于图像识别的自动化测试工具,工具对中文支持不是很好)

32、Sikuli

QTP整合Sikuli

用上帝之眼进行自动化测试

Sikuli – Just because it is New, doesn’t mean it is Hot.http://adam.goucher.ca/?p=1369

5 Great Automation Tools Based On Image Recognition

33、WebUI Test Studio - 开发工具和控件厂商Telerik的测试工具

34、Android相关测试工具:

Android Scripting Environment:

robotium:

autoAndroid:

35、Tellurium - 基于Selenium的开源自动化测试框架

36、FEST - 支持SWING的JAVA自动化GUI测试库:

37、VBScript、VBA、VB、VB.NET、JavaScript之间的关系:

Relationship among VBScript, Visual Basic for Applications (VBA), Visual Basic (VB), Visual Basic .NET, and JavaScript

38、Windmill - 类似于Selenium的开源自动化测试框架

39、如何选择测试自动化工具?

Selecting a Test Automation Tool

40、AST杂志第二期:

41、我喜欢Selenium的五大理由:

Five Reasons Why I Like Selenium

42、Adobe的一个工程师的Flex自动化测试博客:

43、WebAii - 免费的Web自动化测试框架(WebUI Test Studio就是基于这个框架开发的)

WebAii帮助文档:

44、Silverlight Spy - Silverlight界面控件查看器

45、各种测试脚本结构的ROI评估:

Using cost-benefit analysis to compare different test structures for Rational Robot

46、测试脚本的可维护性问题:

Improving the Maintainability of Automated Test Suites

47、VBScript脚本编辑工具-VbsEdit

48、UISpec4J - 开源Swing Java 功能测试和单元测试库

Description: UISpec4J is an Open Source functional and/or unit testing library for Swing-based Java applications, built on top of the JUnit test harness. UISpec4J's APIs are designed to hide as much as possible the intricacies of Swing, resulting in easy to write and easy to read test scripts - this is especially true when comparing UISpec4J tests with those produced using Swing or low-level, event-based testing libraries.

Tool Language: Java

Target Application Under Test (AUT): Swing-based Java

49、使用 IBM Rational Robot Test Automation Framework Support (RRAFS) 测试主机应用程序

50、深入讲解Browser的CreationTime:

51、如何开展自动化测试:

Applying automated testing solutions

52、测试自动化ROI计算方法:

ROI on Test Automation

53、自动化测试最佳实践

Best Practices in Software Test Automation

54、VBS调用Snagit组件进行截屏:

55、C#借助API实现黑盒自动化测试工具的编写:

56、脚本语言的垃圾回收机制:

Understanding Script Garbage Collection

本文转自 jasonteststudy 51CTO博客,原文链接:http://blog.51cto.com/jasonteststudy/1200139

python自动测试h_软件自动化测试资源列表相关推荐

  1. python自动测试n_接口自动化:Jenkins 自动构建python+nose测试

    参考: 通过Jenkins自动化构建python nose测试分两步: 1. 创建节点(节点就是执行自动化测试的机器): 2. 创建任务并绑定节点(用指定的机器来跑我们创建的任务,这里我们选择执行一段 ...

  2. python自动测试ping IP

    python自动测试ping IP,将不通的IP保存到txt中. # -*- coding: utf-8 -*- # @Time : 2023/3/6 9:14 # @Author : JulyLi ...

  3. python自动测试s_用 Python 开启测试自动化的未来

    使用 Python 脚本迈进先进的测试自动化技术 传统上,测试自动化工程师都是使用 shell 脚本和自主开发的工具进行自动测试.现在,测试团队可以使用 Python 软件更轻松.更稳健地完成他们的测 ...

  4. python自动安装windows软件_python模块 - pywinauto(windows自动化安装软件)

    GUI 窗口查询工具 spy++lite pywinauto 模块 原理: https://www.cnblogs.com/testlife007/p/4710599.html pywhinayto ...

  5. python自动测试p-Python自动化测试

    什么是自动化测试? 自动化测试,一般是指软件测试的自动化.自动化测试是把以人为驱动的测试转化为机器执行的一种过程.实际上自动化测试就是用自动化测试工具代替手工测试,即是模拟手工测试,从而利用所写脚本执 ...

  6. 软件自动测试框架,软件自动化测试框架的研究和实现

    摘要: 软件自动化测试是软件工程领域的一项重要课题.随着软件工程理论的不断发展,软件自动化测试在理论上也不断达到新的高度.目前最为成熟的软件自动化测试技术是使用自动测试框架来指导自动化测试的实现.迄今 ...

  7. 怎么用python自动注册_python selenium自动化(二)自动化注册流程

    需求:使用python selenium来自动测试一个网站注册的流程. 假设这个网站的注册流程分为三步,需要提供比较多的信息: 在这个流程里面,需要用户填入信息.在下拉菜单中选择.选择单选的radio ...

  8. python自动办公知识点_Python自动化办公知识点整理汇总|简明python教程|python入门|python教程...

    https://www.xin3721.com/eschool/pythonxin3721/ 知乎上有人提问:用python进行办公自动化都需要学习什么知识呢? ​ 这可能是很多非IT职场人士面临的困 ...

  9. python自动测试a_python自动化单元测试

    python自动化单元测试 1. 前言 说实话,除了测试要求,我实在不知道写单元测试有什么意义,一个函数50行代码,有多种参数组合,为了测试这些条件,需要编写测试用例,写完的测试用例比需要测试的函数还 ...

最新文章

  1. 建立二维数组_二维数组的 DP
  2. shardingjdbc全局表_Sharding-JDBC动态分表实现
  3. delphi编译缺少组件 imgedit excel2000等
  4. 【转】Unity中的单位长度与像素之间的关系
  5. 列Readonly的问题
  6. matlab 点云特征_基于点云的3D障碍物检测
  7. C语言字符串函数大全
  8. thinkphp6企业项目实战_[MarsZ]ThinkPHP项目实战总结
  9. Nginx实现通过不同的url前缀访问不同的前后端项目
  10. 【图像重建指标 Metrics】均方误差RMSE及平均绝对误差MAE的定义和区别
  11. 第四届nBazaar技术交流会归来,收获颇丰
  12. 如何格式化电脑_电脑硬盘不小心格式化如何恢复【恢复方法】
  13. CentOS 6 系统优化检测脚本
  14. 数据集中异常值的处理之lof,iforest算法
  15. Matlab运行程序_暂停方法
  16. ruby rake学习
  17. Intel i5-7200U (3100MHZ),1*8GB(DDR4 2666) 在 Aida64 V5.97.4600 的测试结果
  18. 平面设计在现实生活中有哪些用途
  19. 小学六年级下册计算机计划,小学信息技术六年级下册教学计划
  20. Quartz配置上次任务没有执行完,下次任务推迟执行

热门文章

  1. HTML 学习记录(上)
  2. 第五天:jQuery实现图片转base64及上传
  3. Matlab中 axis 函数用法总结
  4. 浅谈 SurfaceView、TextureView、GLSurfaceView、SurfaceTexture
  5. html标签用于盲人,HTML 标签语义
  6. ROS2学习笔记(一)——安装ROS2和简介
  7. AutoCAD.NET API2018二次开发第十三章
  8. laytpl v1.1 独立版本 js模板渲染引擎
  9. 英语见面礼仪:与各国友人见面必说的第一句话
  10. Java语言基础(Java自我进阶笔记二)