govind sw testing

12

Upload: govind-chopde

Post on 15-Jul-2015

90 views

Category:

Technology


3 download

TRANSCRIPT

Page 1: Govind sw testing
Page 2: Govind sw testing

1] Software Testing.

2] STLC

3] Performance Testing.

Page 3: Govind sw testing

The intent of finding

an error.

To identify actual and

expected results.

Page 4: Govind sw testing
Page 5: Govind sw testing
Page 6: Govind sw testing

process of determining the speed or effectiveness

PT has three dimensions

- Number of Users

- Amount of Data

- Amount of Activity

Performance is Dependant

Resources

Bottlenecks & Wait times

Factors

Throughput

Response Time

Tuning

Benchmarking

Page 7: Govind sw testing

Client side – Time, Pass Fail Statistics,

Throughput, Hits/sec, Customized Functionality Validation Counters, User Abandonment

Server-side – Performance related

metrics and observations for Web Server (s), Application Server (s) and/or Database Server (s)

Page 8: Govind sw testing

Load Testing

- Process of exercising the system under test.

-Constantly increasing the load on the system via automated tools.

Examples:

1. Testing a word processor by editing a very large document.

2. For Web Application load is defined in terms ofconcurrent

Page 9: Govind sw testing

Stress Testing –

-Trying to break the system under test

-To make sure that the system fails and recovers gracefully.

Example:

1. Double the baseline number for concurrent users/HTTP connections.

2. Randomly shut down and restart ports on the network

Page 10: Govind sw testing

1. To identifies problems.

2. Reduces development cycles.

3. Produces better quality.

4. system meets performance

expectations such as –

response time, throughput

etc. under given levels of load.

Expose bugs, such as memory management bugs, memory leaks, buffer overflows, etc.

Page 11: Govind sw testing
Page 12: Govind sw testing

Thank You..!!