473,405 Members | 2,349 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

Testing of large ASP.NET application

Ken
I'd like to know how others approach testing. I work for a bank and
there are some fairly paranoid people here. My philosophy is to test
only the webforms that were changed. But people here are telling me the
whole app needs to be tested. I think that's crazy. What's your
opinion?

Thanks
Ken

Jan 10 '06 #1
2 1277
> I'd like to know how others approach testing. I work for a bank and
there are some fairly paranoid people here. My philosophy is to test
only the webforms that were changed. But people here are telling me the
whole app needs to be tested. I think that's crazy. What's your
opinion?


It depends on how your software is structured I would say.

If you are changing business functions in a independend layer as
CreatePayment(x,x,x) then a test of the whole system could be justified. If
your only are changing presentation / or the use of such a business layer I
would say it would be overreacting.

But then again. Your statements somehow does not make sence.

If it is a bank and quality attributes such as security and safty is primary
concerns then:

1. There should be procedures to follow regarding your issue that would
overull any single developer concern.
2. If the system is a "critical" system there should be some automated test
and job of testing the would be "easy".

Are you developing a utility application to support som internal business?
If so, are you interfacing with som common business layers?

Anyway. It´s very hard to tell if you should test. If you KNOW there is no
side effects in the cahnge you made then there should be no problem (in a
non critical system). Again is it critical you would still want to test the
functionlaity. Eg. If you are recompiling youe application and a lot of
individual DLL are genereated and a corruption maybe of a bad disksector you
would still be in trouble.

Regards
Anders Kjellerup Jacobsen
Developer @ Cryos.dk
Jan 10 '06 #2
I agree with the others, you cannot just test that your class or whatever
code you have done works and presume that all is ok (unless it is purely
cosmetic)

I also agree that re-testing the whole of a huge app just for one small add
on is a little overkill. However you should be aware as you are coding, or
before what classes, dlls and so on you are interacting with and/or
ammending. For example you may find a bug in one of the classes you are
using written by someone else and say go and 'fix' it. Great it works, now
you test your app and hey yours works. However if you don't now test
everythin else that uses that function you 'fixed' then you don't know if
your fix just broke something else.

So to keep your testing as minor as possible be sure to know what you are
touchig and what the thing your touching effects. Testing within those
boundaries should be sufficient. Personally i always do an quick overall
test of everything but i am a testing paranoid freak sometimes. However
being that way is far better than being lazy and finding a bug appearing
days/weeks later and not remembering that you changed THAT function leaving
you with the laborious debugging task.

"Ken" <ke***************@gmail.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
I'd like to know how others approach testing. I work for a bank and
there are some fairly paranoid people here. My philosophy is to test
only the webforms that were changed. But people here are telling me the
whole app needs to be tested. I think that's crazy. What's your
opinion?

Thanks
Ken

Jan 10 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Hugh Cowan | last post by:
Hello, I don't program full-time (anymore), but I do try and stay on-top of the latest technologies and like most are always trying to upgrade my skills and remain current (as much as is...
6
by: Tom Verbeure | last post by:
Hello All, so I'm now convinced that unit testing is really the way to go and I want to add it to an existing project. The first thing that I find out, is that, well, it's hard work. Harder than...
2
by: Edvard Majakari | last post by:
Hi all ya unit-testing experts there :) Code I'm working on has to parse large and complex files and detect equally complex and large amount of errors before the contents of the file is fed to...
14
by: | last post by:
Hi! I'm looking for unit-testing tools for .NET. Somthing like Java has --> http://www.junit.org regards, gicio
2
by: Hai Nguyen | last post by:
Hello everyone I'm testing a web application which requires to enter data into a lot of textboxes. Since the large amount of data needs to input into the from to test the efficiency of the page,...
72
by: Jacob | last post by:
I have compiled a set og unit testing recommendations based on my own experience on the concept. Feedback and suggestions for improvements are appreciated: ...
18
by: Andrew Wan | last post by:
I have been developing web applications with ASP & Javascript for a long time. I have been using Visual Studio 2003.NET. While VS2003 is okay for intellisense of ASP & Javascript, it's still not...
24
by: David | last post by:
Hi list. What strategies do you use to ensure correctness of new code? Specifically, if you've just written 100 new lines of Python code, then: 1) How do you test the new code? 2) How do...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.