1 / 5
文档名称:

技术方面的问题.doc

格式:doc   页数:5
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

技术方面的问题.doc

上传人:wc69885 2016/6/11 文件大小:0 KB

下载得到文件列表

技术方面的问题.doc

文档介绍

文档介绍:?你在培训中学到了什么? ? What I have learned from the training is including the testing skills about testing cycle ,automation testing tools QTP and QC and LoadRunner. B esides, I get along with others and always talk about testing. I like help others and the same time, they would like to help me. ?测试过程中会有哪些文档? 1. 测试计划 test plan 2. 测试用例 test case 3. bug report 4. test summary ?系统测试和集成测试的区别? 1. 测试方法不同 2. 测试点不一样 3. 集成测试有开发方测试而系统测试只有测试人员 4. 依据文档不同集成依据概要说明书系统依据需求设计说明书 What is System testing? When plete testing (The testers test the application in the test environments, meaning they test with the test data only, NOT with the real data), the application (software) has to be tested in the real environment. What it means is, since the testers test it in the test environment with the test data, we have to make sure that the application works well in the real environment with the real data. In test environment, some of the things cannot be simulated or tested. Al though the test environment is very similar to the production (real) environment, we need to make sure that we get a smooth delivery in the real system as well (As servers are different and database is different, things may not work as expected when the application is moved from test environment to production environment) What is Integration testing? It isa test to check whether all the modules bined together or not and working essfully a