Friday, December 5, 2008

Hi all,

Those who are seeking certification in QTP 9.2 can refer to the below mentioned link.

You can at least get some practice question answer on QTP which will help you to understand, in what way you need to prepare for the exams...

http://mercuryquicktestprofessional.blogspot.com/2006/11/test-yourself-on-qtp_22.html

Stress Testing

Stress testing:
Stress testing tries to break the system under test by overwhelming its resources or by taking resources away from it (in which case it is sometimes called negative testing). The main purpose behind this madness is to make sure that the system fails and recovers gracefully -- this quality is known as recoverability.Where performance testing demands a controlled environment and repeatable measurements, stress testing joyfully induces chaos and unpredictability. To take again the example of a Web application, here are some ways in which stress can be applied to the system:
1.double the baseline number for concurrent users/HTTP connections
2.randomly shut down and restart ports on the network switches/routers that connect the servers (via SNMP commands for example)
3.take the database offline, then restart it
4.rebuild a RAID array while the system is running
5.run processes that consume resources (CPU, memory, disk, network) on the Web and database servers