由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - testing的一些套路
相关主题
面试求bless强力内推: software engineer for automated testing
问一道multiple linear regression的题前几天的interview题
大家觉得software engineer 和testing engineer 哪个前景更好?bloomberg onsite & offer
怎样优化代码的 error handling, re-usability, readability, testability, and OOP?onsite遇到的几个面试题
Leetcode怎么不给看test case了?简单的正则表达式的字符串匹配
software integration engineer 是做什么的?3rd Amazon phone interview (1hr)
多功能的developer绝对是业界的趋势。 (转载)rejected by facebook after 2nd phone interview
selenium test和unit test是谁该写?qa?sdet?还是?我恨iPhone@Facebook电面
相关话题的讨论汇总
话题: testing话题: test话题: intent话题: regression
进入JobHunting版参与讨论
1 (共1页)
H*M
发帖数: 1268
1
之前在一些书上看到总结的,不同case, 不同应用,但是套路都差不多
或许会有用.
Black box testing: testing software without the knowledge of the back-end
White box testing: has knowledge of the back-end;
Unit testing: testing a particular part;
Integration testing: test more parts of the product as a whole;
Functional testing: verify the module functions as stated and make sure a
program does what it is supposed to do;
Regression testing: test the system with the intent of determining if bug
fixes have been successful and have not
r****o
发帖数: 1950
2
多谢题神。

end

【在 H*M 的大作中提到】
: 之前在一些书上看到总结的,不同case, 不同应用,但是套路都差不多
: 或许会有用.
: Black box testing: testing software without the knowledge of the back-end
: White box testing: has knowledge of the back-end;
: Unit testing: testing a particular part;
: Integration testing: test more parts of the product as a whole;
: Functional testing: verify the module functions as stated and make sure a
: program does what it is supposed to do;
: Regression testing: test the system with the intent of determining if bug
: fixes have been successful and have not

m******9
发帖数: 968
3
哇,多谢, 这是哪本书呀? 我记得以前修过的软件工程这个课里面提到过这些方法.
谢了,接包子
H*M
发帖数: 1268
4
是在哪里看到的,可是找不到那书了

【在 m******9 的大作中提到】
: 哇,多谢, 这是哪本书呀? 我记得以前修过的软件工程这个课里面提到过这些方法.
: 谢了,接包子

m******9
发帖数: 968
5
我想了一下, 这些测试方法, 在软件工程这种课程中确实详细的提到过了. 不过我有一
个困惑就是, 这些方法都比较high level. 很多测试方法都针对比较大型的软件. 如
果我想测试的只是一个小玩意.
比如, 我要测试strstr函数的功能. 我现在能想到的就是测试一些special case, 和一
些边界条件.
测试atoi, 就测试溢出,还有错误的输入,etc
这些套路有时在测试一些具体的function的时候,不是很容易套用.
c******f
发帖数: 2144
6
Regression testing: test the system with the intent of determining if bug
fixes have been successful and have not created new bugs;
Load test: test with intent of determining how well the product handles
competition for system resources;
stress test: test when the system is pushed beyond the breaking point;
Performance test: how efficiently a product handles a variety of events
g*******y
发帖数: 1930
7
我有些简单的资料,等过两天考试完了有空发上来
s***i
发帖数: 10182
8
endurance testing
1 (共1页)
进入JobHunting版参与讨论
相关主题
我恨iPhone@Facebook电面Leetcode怎么不给看test case了?
facebook onsite过程是咋样的?(renew fb, google题)software integration engineer 是做什么的?
amazon电面 + facebook 电面多功能的developer绝对是业界的趋势。 (转载)
其实我很想知道, 多少软工能25分钟内把heapsort写下selenium test和unit test是谁该写?qa?sdet?还是?
面试求bless强力内推: software engineer for automated testing
问一道multiple linear regression的题前几天的interview题
大家觉得software engineer 和testing engineer 哪个前景更好?bloomberg onsite & offer
怎样优化代码的 error handling, re-usability, readability, testability, and OOP?onsite遇到的几个面试题
相关话题的讨论汇总
话题: testing话题: test话题: intent话题: regression