Autotest Weekly Report

Reported by: 12/16/2013

What I Did Last Week

  • Debug autotest scripts of ‘smart search’ which have existed before but not work, all can run normally now.
  • Modify autotest scripts of ‘Smart Search’. In order to add the script of ‘smart search’ to current autotest framework, every step of the scripts need to be modified according unified naming rule, so that it can generate normative report and will be convenience for testers to understand autotest report and analyze it easily in future.

Part scripts have been modified now, ongoing this week.

Brief Introduction About Autotest

  • Autotest tool:  Jmeter
  • Test category:  Interface test
  • Origin of autotest:  Former colleagues have developed part scripts of CIM using Jmeter.
  • The time I begin to take over:  2013.8.19
  • Projects (automation finished):  Direct-AWS-IWT Integration
  • Projects (automation in progress): CIM
  • Basis of test case:

Direct-AWS-IWT Integration:< http://testszpc.autotest.com/Help > provided by developers.

           CIM: <Smoke test case of CIM.xlsx> provided by manual testers.

Autotest Coverage Overview

  • Direct-AWS-IWT Integration Autotest

6 interfaces, 100% covered, Only check the format of reply message and the content of newly added items in reply message.

  • CIM Autotest

80% covered

Run Mode Of Autotest

  • Time to start on VM ‘SZOTWIN2K801’ automatically every day. CIM autotest starts at 9:00 AM, Direct-AWS-IWT Integration starts at 10:00 AM.
  • To release or patch, manual testers can start the autotest by double click the shortcut on desktop of VM ‘SZOTWIN2K801’.
  • To choose TP or LIVE, modify the host file according to manual testers’ need.
  • Either automatically or manually autotest starts, it will be completed within a few minutes and send mail with autotest report to personnel automatically.

Improvement Of Autotest Framework

  • Start autotest in interface mode, so that it can be started automatically on time or manually at any time.
  • Organize scattered autotest cases together and orderly with ant and jmeter, so that it is easy for anybody to execute all the autotest scripts by double click the shortcut on desktop.
  • Generate autotest report automatically after autotest execution, including full report and the tidy report that contains only the summary and wrong information.
  • Send email in the form of content with the link of full report and the tidy report.
  • To execute the whole *.jmx file again automatically when any step in which gets failed, up to 3 times.
  • Keep only the report within 7 days, delete the report generated 7 days ago automatically.

Autotest Weekly Report的更多相关文章

  1. Natural Language Processing, 2017, Mar.29, Weekly Report

    Distributed Representations of Words and Phrases and their Compositionality T Mikolov, I Sutskever, ...

  2. Java学习-046-日志抓取合并后排序问题解决方案之 --- log4j 二次定制,实现日志输出添加延时10ms

    自3月25至今,已经好久没有写学习日志了,今天在写日志抓取合并的小方法,发现抓取后的日志并米有依据系统执行的日志顺序排序.日志抓取排列逻辑如下: 通过日志标识,从各个日志文件(例如 use.log,e ...

  3. 转贴 IT外企那点儿事完整版

    转贴 IT外企那点儿事完整版 第一章:外企也就那么回儿事(http://www.cnblogs.com/forfuture1978/archive/2010/04/30/1725341.html) 1 ...

  4. 《Soft Skill》一书中的好句子

    The biggest mistake that you can make is to believe that you are working for somebody else. Job secu ...

  5. java面试笔试题大汇总

    第一,谈谈final, finally, finalize的区别.  最常被问到.   第二,Anonymous Inner Class (匿名内部类) 是否可以extends(继承)其它类,是否可以 ...

  6. 学习笔记:Rick's RoTs -- Rules of Thumb for MySQL

    Table of Contents SELECTs -- do's and don'tsINDEXingENGINE DifferencesOptimizations, and notPARTITIO ...

  7. SAP BAPI一览 史上最全

    全BADI一览  List of BAPI's       BAPI WG Component Function module name Description Description Obj. Ty ...

  8. 【Miktex】使用教程以及数学符号整理总结

    LaTeX是当今世界上最流行和使用最为广泛的 TeX格式.它构筑在 Plain TeX的基础之上,并加进了很多的功能以使得使用者可以更为方便的利用 TeX的强大功能.使用 LaTeX基本上不需要使用者 ...

  9. 【转】Automated Testing Detail Test Plan

    Automated Testing Detail Test PlanAutomated Testing DTP Overview This Automated Testing Detail Test ...

随机推荐

  1. sql 随机取数

    Sql server:      select top 10 * from 表 order by newid()Access:      SELECT top 10 * FROM 表 ORDER BY ...

  2. 编写jQuery插件(一)——插件约定及插件中的闭包

    编写插件的目的是给已经有的一系列方法或函数做一个封装,以便在其他地方重复使用,提高开发效率和方便后期维护. 在编写jQuery插件的时候,我们一般会遵循一些约定: jQuery插件推荐命名为:jque ...

  3. 书单BookList

    1. <代码大全> 史蒂夫·迈克康奈尔 (Code Complete) 2. <程序员修炼之道> Andrew Hunt [读过了,非常好的一本书] (Pragmatic Pr ...

  4. JDBC之使用配置文件链接数据库

    写在前面 JDBC以一种统一的方式来对各种各样的数据库进行存取,JDBC为开发人员隐藏了不同数据库的不同特性.程序员开发时,知道要开发访问数据库的应用,于是将一个对应数据库的JDBC驱动程序类的引用进 ...

  5. 在windows 2008 R2中SQl Server 2008中代理启动失败的一个原因总结

    启动SQL代理的时候报错如下: 关调用实时(JIT)调试而不是此对话框的详细信息,请参见此消息的结尾. ************** 异常文本 **************System.NullRef ...

  6. 处理【由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面】

    处理[由于 Web 服务器上的“ISAPI 和 CGI 限制”列表设置,无法提供您请求的页面] 详细错误:HTTP 错误 404.2 - Not Found. 由于 Web 服务器上的“ISAPI 和 ...

  7. 关于frameset与iframe的使用

    <frameset>与<body>标签同级,是不能同时存在的,<frameset>是把当前页面进行分割. frameset.html: <!DOCTYPE h ...

  8. stl-stack+括号配对问题

    栈:stl的一种容器,遵循先进后出原则,,只能在栈的顶部操作,就像放盘子一样,洗好的盘子叠在上面,需要用时也是先从顶部拿.不允许被遍历,没有迭代器 基本操作: 1.头文件#include<sta ...

  9. centos7 opencc 安装

    繁体字转换:http://xh.5156edu.com/jtof.php 转换的有问题http://tool.lu/zhconvert/ git网址:https://github.com/BYVoid ...

  10. blat

    1)  产生背景---------------------------------------------------2002年的时候,随着人类基因组项目不断推进,需要将大量ESTs(300万) 及m ...