Relative Content

Tag Archive for tdd

Characterization in Testing: Unit test or Functional test [duplicate]

This question already has answers here: How to keep the trunk stable when tests take a long time? (7 answers) Closed 10 years ago. So I’m trying to push for more automated testing in my company, which focus a lot on prototype and proof of concept systems. We currently use Google Test for unit testing. […]

Characterization in Testing: Unit test or Functional test [duplicate]

This question already has answers here: How to keep the trunk stable when tests take a long time? (7 answers) Closed 10 years ago. So I’m trying to push for more automated testing in my company, which focus a lot on prototype and proof of concept systems. We currently use Google Test for unit testing. […]

Are there any cases when one should not use Test Driven Development? [duplicate]

This question already has answers here: What are the disadvantages of test-first programming? (9 answers) When is it appropriate to not unit test? (15 answers) Closed 10 years ago. Is it recommended that TDD be always practiced in a project, or are there cases when it should be avoided? Should we all adopt TDD? Is […]

Are there any cases when one should not use Test Driven Development? [duplicate]

This question already has answers here: What are the disadvantages of test-first programming? (9 answers) When is it appropriate to not unit test? (15 answers) Closed 10 years ago. Is it recommended that TDD be always practiced in a project, or are there cases when it should be avoided? Should we all adopt TDD? Is […]

Are there any cases when one should not use Test Driven Development? [duplicate]

This question already has answers here: What are the disadvantages of test-first programming? (9 answers) When is it appropriate to not unit test? (15 answers) Closed 10 years ago. Is it recommended that TDD be always practiced in a project, or are there cases when it should be avoided? Should we all adopt TDD? Is […]

If TDD is design, how do you know your TDD is well designed? [duplicate]

This question already has answers here: Does TDD lead to good design? [duplicate] (3 answers) How would you know if you’ve written readable and easily maintainable code? [closed] (19 answers) If TDD is about design why do I need it? [closed] (5 answers) Closed 10 years ago. Given a large group (50+) of programmers: All […]

Testing ASP.NET .aspx and .ascx code behind files

I am wondering how to test .aspx.cs and .ascx.cs code behind. Can I use unit testing and if so how? Are there alternatives that will help test the functions in the code behind files? I don’t know how to mock the page or control.

Testing ASP.NET .aspx and .ascx code behind files

I am wondering how to test .aspx.cs and .ascx.cs code behind. Can I use unit testing and if so how? Are there alternatives that will help test the functions in the code behind files? I don’t know how to mock the page or control.

Testing ASP.NET .aspx and .ascx code behind files

I am wondering how to test .aspx.cs and .ascx.cs code behind. Can I use unit testing and if so how? Are there alternatives that will help test the functions in the code behind files? I don’t know how to mock the page or control.