Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
Programming
»
Testing
»
Load testing
Load testing
Rate Topic
Display Mode
Topic Options
Author
Message
Ed.Watson aka SQLGator
Ed.Watson aka SQLGator
Posted Friday, July 29, 2011 8:40 AM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 7:28 AM
Points: 528,
Visits: 187
Is anyone performing load testing and if so, how are you doing it?
Ed Watson aka SQLGator
MCTS SQL Server 2008
Follow me on Twitter!
Tampa Bay SQL Users Group
Go Gators!
Post #1151002
opc.three
opc.three
Posted Friday, July 29, 2011 12:22 PM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 1:28 PM
Points: 6,698,
Visits: 11,726
Visual Studio Team System has some built-in tools to offer. The QA team at one stop starting looking into options and chose to use it over other tools...not sure how far they ended up getting with it though.
__________________________________________________________________________________________________
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
Believe you can and you're halfway there.
--Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler
--Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them.
--Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples.
--Giordy
Post #1151185
Ed.Watson aka SQLGator
Ed.Watson aka SQLGator
Posted Friday, July 29, 2011 1:57 PM
Mr or Mrs. 500
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 7:28 AM
Points: 528,
Visits: 187
Is that Team Foundation Server?
Ed Watson aka SQLGator
MCTS SQL Server 2008
Follow me on Twitter!
Tampa Bay SQL Users Group
Go Gators!
Post #1151295
opc.three
opc.three
Posted Friday, July 29, 2011 2:09 PM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 1:28 PM
Points: 6,698,
Visits: 11,726
TFS is the server piece. There used to be special editions of Visual Studio to play into the SDLC Roles TFS offered up. Where I was they were looking at the "Tester Edition" which included tools for Load Testing and they had TFS in place. That said, I just looked and found this for VS 2010. I am not sure VS ever required TFS for Load Testing functionality but it appears you do not with VS 2010. All the Team Editions of VS look like they have been rolled up into the regular editions of VS2010. Check out the video under "Web Performance and Load Testing with Visual Studio 2010":
http://www.microsoft.com/visualstudio/en-us/scenarios/performance-stress-testing
__________________________________________________________________________________________________
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
Believe you can and you're halfway there.
--Theodore Roosevelt
Everything Should Be Made as Simple as Possible, But Not Simpler
--Albert Einstein
The significant problems we face cannot be solved at the same level of thinking we were at when we created them.
--Albert Einstein
1 apple is not exactly 1/8 of 8 apples. Because there are no absolutely identical apples.
--Giordy
Post #1151299
MadAdmin
MadAdmin
Posted Wednesday, September 28, 2011 6:01 AM
SSC Rookie
Group: General Forum Members
Last Login: Friday, May 17, 2013 4:18 AM
Points: 47,
Visits: 280
VS2010 Load Test using WebTest
Basically, you create a functional test sample of work.
Since my application is a webApp, I then have to extract a value from the querystring which I then set up as dynamic variable using a webTest.
Then I include a data source to use in place of the dynamic variable.
Then I include all this in a load Test and enable sqltrace in the loadtest config (built into the tool) but you need sysadmin access on that server I think to run the trace.
Then it outputs the times in a summary.
I normally use the results in the sqltrace which outputs the Queries above a specified threshold.
I sort that by logical reads and then copy the query into sql
view execution plan and then quickly trace where tablescans are happening.
This does not mean that an index must be added immediately.
What then happens is investigate the current index structure and see why we are doing a table scan. Could be erroneously created index.
Alternatively, the proc may need to be refactored. e.g., Order by createdDate column can be replaced with order by RID cos they are both ever increasing which implies that if date2>date1 then RID2>RID1.
Post #1182375
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.