Login Form






Lost Password?
No account yet? Register
Freelancer Jobs arrow Freelancer Jobs - Archive 2007
JobId: #1351611

C# -- Unit Testing, Performance Testing, Performance Monitoring

Categories: Testing / Quality Assurance,C#,Visual Basic .Net
Posted By: rac_jobs  (174 ratings)
Source: Rent-a-coder
Job viewed: 623 times
Bids Placed: 7
Start Date: 2010-02-19 13:48:25
End Date: 2010-03-05 13:47:03
Time Remaining:
Deadline: 18 days.
Current Phase: Bidding open
Max Accepted Bid: Open to fair suggestions
Project Type: Very Small Business Project: under $100(USD)
Bid Type: Open Auction
Platform: C# WindowsForms VS 2008 .net 2
Description:

I have a form that displays 200+ results,
users change about 10 results, and click
submit.

I want to see how much time and network
traffic it takes to determine which on
of the below options is better.

Option #1: run "Form1.cs",
letting Microsoft's
TableAdapterManager
take care of the update

Option #2: run "Form2.cs",
writing changes to a temp
table and passing changes to
a storedproc one at a time

Below are some of the URLs I reviewed:
http://www.testingfaqs.org/t-load.html
http://www.red-gate.com/products/ants_performance_profiler/index.htm
http://www.automatedqa.com/
http://www.vcskicks.com/code_speed_test.php
http://msdn.microsoft.com/en-us/library/ms973858.aspx
http://www.codeproject.com/KB/showcase/netapp_performance.aspx
----------------------------------------------
Please let me know which tool you plan to use
and post a bid on how much you will charge to
help me learn how to get time and network
traffic results.

I will then post the small C#
WindowsForms VS 2008 .net 2 APP.