473,396 Members | 1,982 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,396 software developers and data experts.

Unit testing and performance load testing

Hi,

I've been searching for solutions to two issues that are undoubtedly common
to everybody. The first is how do my team and I adequately perform unit
testing. The second is how can I measure a load on my application?

In the past, we would write our class and then come up with some logic in a
console or win app to test it. I have since found NUnit which seems to be
pretty cool. BTW: if anybody has some XSLTs that provide alternative
formats to their Summary.xlst, could you direct me to them? Anyway, if
NUnit isn't the tool du jour, what else should I be looking at? Is there a
nice Forms tester that is available with it?

One thing that has plagued me is performance testing. For example, how
long does it take to get Business Entity X back from my data layer when 50
people are hitting it. I'm thinking that the NUnit library might be able to
give me some of that since it does return result times, however that is for
one call per test method. Application Test Center works off of a web page
(right?) and our app is going to be a winform app. Do we write throwaway
code in a small web app that will help us to test the load?

Hopefully I have stated my questions well. If this isn't the place to look,
could you please direct me to a place where I could find some of the
answers. Oh -- and please don't reply with, "I'm selling this product and I
think it is really cool." I'm looking for objective opinions based on
practical experience.

Thanks in advance,
cj
Nov 16 '05 #1
2 9723
Hi!

Analogous to nUnit is nPerf:
http://www.codeproject.com/gen/design/nperf.asp

Load Runner is the standard in the industry:
http://www.mercury.com/us/products/p...er/loadrunner/

Practically speaking, nothing beats good ol' fashioned user testing!

ok,
aq

"Curtis Justus" <ja***********@notarealdomain123.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi,

I've been searching for solutions to two issues that are undoubtedly common to everybody. The first is how do my team and I adequately perform unit
testing. The second is how can I measure a load on my application?

In the past, we would write our class and then come up with some logic in a console or win app to test it. I have since found NUnit which seems to be
pretty cool. BTW: if anybody has some XSLTs that provide alternative
formats to their Summary.xlst, could you direct me to them? Anyway, if
NUnit isn't the tool du jour, what else should I be looking at? Is there a nice Forms tester that is available with it?

One thing that has plagued me is performance testing. For example, how
long does it take to get Business Entity X back from my data layer when 50
people are hitting it. I'm thinking that the NUnit library might be able to give me some of that since it does return result times, however that is for one call per test method. Application Test Center works off of a web page
(right?) and our app is going to be a winform app. Do we write throwaway
code in a small web app that will help us to test the load?

Hopefully I have stated my questions well. If this isn't the place to look, could you please direct me to a place where I could find some of the
answers. Oh -- and please don't reply with, "I'm selling this product and I think it is really cool." I'm looking for objective opinions based on
practical experience.

Thanks in advance,
cj

Nov 16 '05 #2
Ahmed,

Thanks for your help!
cj

"Ahmed Qurashi" <ah**********@gmail.com> wrote in message
news:u1**************@TK2MSFTNGP14.phx.gbl...
Hi!

Analogous to nUnit is nPerf:
http://www.codeproject.com/gen/design/nperf.asp

Load Runner is the standard in the industry:
http://www.mercury.com/us/products/p...er/loadrunner/

Practically speaking, nothing beats good ol' fashioned user testing!

ok,
aq

"Curtis Justus" <ja***********@notarealdomain123.com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi,

I've been searching for solutions to two issues that are undoubtedly

common
to everybody. The first is how do my team and I adequately perform unit
testing. The second is how can I measure a load on my application?

In the past, we would write our class and then come up with some logic in

a
console or win app to test it. I have since found NUnit which seems to
be
pretty cool. BTW: if anybody has some XSLTs that provide alternative
formats to their Summary.xlst, could you direct me to them? Anyway, if
NUnit isn't the tool du jour, what else should I be looking at? Is there

a
nice Forms tester that is available with it?

One thing that has plagued me is performance testing. For example, how
long does it take to get Business Entity X back from my data layer when
50
people are hitting it. I'm thinking that the NUnit library might be able

to
give me some of that since it does return result times, however that is

for
one call per test method. Application Test Center works off of a web
page
(right?) and our app is going to be a winform app. Do we write throwaway
code in a small web app that will help us to test the load?

Hopefully I have stated my questions well. If this isn't the place to

look,
could you please direct me to a place where I could find some of the
answers. Oh -- and please don't reply with, "I'm selling this product
and

I
think it is really cool." I'm looking for objective opinions based on
practical experience.

Thanks in advance,
cj


Nov 16 '05 #3

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

Similar topics

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...
1
by: esther | last post by:
I'm working on my monthly column for Software Test & Performance magazine, and I'd like your input. The topic, this time around, is unit testing (using python or anything else). Care to share some...
38
by: Christoph Zwerschke | last post by:
In August 2001, there was a thread about the "Art of Unit Testing": http://groups.google.com/group/comp.lang.python/browse_frm/thread/aa2bd17e7f995d05/71a29faf0a0485d5 Paul Moore asked the...
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
0
by: Chuck | last post by:
Sorry for the advertisement but I think this is something that people could actually use. I am creating a new product called Simple Load Testing and I thought I would see if anyone would be...
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: ...
0
by: Cooper Blake | last post by:
Hello, I'm trying to unit test an asp.net application. We are using the .net 2..0 authentication / loginView, etc. web controls, with a customized MembershipProvider (MP) class to connect...
6
by: Vyacheslav Maslov | last post by:
Hi all! I have many many many python unit test, which are used for testing some remote web service. The most important issue here is logging of test execution process and result. I strongly...
4
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
Hi I am familiar with unit testing but have to implement in a large solution of 100 projects - my concern is Adding Unit test will bloat the solution - taking more time to get all code from...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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.