Books
-
Recent Posts
Archives
Categories
- .NET Core (1)
- ActivityDesigner (5)
- AngularJs (7)
- Architecture Features (1)
- ASP.Net (24)
- Entity Framework (3)
- ASP.Net 4.5 (6)
- Azure (16)
- Book (6)
- C# (22)
- C# 4.0 (4)
- Cognitive Services (1)
- Contest (5)
- DevOps (1)
- EnvDTE (3)
- feature Builder (1)
- General (8)
- Google (3)
- HTML5 (20)
- IDE (3)
- IE (3)
- IIS (1)
- jQuery (3)
- LightSwitch (1)
- LINQ (2)
- Load Test (5)
- Lync Server 2010 (2)
- Microsoft (21)
- MVC (7)
- Node (2)
- Office (5)
- Open XML (1)
- performance Test (6)
- Pex and Moles (3)
- Site Review (2)
- SQL (6)
- TFS (18)
- Tools (6)
- UI (1)
- Uncategorized (26)
- Visual Studio (18)
- Visual Studio 2015 (12)
- Visual Studio 2010 (15)
- WCF (1)
- Visual Studio 2011 (4)
- Metro App (1)
- Visual Studio 2012 (14)
- Visual Studio 2013 (5)
- VSTS 2010 (12)
- LightSwitch (1)
- VSTS 2011 (3)
- WebMatrix (2)
- WF (9)
- WF4 (20)
- Windows (11)
- Windows 8 App (8)
- Windows Phone 7 (1)
- WPF (9)
Meta
Blog Stats
- 154,153 hits
Category Archives: Load Test
Dialogue with Visual Studio – Performance Testing
Visual Studio is an Integrated Development Environment from Microsoft. This IDE provides features and tools to manage all phases of software life cycle. When it comes to performance of an application, most of the time we look outside for help … Continue reading
Posted in Book, Load Test, Microsoft, performance Test, Tools, Visual Studio 2015
Tagged Book, Performance Test
Leave a comment
Responsive Design Testing – BrowserStack
Are you developing a web application based on RWD or responsive web design? How you are planning to test the same across multiple devices? RWD based web applications needs to be tested across different browsers and devices. We may able … Continue reading
Web Performance Test Using Visual Studio – Part III
Performance of an application is very important for a multi-user application. Performance is not only the speed of execution; it includes the load and concurrency aspects. Visual Studio is one of the tools used for Performance Test. Visual Studio Test … Continue reading
Posted in Load Test, performance Test, Visual Studio 2010, VSTS 2010
Tagged Load test, Performance Test
8 Comments
Visual Studio : Generic Test
Generic test is a wrapper over an executable or dll and make it as testable. Once, we wrap our executable or dll using generic test, we can add the generic test to Load test and will perform the performance test. … Continue reading
Posted in C#, Load Test, performance Test, Visual Studio 2010
Tagged Generic test, Performance Test
3 Comments
Web Performance Test Using Visual Studio – Part II
Load test is used for performing load test on an application. It simulates multiple users as virtual users and executes the test scripts to simulate the real user load on different servers like Application Server, Database server and Web server. … Continue reading
Posted in Load Test, performance Test
9 Comments