- 浏览: 973128 次
- 性别:
- 来自: 杭州
文章分类
- 全部博客 (207)
- Selenium 1 (13)
- 软件测试 (23)
- Java基础 (41)
- 自动化脚本开发 (10)
- CI相关 (2)
- 设计模式 (7)
- 安全性测试 (1)
- 性能测试 (7)
- Unix基础 (7)
- 数据库 (7)
- 读书与计划 (11)
- 单元测试 (8)
- 敏捷开发 (2)
- Javascript (1)
- Selenium Webdriver (15)
- 英语学习 (1)
- Web前端测试 (4)
- 算法与数据结构 (4)
- 计算机网络 (3)
- XML与JSON (7)
- Spring (5)
- Java Web (4)
- Jmeter (7)
- SQL (6)
- Android开发与测试 (1)
- C#编程 (6)
- JVM相关 (2)
- 大型开源框架 (8)
- python (7)
- jenkins (0)
最新评论
-
xinglianxlxl:
post请求如何自动跳转呢
使用HttpClient处理自动跳转 -
feihangchen:
有什么办法可以找出合并的图片的位置吗?一张大图片,一张小图片, ...
使用Java合并图片 -
javapub:
good point!
WebElement.getText()为空解决方法 -
世界尽头没有你:
Selenium自动化测试从入门到精通(Java版)百度网盘地 ...
Selenium自动化测试的Build.xml例子 -
u013348647:
请问$Proxy0的.class文件 您是怎么提出来的?
java 动态代理深度学习(Proxy,InvocationHandler),含$Proxy0源码
Testing Preparation
·Get the requirement document in place. It can be similar to the Release notes. But there should be one document for all the requests for that release which consists of new functions & JIRA items.
Comment: For developer, please create the JIRA ticket for any new requirement, the requirement can come from Email, Oral statement in meeting and so on
· For all the request get the GUI design aspects (if it’s a GUI change, get the sample GUI – which normally shared in Sharepoint->requirement->zipped file with different screen layouts).
Comment: During analysis, developer can first have the UI template and review them with QA, for example, QLS admin
· For all the request get the DB design aspects (This is missing so far. Every JIRA item has to have this. If it’s a new requirement from Ben, business let the schema, tables etc of the design be available from DEV.
Comment: Developer should comment the JIRA ticket for DB change when to "Development Complete" the ticket
· Based on the above, prepare the test cases & for traceability specify the JIRA ticket number or if its new request specify some reference for this & where the requirement is available.
Comment: For developer, please upload design document to Sharepoint
· Circulate an e-mail with test cases for every one’s review with a link to requirements, design
· If any question, clarification on test cases, Dev team will answer, comment & test case to be updated accordingly. & finalize the test case. Share it in Sharepoint & is version controlled.
QA Testing
After the QA environment is ready, the developer should do following:
1. Send out the email saying the QA deploment is finished with all JIRA items
2. Assign the JIRA tikets to QA and change the status to "Pending QA", the QA only tests the ticket which has been assigned
There are two cases when the application is released to QA environment:
Case 1: Complete development is done & released to QA.
· Circulate an e-mail saying QA release based on requirements/functions Tested, test result, issues (JIRA tickets).
· If there are fixes & retest done, circulate an e-mail saying Fix release for issues identified in QA, test results, further issues if any or if no issues, then say QA completed successfully with all the known issues listed, retested & marked as pass.
Case 2: Partial development is done (say 70 % & 30 DEV is still happening) & released to QA
· Maintaining a list for QA Release 1 functions from the requirement document, make a QA Release 1 with only those 70% requirements & when you complete the testing for these 70%, circulate an e-mail saying QA release1, requirements/functions ready for Test, test result, issues (JIRA tickets).
·Let’s say, next release they make with 20 % of the 30% pending requirements and some fixes for the QA release 1, then on completing testing on these, circulate the QA release 2 with list of requirements, functions tested, issues retested, test results.
And so on with QA release 3, 4, etc .
·If for some issues, DEV says, this will be addressed in future release, Let them comment the JIRA items accordingly.
So on the final QA release e-mail you will circulate the complete requirements tested, test results, issues (take a list from JIRA) which are fixed, postponed for future release and say QA Signoff : with what are pending items, which are postponed.
UAT Testing
·There cannot be any new requirement coming in at the beginning or during UAT testing. Only bug fixes are allowed.
·For any product/project release (be it SSA products or IR3 ) , let’s get the user/business signoff for “User acceptance Test”.
·After UAT testing is completed, circulate the complete test cases, test results, issue list, retest status & say UAT completed. If something is not tested, clearly indicate what is not tested & pending.
Production Verification:
· After the PROD deployment, when you complete the verification, send out an e-mail indicating what were checked in PROD and are they fine or not.
发表评论
-
测试中的大小写敏感问题
2014-06-26 22:39 1073两个例子: 1. Windows系统文件名是大小写不敏感 ... -
关于软件输入
2014-02-19 00:31 1104最近的小小教训: 如果软件界面提供输入功能,那么在测试之前 ... -
我所经历过的项目开发流程
2014-02-14 00:19 2381我所有经历过的软件开发流程大概来说有三种,分别是 ... -
软件测试博客汇总
2014-01-16 21:50 2045本文用于收集一些有用的测试博客,关键是有用... 公司测 ... -
如何参与一个新项目以及对测试的一些看法
2014-01-15 20:24 5969本节内容整理自<Google软件测试之道>中对 ... -
探索式软件测试读书笔记
2014-01-11 18:49 18312011年4月买的书,2014年1月才读,罪过罪过,后悔莫 ... -
Google软件测试之道的启示
2014-01-11 15:36 4010读完Google软件测试之道之后,在关于如何做自动化测试方 ... -
Google软件测试之道之读书笔记
2014-01-11 00:32 9609以下是看完Google软件 ... -
关于登录功能的那些事
2013-11-22 00:13 1745说说自己经历过的一 ... -
Web测试心得
2013-10-26 09:40 6670此文原创,转载请注明 ... -
Test report template
2011-11-23 19:32 1471Testing scope We can copy a ... -
UMT项目测试总结
2011-08-25 21:01 1550在新公司负责的第一个 ... -
软件测试的进入结束标准
2011-03-28 23:30 2780进入标准 •The coding for all the fe ... -
测试计划模板
2011-03-28 23:17 1318Introduction Related Documents ... -
再谈如何测试一件东西
2011-03-26 19:17 1230问题1:如何测试一个自动售货机 碰到这样的问题,不要急着去想如 ... -
测试用例设计策略
2011-02-25 16:54 13561.设计尽可能多的测试用例,至少让人家知道,作为tester, ... -
当前项目状态
2011-02-23 23:07 1283一.现状 1.需求(Use Case)不定时更新 2.程序不定 ... -
回归测试总结
2011-02-17 11:46 1888一.概述 引用维基百科中回归测试的定义:Regression ... -
三角形问题测试用例总结
2011-02-16 23:04 3693问题描述 限定三角形三边的范围是1至100之间的整数,提供三个 ... -
如何测试一个足球
2011-02-14 12:18 1302今天,外星人宣布正式退役,让我想起一个有关足球的测试题目 这 ...
相关推荐
Rex Black's Managing the Testing Process, a compendium of real-world advice on managing software testing successfully. It is a veritable hodge-podge of sample test documents and is filled with ...
### 知识点总结 #### 一、书籍基本信息 - **书名**:《管理测试过程:实用工具和技术用于管理硬件和软件测试》 - **作者**:Rex Black - **出版社**:Wiley Publishing, Inc. - **出版年份**:2002年 ...
### 软件测试过程框架:《Testing IT: An Off-the-Shelf Software Testing Process》第二版 #### 一、概述 《Testing IT: An Off-the-Shelf Software Testing Process》是一本由John Watkins与Simon Mills共同撰写...
This book gives you an arsenal of Python scripts perfect to use or to customize your needs for each stage of the testing process. Each chapter takes you step by step through the methods of designing ...
VB全局 Hook 测试进程防火墙拦截进程代码VB Global Hook intercept the process of code testing process firewall
二、自动化测试流程(Automated Testing Process) 自动化测试过程包括多个关键步骤: 1. 测试工具和环境配置:选择合适的自动化测试工具,如Selenium、Appium等,并进行必要的环境设置。 2. 测试用例选择:根据...
Jaskiel ISBN:1580535089 Artech House © 2002 (536 pages) Focusing on the prevention and early discovery of defects, the testing process described in this text parallels the software ...
#### 2.2 Testing Process Flow - **Setup**: Establish the testing environment and tools. - **Testing**: Execute test cases according to predefined guidelines. - **Reporting**: Document all errors and ...
The book also includes state of the art material on the video-game testing process (Chapter 14) and a game-testing plan template (Chapter 15) and Game Testing by the Numbers (Chapter 16). Features: ...
Making applications more responsive to ...Shows how you can use IronPython to improve your testing process for almost any language Discusses techniques for using IronPython with Python Standard Library
* The first complete description of all necessary ingredients of a testing process. * It includes classic as well as modern test design techniques. * The described approach is useful in real-life ...
- Tips for optimizing the testing process and improving test coverage without sacrificing efficiency. 7. **Real-World Applications:** - Case studies illustrating how RSpec can be used in real-world...
根据《Managing the Testing Process》第三章第86页和ISTQB Syllabus Section 4.2,选项a“Warn”是正确答案。 5. 行为测试需要深入理解应用领域、解决的业务问题以及系统所服务的任务。所有这些都包含在行为测试中...
Focusing on the prevention and early discovery of defects, the testing process described in this text parallels the software development lifecycle, and the authors outline a flexible process for ...
- The Integrated WLR Test Systems, based on the Automated Characterization Suite (ACS), provide an advanced software integration that streamlines the testing process. This integration allows users to...
They then explain how to automate the testing process using JUnit, Cactus, and other tools, and to enhance project management and continuous integration through Maven and AntHill. Finally, they show ...
They then explain how to automate the testing process using JUnit, Cactus, and other tools, and to enhance project management and continuous integration through Maven and AntHill. Finally, they show ...
They then explain how to automate the testing process using JUnit, Cactus, and other tools, and to enhance project management and continuous integration through Maven and AntHill. Finally, they show ...