开发者

I'm reading about Test engineering for an upcoming interview. Can anybody help me with one or two somewhat ambiguous terms that I've come across? [closed]

开发者 https://www.devze.com 2023-04-12 21:10 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. 开发者_StackOverflow Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.
开发者_StackOverflow

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 11 years ago.

Improve this question

For an upcoming interview, I've been asked to be prepared to write test programs, and to be able to classify my tests as: border cases, stress, security, or error checking.

I'm a little unclear on what is meant by these terms. If anybody could provide any insight that would be great. Googling isn't turning up much info so I'm assuming that these are not official terms.

Thanks in advance!


Most common term for "border cases" is "boundary testing". This is a good intro to black box testing which will give you more vocab to Google from: http://www.cs.nott.ac.uk/~cah/G53QAT/G53QAT09pdf6up.pdf

I'm not familiar with the term "error checking" -- I guess it refers to testing error handling, but I may be wrong. See http://testingcorner.blogspot.com/2009/01/what-is-error-handling-testing.html

For the rest, just add "testing" and Google:

http://en.wikipedia.org/wiki/Stress_testing

http://en.wikipedia.org/wiki/Security_testing

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号