http://www.appdynamics.com/blog/php/tools-of-the-trade-for-performance-and-load-testing/…
http://www.softwaretestinghelp.com/what-is-performance-testing-load-testing-stress-testing/ Difference Between Performance Testing, Load Testing and Stress Testing – With Examples Q. What is difference between Performance Testing, Load Testing and St…
Java Performance Optimization by: Pierre-Hugues Charbonneau reference:http://refcardz.dzone.com/refcardz/java-performance-optimization Java is among the most widely used programming languages in the software development world today. Java applications…
Responsive Web Design is regarded as being the approach which suggests that web design and development should respond to the end-user’s behavior and environment based on their screen size, platform and orientation. Responsiveness consists of a mix of…
PostgreSQL Performance Monitoring Tools https://github.com/CloudServer/postgresql-perf-tools This package includes three useful scripts aimed to help to pinpoint performance issues on systems with PostgreSQL as database backend. All scritps are writt…
watin: http://www.cnblogs.com/dahuzizyd/archive/2007/04/13/ruby_on_rails_windows_instatnrails_study_all.html http://www.tutorialspoint.com/ruby/ recommand: http://www.cnblogs.com/testware/archive/2011/01/22/1942071.html QTP: http://www.51testing.com/…
http://www.opensourcetesting.org/unit_c.php API Sanity AutoTest Description: An automatic generator of basic unit tests for a shared C/C++ library. It helps to quickly generate simple ("sanity" or "shallow"-quality) test cases for ever…
How to solve the VS installed machine cannot run performance testing by .testsettings file, which will distribute the tests running on multiple test agents by test conroller? Firstly need get confirmed that:1. Can ping successfully from VS machine to…
从事软件测试两年多了,一直在做功能测试.2016年计划学习Performance.今天,先把之前听过的同事session以及自己查阅的资料小结一下. 一.什么是性能测试 首先来说一下软件的性能是什么.视角不同,考虑的软件性能也不同.比如,普通用户关注的软件性能就是响应速度,即软件用起来快不快,爽不爽:对于软件管理者或开发人员来说,意味着一系列的性能指标,如响应时间.并发用户数.吞吐量等等. 性能测试的英文定义是这样的: In software engineering, performance t…
Load and stress testing are subsets of performance testing. Performance testing means how best something performs under a given benchmark. For example How mucn time you take to run 100 meters without carrying any load (no load is the benchmark) ? Loa…