Click here to Skip to main content
15,895,370 members
Home / Discussions / Collaboration / Beta Testing
   

Collaboration / Beta Testing

 
QuestionXListCtrl v1.5 beta available Pin
Hans Dietrich16-Nov-06 13:33
mentorHans Dietrich16-Nov-06 13:33 
Questiondifference among performance ,load and stress testing Pin
harish singh15-Nov-06 3:34
harish singh15-Nov-06 3:34 
AnswerRe: difference among performance ,load and stress testing Pin
r3dlp21-Nov-06 11:13
r3dlp21-Nov-06 11:13 
GeneralRe: difference among performance ,load and stress testing Pin
swapnaambati19-Dec-06 23:42
swapnaambati19-Dec-06 23:42 
GeneralRe: difference among performance ,load and stress testing Pin
swapnaambati19-Dec-06 23:49
swapnaambati19-Dec-06 23:49 
GeneralRe: difference among performance ,load and stress testing Pin
swapnaambati19-Dec-06 23:51
swapnaambati19-Dec-06 23:51 
GeneralRe: difference among performance ,load and stress testing Pin
swapnaambati19-Dec-06 23:58
swapnaambati19-Dec-06 23:58 
AnswerRe: difference among performance ,load and stress testing Pin
snipsi26-Jan-07 7:31
snipsi26-Jan-07 7:31 
Following definitions are according to ISTQB syllabus (International Software Testing Qualification Board, something like a standardisation gremium)

"Load testing" tests the behaviour of a system (or component or whatever) with increased load, e.g. the number of users on the system, number of transactions etc... Goal is to determine what load can be handled by the system.

"Stress testing" evaluates a system at or beyond the limit of its specified requirements. Since that is exactly what you need to do for load testing (to see how much your system can handle), both, load and stress testing can be regarded equivalent.

"Performance testing" determines the performance of a system, i.e. the degree to which the system accomplishes its tasks within given constraints in terms of time and throughput rate.

Example: You have designed your system for 10 users. In load / stress testing, you test its behaviour with 1 user, 2 users, ... 10 users, 11 users. Focus of your test here is not the speed (it may get terribly slow with 10 users) of the system but if it does not break, if it really allows 10 users (and not only 8) etc.

In performance test, you verify that your system meets given timing constraints. For example, if your requirement is that the system should respond within 10 seconds in any case, you will focus on stopping the time. Of course, you will have to test the speed with a different number of users (1,2 ... 10) logged in, since that may affect the system. So somehow, both test strategies are intertwined.

Did this help a little bit???
QuestionDo I charge too much for design? Pin
Caldwell5988-Nov-06 7:07
Caldwell5988-Nov-06 7:07 
AnswerRe: Do I charge too much for design? Pin
Paul Conrad8-Nov-06 11:23
professionalPaul Conrad8-Nov-06 11:23 
GeneralRe: Do I charge too much for design? Pin
Caldwell5988-Nov-06 11:53
Caldwell5988-Nov-06 11:53 
GeneralRe: Do I charge too much for design? Pin
Paul Conrad8-Nov-06 11:59
professionalPaul Conrad8-Nov-06 11:59 
AnswerRe: Do I charge too much for design? Pin
mike montagne21-Mar-07 9:09
mike montagne21-Mar-07 9:09 
Questionsource code opensource? Pin
Luke Armstrong2-Nov-06 12:37
Luke Armstrong2-Nov-06 12:37 
AnswerRe: source code opensource? Pin
mike montagne21-Mar-07 9:25
mike montagne21-Mar-07 9:25 
QuestionCode work needed! Pin
Alleyes26-Oct-06 5:33
Alleyes26-Oct-06 5:33 
AnswerRe: Code work needed! Pin
dharani30-Oct-06 23:11
dharani30-Oct-06 23:11 
AnswerRe: Code work needed! Pin
b43r_3oo31-Nov-06 20:33
b43r_3oo31-Nov-06 20:33 
AnswerRe: Code work needed! Pin
Arthur Manena13-Nov-06 19:30
Arthur Manena13-Nov-06 19:30 
NewsSEEK300 Coding Competition 2006 Pin
MunchkinLord22-Oct-06 16:24
MunchkinLord22-Oct-06 16:24 
QuestionWhat is the version of NUnitASP that supports ASP.NET 2.0 Pin
Phanindra Kumar16-Aug-06 20:55
Phanindra Kumar16-Aug-06 20:55 
QuestionDUnit, NUnit Pin
divyaswati3-Aug-06 1:26
divyaswati3-Aug-06 1:26 
AnswerRe: DUnit, NUnit Pin
toxcct24-Sep-06 23:01
toxcct24-Sep-06 23:01 
GeneralRe: DUnit, NUnit Pin
mr_lasseter3-Oct-06 13:55
mr_lasseter3-Oct-06 13:55 
GeneralRe: DUnit, NUnit Pin
toxcct3-Oct-06 21:31
toxcct3-Oct-06 21:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.