软件测试面试题 软件测试笔试题

爱帮网软件测试笔试题

一.测试用例设计题: 1.输入三个数据a,b,c,输入三个数构成三角形,测试a,b,c构成三角形,计算其面积(设计测试用例时面积不用实际计算出来,用X代替面积) 1)int a,b,c 2)1>a;b,c<100 3)i...... <阅读全文>

数据库测试通常都包括哪些方面?

数据库测试一般包括: 1. 数据库连接测试 2. 数据库的健壮性,容错性和恢复能力测试 3. 数据库的安全测试 4. 数据库的性能测试 5. 数据库的容量测试 6. 数据库对象的测试,包括定义的存储过程,视图,触发器,...... <阅读全文>

软件测试:如果让你测试一台高速激光打印机,你都会进行哪些测试?

如果我回答这个面试题,我会从以下这些方面进行测试,当然写的越多越好 1. 测试打印机的供电系统 2. 测试打印机与电脑之间的连接 3. 测试简单打印功能 4. 测试打印机缓存 5. 测试打印精度 6. 测试打印清晰度 7...... <阅读全文>

what is Refactoring in software developement?

In software engineering, “refactoring” source code means improving it without changing its overall results, and is sometimes informally referred to as “cleaning it up”. R...... <阅读全文>

Define quality for me as you understand it.

Software quality measures that how well the software is designed and how well the software is implemented. <阅读全文>

what is Continuous integration

Continuous Integration is a software development practice where members of a team integrate their work frequently; usually each person integrates at least daily – leading to multiple integ...... <阅读全文>

What did you base your test cases?

Test case id, test case title, test case description, test step number, test step, input, excepted output, actual output. <阅读全文>

What is TDD? Do you know anything about TDD?

TDD stands for Test Driven Development. The process of TDD is writing a test first, then run it and proves it fails, and then implements your function and run the test again. If it’s still faili...... <阅读全文>

Do you know anything about agile?

Yes, our project used agile software development. It has several key features, such as iteration, demo and communication.  Every two weeks is one iteration, after each iteration we will give pro...... <阅读全文>

What did you include in a test plan?

Introduction Scope Test strategy (unit test, system test, function test, performance test, security test and so on) Environment requirements Test schedule Control procedure(Reviews, Bug Review m...... <阅读全文>

What kinds of defects do you often see?

One is JavaScript error. Two is browser compatibility. Three is the system does not valid input or output special character like script or html.  Four is multiple submission of a form. Five is n...... <阅读全文>

How do you define the priority of a defect? (rules for bug level)

The low is some defects that may not part of the requirement, these defects may need more discussion, may change to change requests or enhancement. User can still process all flows. Medium: affe...... <阅读全文>

what type of documents can u prepare during Testing

 Use case, test plan, test case, status reports and bug report. <阅读全文>

What is the test procedure in your project?

The step one is setting up a project and then kicking off, the step two is reviewing the use case, the step three is writing the test plan, the step four is write the test cases, the step five i...... <阅读全文>

软件测试人员应该具备的知识结构

这是我从一个网站上看到的总结,一个合格的测试人员应该具备全面的知识结构,同样,具备全面的知识结构也能使你在找工作面试过程中有更好的表现,下面列出来给大家,希望有所帮助。 1. 产品知识:一定要非常熟...... <阅读全文>

如何设计黑盒测试用例?

具体的黑盒测试用例设计方法包括等价类划分法、边界值分析法、场景法、错误推测法、因果图法、判定表驱动法、正交试验设计法、功能图法等。 v这些方法是比较实用的,但采用什么方法,在使用时自然要针对开发项...... <阅读全文>

测试用例设计生成的基本原则

测试用例的代表性:能够代表并覆盖各种合理的和不合理、合法的和非法的、边界的和越界的、以及极限的输入数据、操作和环境设置等; 测试结果的可判定性:即测试执行结果的正确性是可判定的,每一个测试用例都应...... <阅读全文>

什么是测试用例

测试用例(Test Case)是指对一项特定的软件产品进行测试任务的描述,体现测试方案、方法、技术和策略,内容包括测试目标、测试环境、输入数据、测试步骤、预期结果、测试脚本等,并形成文档。          不同...... <阅读全文>

依据你的经验,软件测试需要遵守哪些原则?

1. 应当把“尽早地和不断地进行软件测试”作为软件开发者的座右铭。 2. 测试用例应由测试输入数据和对应的预期输出结果两部分组成。 3. 程序员应该避免检查自己的程序。 4. 在设计测试用例时,应当包括合理的输...... <阅读全文>

常用自动化测试工具都有哪些?

软件测试方面的工具很多,主要有MercuryInteractive(MI)、Rational、 Compuware、Segue和Empirix等公司的产品,而MI公司和Rational公司的产品占了主流。 Winrunner:是一种企业级的用于检验应用程序是否如期...... <阅读全文>

一套带答案的软件测试笔试题面试题

一、选择:(8)     1、测试人员应在软件生命周期中的下面哪个阶段介入最好(   A  )        A、需求阶段   B、设计阶段        C、编码阶段   D、系统集成阶段     2、在确定测试目标的过程中,测试人员主要...... <阅读全文>

软件测试的几个名词解释面试题

1、 α测试:测试人员用用户提供的数据,而不是模拟数据进行测试;测试整个系统,         以保证其达到可以交付使用的状态 2、β测试:指将软件安装在一些潜在的客户处,由客户们根据实际使用情况将遇到的问题...... <阅读全文>

按bug严重性分类可将BUG分为那些类型?

按bug严重性分类可将BUG分为 A类严重、B类一般、C类轻微、D类改进,那么请将界面类、功能类、性能类等各种类型的错误归纳到前面的四类中。 A类:严重错误,包括以下各种错误       1.由于程序所引起的死机,非...... <阅读全文>

用户文档的测试一般要关注文档那些特性?

1)、用户文档的完整性:用户文档应包含产品使用所需要的全部信息:(包括用户可调用的所有功能;所有边界值;如果安装能由用户来完成,则用户文档应包括安装手册;如果维护能由用户来完成,则用户文档应包括...... <阅读全文>

根据实际经验说明配置测试环境一般需遵循那些原则:

1.符合软件运行的最低要求。测试环境首先要保证能支撑软件正常运行。 2.选用比较普及的操作系统和软件平台。例如,一个软件若声称支持“Windows9X/ME/NT Workstation/2000 professional”和“MS Office 97/2000/X...... <阅读全文>

版权声明:本站大部分内容为原创! 另有少部分内容整理于网络,如需转载本站内容或关切版权事宜请联系站长。未经允许,严禁复制转载本站内容,否则将追究法律责任。 本站欢迎与同类网站建立友情链接,请联系QQ:176687814