{{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

精通自动化测试框架设计

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

精通自动化测试框架设计

{{__(":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

介绍用开源测试工具进行软件测试和框架设计的图书。
对自动化测试框架层层剖析,对构成自动化测试框架的各个元素,包括基类、日志、计时、检查点、截屏、数据处理,娓娓道来,并实现了 UI/API 的分层自动化测试,更有效地应用于敏捷开发模式下的快速、灵活的持续测试。
本书对不同类型、格式的测试数据(如XML、Excel文件、数据库等数据源)的处理技术做了详细交待,能够满足不同业务数据的测试需求。
一个随手可得的案例(开源TestLink项目)贯穿其中,从单点功能到多点功能、功能操作的封装、页面封装、控件封装、数据封装,到业务与具体实现的隔离、分层处理等,各种自动化具体技术或技巧都很好地被呈现出来,让读者可以一面学习、一面实践,效果倍增。
本书构建的自动化测试框架是从底层Solvent、SeMet开始,一方面是基于Selenium+webDriver实现,基础可靠;另方面,又能脱离Selenium+webDriver,为API等其他不同技术实现的自动化测试服务。
Content Description

全书共分3部分,第1部分包括第1~8章,介绍了有关测试框架与UI自动化测试的主题。在第1章中介绍了若干种不同类型的自动化测试实践,并提出了T型自动化测试框架以及纺锤形自动化测试模型。在第2章介绍了自动化测试中如何进行数据的交互与管理,并结合实际案例列举了Java属性文件、XML、Excel、数据库以及CSV等不同的处理方式。第3章和第4章介绍如何分层构建Solvent、SeMet等底层框架。第5~8章是有关TestLink UI自动化测试框架的构建。第2部分是UI自动化框架横向拓展的主题。第3部分讲解API测试。实现了UI/API的分层自动化测试,并探讨了在敏捷模式下,通过统一框架,同一用例在不同技术实现方式下无缝切换运行的可行性和由此带来的价值。第16章介绍了Webdriver的基础概念及简单元素封装、自定义Page Object等内容。读者可以按照此书介绍的方法,根据自身工作中被测应用的实际特点,加上适当的工具,来尝试建立适合自身项目实际需求的自动化测试框架。本书是帮助读者从初学者踏上通往更高层级测试工程师的阶梯。
本书适合作为测试初学者、测试从业人员、测试经理、测试管理人员、测试开发人员的参考用书,也可以作为大专院校相关专业的师生用书和培训学校的教材。
Author Description

陈冬严 ,浙江大学硕士,具有10年软件测试和团队管理的工作经验,先后服务于领先的ITSM、PLM软件研发企业,现于某金融行业核心机构IT规划部门担任项目管理工作。业余时间喜欢园艺。
Catalogue

第1部分构建UI自动化框架
第1章BCO团队的自动化之旅 2
1.1奥运年的新挑战 2
1.1.1BCO是什么 2
1.1.2为什么需要BCO 2
1.1.3测试任务与测试内容 3
1.1.4利益干系人 4
1.1.5Pink Mail、Escalation和SPRTracker 5
1.1.6沟通,还是沟通 5
1.2史前的自动化 6
1.2.1自动化安装系统 6
1.2.2快速回归测试系统的混合自动化 6
1.2.3来自小众自动化工具的框架 7
1.3五天太久,还能压缩吗 8
1.3.1BCO版本发布用时分布 8
1.3.2缺陷压力测试 9
1.4听说又有一个新框架了 10
1.4.1初见Solvent 11
1.4.2学习XPath和HTML 12
1.4.3XPath定位工具 12
1.4.4自信与挑战 13
1.4.5找到适合自身的实践对象 14
1.4.6框架的归属问题 14
1.4.7Automation 100 15
1.5冰山 15
1.5.1假失败 15
1.5.2低优先级的自动化Backlog 16
1.5.3破窗与“造轮子” 16
1.6再启航 16
1.6.1自动化测试金字塔与冰淇淋 17
1.6.2橄榄形的自动化测试 18
第2章测试数据管理 19
2.1简介 19
2.2测试数据分类 19
2.3测试数据交互基本方法 20
2.3.1使用Java的系统属性 21
2.3.2使用操作系统的环境变量 22
2.3.3使用属性文件 23
2.4使用XML文件 23
2.4.1Webdriver中的定位方法 24
2.4.2使用dom4j进行解析 25
2.5使用Excel 27
2.5.1经典的DataTable 27
2.5.2强关键字驱动的自动化用例 28
2.5.3Apache POI介绍 29
2.5.4单个工作表的解析 30
2.5.5整个工作簿的解析 34
2.5.6用例解析与执行 35
2.5.7Mock API类 38
2.5.8Mock API适配器类 39
2.6使用数据库 40
2.6.1JDBC连接数据库 41
2.6.2使用Apache DbUtils 44
2.6.3从TestLink数据库中读取数据 46
2.7使用CSV文件 47
2.7.1CSV文件数据解析思路 48
2.7.2实现泛型解析 48
2.7.3对象类案例 49
2.7.4提供数据源的外部访问 50
2.7.5CSV文件通过SQL方式查询结果 50
第3章构建Solvent 53
3.1框架是什么 53
3.1.1六万立方米的混凝土大底板 53
3.1.2测试框架及其目标 53
3.2Solvent与JUnit 54
3.3迟早,你需要一个基类 54
3.3.1用例基类SolventTestCase 55
3.3.2业务功能基类Solvent 57
3.4基于Log4j的日志 60
3.4.1Log4j简介 60
3.4.2一个简单的例子 62
3.4.3实现SolventLogger类 63
3.4.4使用SolventLogger 64
3.5使用TestWatcher截屏 65
3.5.1功能分析 65
3.5.2实现示例 65
3.6经改造的Apache计时器 66
3.6.1Apache的计时器 66
3.6.2Solvent增强的计时器 67
3.6.3部署计时器 68
3.6.4计时精度与延迟 69
3.7使用Timeout进行超时判负 70
3.8自定义检查点CheckPoint 70
3.8.1检查点类CheckPoint 70
3.8.2部署与使用 73
3.9Configurator提供统一框架配置参数 75
3.9.1Configurator类的实现 75
3.9.2双重参数文件的读取 78
3.9.3配置参数的使用 80
3.10基于XML的运行时参数处理 81
3.10.1来自XML的用例数据集 81
3.10.2InputFileFinder获取输入文件 82
3.10.3InputFileDigester进行解析 83
3.10.4数据结构之SolventTestDataSetBean 85
3.10.5数据结构之SolventTestDataSet 87
3.10.6在SolventTestCase中完成解析 88
3.10.7SolventTestCase提供统一数据获取方法 89
3.10.8测试用例参数化案例 90
第4章构建SeMet 92
4.1SeMet是什么 92
4.2引入SeMet类 92
4.3引入TLTestCase 98
4.4引入SeMetWebDriverSession类 99
4.5引入Webdrivers工厂类 100
4.6小结 101
第5章TestLink自动化测试 102
5.1自动化测试策略 102
5.2为什么是TestLink 103
5.3TestLink简介 105
5.4TestLink安装 105
5.4.1XAMPP的安装 106
5.4.2TestLink部署 107
5.5TestLink主要功能分析 108
5.5.1基于文档的测试 108
5.5.2TestLink基本业务对象 109
5.5.3模块与功能点 109
5.6TestLink页面分析 110
5.6.1页面结构分析 110
5.6.2Web组件分析 112
5.7框架 113
5.7.1Webdriver中有关(i)frame的处理方法 114
5.7.2回到原点的frame处理方法 114
5.7.3工具类FrameHelper 115
5.7.4一级页面的使用方法 116
5.7.5二级以下页面的使用方法 116
5.7.6不同框架下使用组件的方法 117
5.8左右选择框 118
5.8.1页面分析及自动化实现 118
5.8.2功能分析及自动化实现 120
5.9浮动对话框 121
5.9.1页面分析及自动化实现 121
5.9.2功能分析及自动化实现 123
5.9.3复选框的简单增强 125
5.10树 126
5.10.1页面分析及自动化实现 126
5.10.2功能分析及自动化实现 128
5.11表格 130
5.11.1页面分析及自动化实现 131
5.11.2功能分析及自动化实现 132
5.11.3TableSeMet子类 134
5.12下拉选择框 136
5.12.1组件介绍 136
5.12.2功能与测试点分析 137
5.12.3SelectboxSeMet类 138
5.13小结 140
第6章页面封装—从登录到测试项目管理 142
6.1登录——三段式页面封装法 142
6.2测试项目对象TestProjectBean-使用方法链 144
6.3创建测试项目类CreateProjectSeMet 146
6.3.1页面定位 146
6.3.2页面元素定位 146
6.3.3元素获取与简单操作 146
6.3.4高级业务操作—隔离业务与具体实现 148
6.4统一测试项目操作类ProjectMgrCRUSeMet 149
6.4.1重构的CreateProjectSeMet类 150
6.4.2零代码的EditProjectSeMet类 150
6.5测试项目管理TestProjectMgrSeMet 150
6.5.1测试项目列表 151
6.5.2查询与创建 152
6.6登录后默认主页面——使用枚举类封装框架数据 153
6.7第一个完整的端到端用例 154
6.7.1测试场景 154
6.7.2自给自足的测试用例 155
6.8小结 156
第7章页面封装—测试规约的自动化 158
7.1导航栏 158
7.1.1导航栏页面分析 158
7.1.2元素分析与自动化实现 159
7.1.3测试上下文 160
7.2关键字管理 160
7.2.1页面分析 161
7.2.2自动化测试用例 161
7.2.3关键字管理类的实现 162
7.2.4文件导入关键字 164
7.3测试规约 166
7.3.1进入测试规约页面 166
7.3.2测试用例集操作 166
7.3.3创建测试集 168
7.3.4创建测试用例 169
7.4完整的用例 174
7.5小结 176
第8章测试计划 177
8.1从主页面到测试计划管理 177
8.1.1页面定位 177
8.1.2静态跳转方法 178
8.2测试计划管理 179
8.3创建测试计划 179
8.4测试计划对象 181
8.5版本管理 182
8.5.1从主页面到版本管理 182
8.5.2从版本管理类到版本管理对象 183
8.6添加测试用例至测试计划 186
8.6.1发起添加测试用例 187
8.6.2测试用例树操作 187
8.6.3添加用例至测试计划 188
8.7添加平台至测试计划 190
8.7.1发起添加平台 190
8.7.2完成平台添加 191
8.8测试执行 192
8.8.1测试执行的入口 192
8.8.2测试用例集的设定 192
8.8.3执行结果录入 194
8.9小结 196
第2部分UI自动化框架横向拓展
第9章Web兼容性测试 198
9.1浏览器简史 198
9.2内核之母 201
9.3内核之意 202
9.3.1Trident 202
9.3.2Gecko 203
9.3.3Presto 204
9.3.4WebKit 204
9.3.5Chromium &Blink 205
9.4渲染与解析 205
9.5容错处理机 210
9.6布局与绘制 210
9.7兼容性问题案例 215
9.7.1网银中使用的jQuery版本问题 215
9.7.2IE 10在响应式时间中CSS样式布局混乱 215
9.7.3CSS重构以及JS文件分割优化 216
9.7.4IE 6浏览器上页面加载的性能问题(可导致IE 6崩溃) 217
9.7.5兼容性Bug错误具体分析 223
9.8移动端浏览器兼容性 226
第10章轻量级本地化测试解决方案 233
10.1什么是本地化、国际化和全球化 233
10.2本地化测试自动化的挑战 233
10.3解决的思路 234
10.4伐谋:一码走天下 234
10.4.1TestLink的样例分析 234
10.4.2使用本地化中性资源进行自动化 235
10.5伐兵:使用本地化资源 238
10.5.1TestLink本地化资源文件分析 238
10.5.2本地化支持的简要流程 239
10.5.3本地化案例 240
10.6基于HSQL的数据字典 241
10.6.1为什么使用HSQL 241
10.6.2HSQLDB数据导入及维护 241
10.6.3将HSQL集成进自动化测试框架 243
10.7结合Java Annotation的解决方案 248
10.7.1思路 248
10.7.2定义Annotation 249
10.7.3定义工具类,通过Java反射机制动态获取本地化资源 249
10.8部署 251
10.8.1SolventTestCase 251
10.8.2Solvent 251
10.8.3框架类 251
10.8.4测试用例 252
10.9总结与展望 252
第3部分Hybrid Automation—实现UI/API测试一体化
第11章欢迎来到接口测试的世界 254
11.1集成测试与接口测试 254
11.1.1集成测试 254
11.1.2接口测试与测试接口 254
11.2XML-RPC简介 255
11.3使用原生的TestLink XML-RPC接口 256
11.3.1启用XML-RPC接口 256
11.3.2获取API KEY 256
11.3.3sayHello样例 257
11.3.4TestLink XML-RPC简析 259
11.4使用TestLink Java API 260
11.5测试用例自动化生成初探 263
11.5.1重温等价类划分 263
11.5.2组合策略与工具 265
11.5.3数据集与组合算法 265
11.5.4生成全组合用例 267
11.5.5生成健壮性用例 271
11.6小结 272
第12章Hybrid Automation混合自动 274
12.1修改SeMet层的基础类 274
12.1.1在Webdrivers类中存储TestLinkAPI实例 274
12.1.2在TLTestCase中完成TestLinkAPI初始化 274
12.2在测试用例中直接使用接口 276
12.3将接口转移到业务SeMet类中 278
12.4用例无缝切换 280
第13章iTestLink业务与技术解耦 281
13.1问题与挑战 281
13.2Webdriver带来的启示 281
13.3实现iTestLink 282
13.3.1定义TestLink业务接口 282
13.3.2定义业务对象类 283
13.3.3增加TLSession类获取执行方式 284
13.3.4枚举类TestLinkDriver的实现 285
13.3.5新建TLTestCase 286
13.4iTestLink的测试用例 286
13.5改造APIMet支持iTestLink 288
13.5.1引入TestLinkJavaAPIAdaptor 288
13.5.2接口间TestProject对象转换 290
13.5.3接口层测试用例执行 291
13.6改造SeMet支持iTestLink 292
13.6.1实现Service类 293
13.6.2改造相关SeMet 294
13.6.3实现TestLinkSeMetAdaptor 296
13.6.4UI层测试用例执行 297
13.7小结 298
第14章代码的管理和审查 299
14.1简介 299
14.2代码管理工具 299
14.2.1GIT介绍 299
14.2.2安装过程 300
14.2.3常用命令 300
14.3代码审查工具 302
14.3.1Gerrit是什么 302
14.3.2如何去安装 302
14.3.3基本功能介绍 306
14.4检出代码 310
14.4.1命令介绍 310
14.4.2工作场景一 310
14.5提交代码 312
14.5.1命令介绍 312
14.5.2工作场景 314
14.6合并分支 316
14.6.1命令介绍 316
14.6.2工作场景 317
14.6.3分支合并冲突 319
14.7最佳实践 320
第15章持续集成 322
15.1简介 322
15.2持续集成工具 322
15.2.1Jenkins介绍 322
15.2.2主要功能 323
15.2.3如何安装 324
15.2.4建立新的Job 324
15.2.5注意事项 325
15.2.6系统配置 326
15.2.7设置Job 330
15.2.8成功连通 331
15.2.9工作场景 333
15.3执行自动编译和测试 334
15.4合并代码 335
15.5常见问题 336
15.6最佳实践 337
第16章Webdriver入门简介 339
16.1Webdriver的基本结构 339
16.2Webdriver的工作原理 339
16.3在启动浏览器的时候发生了什么 340
16.3.1Firefox 340
16.3.2Chrome 341
16.3.3IE 341
16.4Webdriver常用API简介 342
16.4.1Webdriver API结构浅析 342
16.4.2启动与关闭浏览器 344
16.4.3提取文本getText 344
16.4.4提取元素属性getAttribute 345
16.4.5模拟浏览器的前后跳转forward和back 345
16.4.6模拟鼠标右键Actions和contextClick 346
16.4.7截图TakesScreenshot 346
16.4.8操作下拉菜单Select控件 347
16.4.9操作frame里面的元素switchTo 348
16.4.10操作单选按钮radio button 349
16.4.11操作多选框checkbox 350
16.4.12切换窗口getWindowHandle 350
16.4.13等待 351
16.4.14JS弹出框 352
16.4.15弹出框的扩展 353
16.5Page Object介绍 355
16.5.1创建LoginVariables.java文件 357
16.5.2创建LoginPage文件 358
16.5.3创建GloablaFunction.java文件 359
16.5.4创建WebdriverTest.java文件 359
16.5.5创建LoginTest.java文件 360
16.6选择Webdriver而不是Selenium RC 361
16.7如何从Selenium RC迁移到Webdriver 362
16.8Webdriver如何执行Javascript 364
16.9如何定制浏览器 364
16.10小结 365

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