Skip to main content
replaced http://programmers.stackexchange.com/ with https://softwareengineering.stackexchange.com/
Source Link

Possible Duplicate:
Is unit testing or test-driven development worthwhile?Is unit testing or test-driven development worthwhile?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

Possible Duplicate:
Is unit testing or test-driven development worthwhile?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

Possible Duplicate:
Is unit testing or test-driven development worthwhile?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

insert duplicate link
Source Link

Possible Duplicate:
Is unit testing or test-driven development worthwhile?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

Possible Duplicate:
Is unit testing or test-driven development worthwhile?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

Post Closed as "exact duplicate" by gnat, Caleb, Walter, yannis

What is the objective of Unit Testingunit testing?

I amI've been working with C# for the last 2 year with c#. Iyears, and I've never do thedone any unit testing. I just need to know what is the objective of Unit Testingunit testing is. What kind of resultresults do we expect from unit testing? CodeIs code quality is checked by unit testing? UnitIn my view, unit testing is the job of developer of tester. If ittesters; if that is job of testertrue, then as a developer what wewhy would I need to write intest code as resultif the tester can dodoes the unit testing. What? Why should I need towrite extra code for unit testing? Do I need to maintain a separate copy of the samea project for unit testing?

What is the objective of Unit Testing?

I am working for last 2 year with c#. I never do the unit testing. I just need to know what is the objective of Unit Testing. What kind of result we expect from unit testing? Code quality is checked by unit testing? Unit testing is the job of developer of tester. If it is job of tester then as a developer what we need to write in code as result tester can do the unit testing. What I need to extra for unit testing? Do I need to maintain a separate copy of the same project for unit testing?

What is the objective of unit testing?

I've been working with C# for the last 2 years, and I've never done any unit testing. I just need to know what the objective of unit testing is. What kind of results do we expect from unit testing? Is code quality checked by unit testing? In my view, unit testing is the job of testers; if that is true, then as a developer why would I need to write test code if the tester does the unit testing? Why should I write extra code for testing? Do I need to maintain a separate copy of a project for unit testing?

edited body
Source Link
gnat
  • 20.5k
  • 29
  • 117
  • 309
Loading
deleted 40 characters in body; edited title
Source Link
BЈовић
  • 14k
  • 8
  • 63
  • 82
Loading
Post Migrated Here from stackoverflow.com (revisions)
Source Link
user728750
  • 209
  • 1
  • 3
  • 6
Loading