关键字:QTP 自动化测试 专家
地址:http://www.cnblogs.com/txw1958/archive/2012/11/20/how-to-become-qtp-guru.html

Would you like to know how to become QTP guru?

The recipe is simple. You should learn the following:

1.       VBScript
QTP uses VBScript language. That's why strong knowledge of VBScript is 'must have'.
Sources:

2.      Software Testing Automation Frameworks
To write good automated tests, you should know how to write them.
There are different approaches and solution. There is not a silver bullet.
Sources:

3.      HP QuickTest Professional Tutorial
This QTP tutorial cames with QTP.
It's quite clean and informative. Its main goal is to show and explain basic concepts of QuickTest Professional. It provides knowledge on:

  • creating a test
  • working with Object Repository (OR)
  • running and analyzing tests
  • verifying tests
  • parameterizing, etc
    Sources: '\help\QTTutorial.pdf' or '\help\Tutorial.chm' in QTP Install folder.

4.      HP QuickTest Professional User's Guide
As previous tutorial, the present User's Guide come with QTP install too.
This guide is intended for QuickTest Professional users at all levels. It gives a deeper knowledge on:

  • working with QTP Object Repositoies
  • designing tests
  • enhancing tests (checkpoints, parameterizing, etc)
  • maintaining anf debugging tests
  • advanced testing features, etc
    Sources: '\help\QTUsersGuide.pdf' or '\help\MainUsersGuide.chm' in QTP Install folder.

5.      COM/DCOM Technologies
When working with QTP, you will be closely linked with such Microsoft's applications, as: Excel, Word, Outlook. So, I recommend to get familiar with COM, COM Technologies, and COM objects of:

6.      SQL
SQL is so important in programming, that I strongly recommend to spend time to learn SQL:

7.       XML
XML is an extremely popular and useful format. I'm sure that нou will have to deal with data, stored in XML-files.
Sources:

8.      HTML, DOM
Since QuickTest Professional works perfectly with web applications, you should be expert in related fields - HTML, HTTP, DHTML, DOM, etc. They will simplify your future QTP script and make them more reliable and maintenable.
Sources:

9.      HP QTP Knowledge Base
It contains a lot of practical articles about QuickTest Professional.
You can find there QTP webinars, QTP FAQs, documentations, solutions of your problems or different ways how to improve your QTP automated tests.
Sources:

10.   Useful sites
Sure, it's impossible to know all information on QTP.
That's why I recommend to use these two sites to search answers to your QTP questions:

最新文章

  1. OVS local network 连通性分析 - 每天5分钟玩转 OpenStack(132)
  2. GJM : AlloyTouch实战--60行代码搞定QQ看点资料卡
  3. zz Must read
  4. oracle SQLPLUS 常用set设置
  5. JQuery------$.get()和$.post()传递数据的使用方法
  6. 使用response实现文件的下载
  7. p1304 家族
  8. Mac安装win7
  9. hdu3746 KMP
  10. 机器学习如何选择模型 & 机器学习与数据挖掘区别 & 深度学习科普
  11. (原创)spring mvc和jersey rest 组合使用时单例对像实例化两次的BUG及解决办法
  12. debian 开启SSH
  13. IOS--UILabel的使用方法详细
  14. asp.net请求流程
  15. Chapter 1 First Sight——22
  16. [小北De编程手记] Lesson 01 - AutoFramework构建 之 从一个简单的Demo聊起
  17. linux 3.10的kdump配置的小坑
  18. 项目Alpha冲剂(3/10)
  19. IdentityServer4 中文文档 -10- (快速入门)使用密码保护API
  20. git设置远程同步分支

热门文章

  1. ng build --base-href的设定问题
  2. 33、给华美A100刷固件
  3. WPF应用程序启动的问题(自定义Main函数启动)
  4. AE开发概念辨析
  5. CSS文本阴影实例
  6. ios开发网络学习四:NSURLConnection大文件断点下载
  7. 设置UIButton的文字显示位置、字体的大小、字体的颜色
  8. valgrind,arm-linux交叉编译
  9. 11G、12C安装结束需要做的一些操作
  10. Linux文件编辑命令具体整理