{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

精通QTP:自动化测试技术领航

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

精通QTP:自动化测试技术领航

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

51Tesing软件测试网强力推荐
QTP的版本10.0
测试界知名专家撰写
教科书、实战项目指导书、高端技术参考书三合为一
Content Description

《精通QTP:自动化测试技术领航》共分为6章,书中实例新颖、趣味性强、案例贴近实际,在逼真的软件测试模拟项目环境下试验。

第1章和第2章帮助读者系统地学习QTP实际的应用。第1章将需要掌握的自动化测试知识依次讲解,这是精心设计的内容。掌握了这些基本技能后就可以进入第2章的学习,里面涵盖了大量真实的模拟项目的例子,以及做项目时需要的一些QTP技术和技巧。学通这两章,读者就可以独自承担起自动化测试的脚本开发工作。第3章和第4章让读者深度掌握QTP应用。包括项目应用高级扩展实例精讲和QTP深入探索,学会了这些技术,读者才会有更多的底蕴,也是一个很重要的跨越阶段。第5章和第6章讲解了设计模式和自动化测试框架的内容,这两章内容是QTP测试技术精华的浓缩,如QTP设计模式和自动化测试框架。

另外,《精通QTP:自动化测试技术领航》在第1章至第4章精心设置了习题,帮助读者巩固已学的内容,也给读者一些练习的素材。建议读者用心完成以后再参考提供的答案,效果会更佳!

很多测试朋友在论坛中常问各种各样的QTP问题,但发现很多问题其实都是大同小异的,《精通QTP:自动化测试技术领航》以附录的形式把经典的疑难问题浓缩成“QTP科普问答典藏30例”,它涵盖了一些很值得关注的软件测试实战技术。

《精通QTP:自动化测试技术领航》适合初学者、测试工程师、QTP项目开发人员、QTP架构师、测试经理、培训师等,也适合学校相关专业的教学用书。
Catalogue

第1章测试脚本开发从零开始
1.1自动化测试从零开始
1.1.1什么是自动化测试
1.1.2严格的自动化测试流程
1.1.3自动化测试用例设计详解
1.1.4教父级自动化测试工具QTP
1.1.5总结
知识点巩固和举一反三练习
1.2帮助文档(HELP)--QTP的说明书
1.2.1永远任劳任怨的良师益友“F1”
1.2.2妙用F1可事半功倍
1.2.3请遗忘脑中的代码,掌握查阅Example实例技巧
1.2.4总结
知识点巩固和举一反三练习
1.3录制与回放--QTP的开关
1.3.1请拒绝“录制”,再开始你的实际项目之旅
1.3.2录制功能更多的只是新人学习时的利器
1.3.3录制时需注意模式的切换
1.3.4有必要让你掌握尤其重要的QTP回放机制
1.3.5总结
知识点巩固和举一反三练习
1.4认清并请远离QTP的脚本录制模式
1.4.1QTP的两种视图及思维转换
1.4.2总结
知识点巩固和举一反三练习
1.5QTP精华--对象库(上)之基础攻略篇
1.5.1引言
1.5.2对象库的出现改写了软件测试历史
1.5.3一个简单的实例介绍对象库原理、机制及操作流程
1.5.4对象库基本操作
1.5.5Object Spy让对象无处藏身
1.5.6对象库的最高指挥官(Object Repository Manager)
1.5.7总结
知识点巩固和举一反三练习
1.6对象库(下)之进阶编程篇
1.6.1引言
1.6.2基于Expert View的对象库编程必备知识
1.6.3封装对象模型--Test Objects VS Run-time Objects
1.6.4梳理运行时对象的封装与自身接口的属性区别
1.6.5几种常见对象无法识别或识别错误的原因
1.6.6总结
知识点巩固和举一反三练习
1.7描述性编程(Descriptive Programming)
1.7.1一点都不高深的描述性编程技术
1.7.2掌握描述性编程的两种写法
1.7.3Object Identification与Spy结合DP的妙用
1.7.4描述性编程的妙用以及与对象库编程的混搭
1.7.5终极对决--对象库编程(OP)VS描述性编程(DP)
1.7.6总结
知识点巩固和举一反三练习
1.8数据池(Data Table)的应用
1.8.1引言
1.8.2学会使用DataTable进行参数化
1.8.3Test DataTable VS Run-time DataTable
1.8.4用好DataTable对象使脚本更加灵活
1.8.5总结
知识点巩固和举一反三练习
1.9操作模块(Actions)
1.9.1使用Actions来控制好业务流
1.9.2Call Action的3种方式
1.9.3Action的切分
1.9.4总结
知识点巩固和举一反三练习
1.10QTP的验证点与测试报告
1.10.1自动化测试的有效性取决于验证点的质量
1.10.2侦探Jack再度登场
1.10.3抛弃工具的使用,请使用QTP验证点函数
1.10.4灵活地自定义验证点
1.10.5走进QTP Report--Test Report正式登场
1.10.6自定义验证点--HTML模式
1.10.7总结
知识点巩固和举一反三练习
第2章轻松驾驭实际项目
2.1VBScript在项目中的应用
2.1.1请培养代码规范的好习惯
2.1.2VBS基础知识提炼
2.1.3常用函数解析
2.1.4Function VS Sub终极角逐
2.1.5获取对象引用GetRef方法
2.1.6类的简单应用
2.1.7VBS中SendKeys与项目结合的妙用
2.1.8总结
知识点巩固和举一反三练习
2.2精通项目中10类常用Web控件
2.2.1读前布告(引言)
2.2.2Browser&Page
2.2.3Link
2.2.4WebEdit&WebButton
2.2.5WebElement
2.2.6WebCheckBox
2.2.7WebList&WebRadio Group
2.2.8WebTable
2.2.9总结
知识点巩固和举一反三练习
2.3函数资源库(Library Files)
2.3.1引言
2.3.2资源池静态调用方式
2.3.3强大的动态调用方式
2.3.4函数库功能在QTP 10.0中的增强
2.3.5总结
知识点巩固和举一反三练习
2.4环境变量(Environment Variables)
2.4.1引言
2.4.2实用的QTP内置环境变量
2.4.3灵活地自定义环境变量及利用外部XML配置环境变量
2.4.4综合实例--环境变量的动态生成与秘密加载
2.4.5总结
知识点巩固和举一反三练习
2.5常用保留对象(Utility Objects)
2.5.1常用保留对象介绍
2.5.2隐藏保留对象介绍
2.5.3自定义保留对象
2.5.4总结
2.6QuickTest自动化模型对象(AOM)
2.6.1不同开发环境下的AOM使用解析
2.6.2QTP自动化模型的引用
2.6.3让QTP舞动起来
2.6.4总结
2.7无人值守测试的守护神--场景恢复(Recovery Scenarios)
2.7.1必须知道的几种场景恢复的误区
2.7.2陌生的Web默认场景恢复
2.7.3无所不能的自定义场景恢复函数
2.7.4总结
第3章项目应用高级扩展实例精讲
3.1正则表达式
3.1.1何时在脚本中设计正则表达式
3.1.2正则之对象属性参数化应用详解
3.1.3RegExp对象的应用讲解
3.1.4总结
知识点巩固和举一反三练习
3.2HTML DOM测试应用
3.2.1了解DOM在QTP中应用的好处
3.2.2IE对象模型结合HTML DOM的Web应用
3.2.3DOM在QTP Web测试中的应用
3.2.4总结
知识点巩固和举一反三练习
3.3数据库操作(ADO)
3.3.1何时使用ADO数据验证
3.3.2构建数据库连接字符串的两种方式
3.3.3数据库查询
3.3.4数据库修改
3.3.5自定义动态数据库验证函数
3.3.6总结
知识点巩固和举一反三练习
3.4Excel--数据驱动必备利器
3.4.1利用EOM自动化EXCEL
3.4.2动态加载并运行宏代码
3.4.3Excel使你可以实现更多
3.4.4总结
知识点巩固和举一反三练习
3.5WshShell对象常用方法介绍
3.5.1WshShell对象介绍
3.5.2激活窗口AppActivat
3.5.3获取当前路径CurrentDirectory
3.5.4最常用的sendkeys发送
3.5.5轻松完成注册表的读写
3.5.6总结
3.6FSO对象模型
3.6.1利用FSO模型完成各种操作方式
3.6.2相对路径的应用
3.6.3轻松利用FSO生成QTP测试日志
3.6.4总结
3.7重要的Test Design Studio
3.7.1领略什么才是为QTP量身定做
3.7.2Quick Bundles飞一样的速度
3.7.3强大的静态代码分析
3.7.4堪比Visual Studio的Intellisense
3.7.5智能XML Comments自动生成
3.7.6独一无二的VBScript文档生成
3.7.7总结
知识点巩固和举一反三练习
3.8DotnetFactory对象
3.8.1调用.NET标准类库
3.8.2调用自定义编写的.NET类库
3.8.3建立GUI数据配置交互的.Net Form
3.8.4总结
知识点巩固和举一反三练习
3.9API的应用
3.9.1Extern对象详解
3.9.2VB API转化QTP API
3.9.3纯VBS调用API实现简单GUI自动化
3.9.4总结
知识点巩固和举一反三练习
第4章QTP领先技术之走向世界
4.1QTP深入探索
4.1.1访问对象自身接口的特殊渠道
4.1.2重载页面后Web对象的重用
4.1.3ORM对象库自动化模型
4.1.4重写Reporter对象
4.1.5XML联合XSL输出HTML报表
4.1.6创建保留对象的会话实例
4.1.7AutoLtX技术的应用
4.2QTP深层机密
4.2.1访问.NET控件对象私有属性
4.2.2保留对象Setting的隐藏模式
4.2.3管理动态保留对象的隐藏组件
4.2.4自定义Class类注入测试对象
4.2.5注册异类子控件强制注入开启Hook
4.2.6MFL自动化路径模型对象应用
4.2.7映射无法识别的.NET对象类
4.3总结
第5章QTP领先技术之模式设计
5.1QTP设计模式
5.1.1初识设计模式(Design Patterns)
5.1.2单例设计模式(Singleton)
5.1.3工厂设计模式(Factory)
5.1.4命令包装模式(Command)
5.1.5回调设计模式(CallBack)
5.1.6函数指针模式(Function Pointer)
5.1.7类的继承模式(Extends)
5.1.8总结
5.2GUI层面向对象的扩展设计
5.2.1层的概念
5.2.2封装测试对象类
5.2.3调用业务行为
5.2.4对象识别结果分析
5.2.5总结
第6章QTP原创框架设计展示
6.1框架设计理念
6.1.1框架核心介绍
6.1.2框架设计总图
6.1.3框架结构细分
6.1.4框架目录结构
6.2框架设计平台
6.2.1认知Excel Macros
6.2.2自动加载自定义工具栏
6.2.3UserForm的使用
6.2.4利用API让UserForm界面焕然一新
6.3公共对象管理
6.3.1测试对象捕获
6.3.2对象文件存储及转化
6.3.3测试对象自动更新
6.4用例设计管理
6.4.1用例创建
6.4.2步骤生成
6.4.3步骤修改
6.4.4重用模块
6.5公共函数工厂
6.5.1公共函数介绍
6.5.2常用行为函数
6.5.3业务行为函数
6.5.4注册行为函数
6.6测试执行管理
6.6.1配置加载
6.6.2语句拼接
6.6.3排序执行
6.6.4分类执行
6.6.5异常监控
6.6.6报告生成
6.7测试报表管理
6.7.1测试执行状态
6.7.2错误定位信息
6.7.3结果分布统计
6.7.4测试报表导出
6.8一点写给读者的话语(总结)
附录一:QTP科普问答典藏30例
附录二:章节练习详解及参考答案
附录三:参考文献&在线答疑

Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book