Job Basket Interview Tips
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Search Jobs
Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.
What are three test cases you should go through in unit testing?
+1
vote
When writing a unit test, what test cases should you consider?
asked
1 year
ago
by
tarantula
(
490
points)
unit-test
programming
1 Answer
0
votes
Positive test cases (correct data, correct output),
negative test cases (broken or missing data, proper
handling), exception test cases (exceptions are thrown and
caught properly).
answered
1 year
ago
by
anonymous
Related questions
0
votes
1
answer
What are different types of access modifiers?
asked
1 year
ago
by
vitas
(
120
points)
java
programming
0
votes
0
answers
What’s a delegate/multicast delegate in C#?
asked
1 year
ago
by
stevezhang
(
180
points)
c#
programming
0
votes
0
answers
What’s the difference between the System.Array.CopyTo() and System.Array.Clone() in C#
asked
1 year
ago
by
tarantula
(
490
points)
programming
c#
0
votes
0
answers
What’s the role of the DataReader class in ADO.NET connections
asked
1 year
ago
by
tarantula
(
490
points)
asp-net
programming
+1
vote
1
answer
Explain the three services model (three-tier application)
asked
1 year
ago
by
tarantula
(
490
points)
programming