If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > ASP.NET testing procedures...

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-08, 20:01
wishwashed wishwashed is offline
Registered User
 
Join Date: Nov 2007
Posts: 13
ASP.NET testing procedures...

Hi guys,

I have been wondering for some time what the preferred and industrially recognized system for testing ASP.NET applications is exactly?

Wikipedia mentioned something about black and white box testing, but I was taught something different - functional and logical testing - which I can't really remember clearly tbh.

What do you guys think?

Thanks.

Diabolical
Reply With Quote
  #2 (permalink)  
Old 04-01-08, 02:37
rudra rudra is offline
L O S T in Reality
 
Join Date: Nov 2005
Location: San Francisco, CA
Posts: 506
You can write unit tests for your public methods for functionality testing and you can also try HP webinspect or ANT's Profiler for performance testing for ASP.net applications.
Thanks !!
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.
- Sir Winston Churchill
Joydeep
Reply With Quote
  #3 (permalink)  
Old 04-01-08, 12:45
wishwashed wishwashed is offline
Registered User
 
Join Date: Nov 2007
Posts: 13
How do you write "unit tests"?

I have no idea tbh. I used to to functional testing through tables in Word where each field gets tested with contrasting data entry..

Please explain your method(s).

I will look into HP Web Inspect and ANT's profiler, thanks for the guidance so far!
Reply With Quote
  #4 (permalink)  
Old 04-01-08, 12:47
wishwashed wishwashed is offline
Registered User
 
Join Date: Nov 2007
Posts: 13
Hey, I just checked those tools you gave and both are unsuitable. ANTS Profiler is almost $300! I was just looking for a concept/method to doing my own testing - its only a small app..

And the HP WebInspect is focused toward security implications - not neccessary.

Thanks anyway.
Reply With Quote
  #5 (permalink)  
Old 04-01-08, 15:06
rudra rudra is offline
L O S T in Reality
 
Join Date: Nov 2005
Location: San Francisco, CA
Posts: 506
Quote:
Originally Posted by wishwashed
Hey, I just checked those tools you gave and both are unsuitable. ANTS Profiler is almost $300! I was just looking for a concept/method to doing my own testing - its only a small app..

And the HP WebInspect is focused toward security implications - not neccessary.

Thanks anyway.
Sorry to know that it didn't help you.You can try the Visual studio test project in this regard to write unit tests.BTW, for ANT'S PROFILER you can download the trial version.
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.
- Sir Winston Churchill
Joydeep
Reply With Quote
  #6 (permalink)  
Old 04-01-08, 15:22
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
$300 is a drop in the bucket for decent unit testing software.

What is that you think you need to test?
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #7 (permalink)  
Old 04-01-08, 17:50
wishwashed wishwashed is offline
Registered User
 
Join Date: Nov 2007
Posts: 13
I don't have $30, let alone $300! - not your problem, but still..

I have just finished a rather neat ASP.NET CMS system right. Coding went swimmingly and the project as a whole is really good.

Now, the assignment brief says I need to demonstrate testing... Now I do'nt know, and haven't really been taught any formal ways of testing web-apps..

I did something simialr at school for a DB app which included logical and functional testing where I basically created a plethora of tables in MS Word and filled them in lol. Tested that every table worked, validation worked, relationships worked - everything basically.

But my web-app is rather straigjt-forward and the DB is simple so I don't know how to test is in a formally recognised manner.

Sorry for any typo's. Crappy laptop.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On