1 / 5
文档名称:

技术方面的问题.docx

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

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

技术方面的问题.docx

上传人:zhuwo11 2022/5/25 文件大小:40 KB

下载得到文件列表

技术方面的问题.docx

文档介绍

文档介绍:技术方面的问题
• 选择自己最熟悉的项目,具体的说一下自己的工总。
1. 项目是做什么的
2. 在项目中做了什么:开发人员开发好项目后,将
3. 从项目中学到了什么 与开发人员搞好关系
bug life cycle。
Bugbase is different, things may not work as expected when the application is moved from test environment to production environment)
What is Integration testing? It is a test to check whether all the modules are combined together or not and working successfully as specified in the requirement document. (Just for your information: Each developer works on different modules. When they finish their code, the configuration management team puts them together and prepares a build. We, as testers, need to make sure that these modules, which are now combined, work as per requirement document)
• 你了解哪些测试的种类?
• 界面测试
• 功能测试
• 文档测试
• 兼容性测试
• 并发测试
• 压力测试
• 负载测试
• 强度测试
• 疲劳测试
• 安全测试
• 灾难恢复测试
• 容量测试
• 易用性测试
• 数据库测试
• 为什么从开发转作测试?
When I worked in the college, I realized I have fallen in love in testing. I am excited when I find the bugs and develop a new way to test the software. I like talking about the testing process with others and abide the process.
• 工作中是否接触软件测试,做说明。
• When I am in Augumentum, I do software testing.
• 测试的方法,名词解释。
Answer: Different types of testing are:
2) Shakeout testing
3) Smoke testing (Ad-hoc testing) (仅仅验证功能的正确性,不做任何容错性,一般用在 集成测试和每日构建中)
Regression testing (用在一个版本完成后做一次回归)
Black box testing (系统测试和验收测试)
White box test ing(单元测试)