文档介绍:?你在培训中学到了什么? ? 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