Performance Testing Life Cycle:
- Introduction - PTLC
- Requirement Gathering
- Simple NFR Format
- Test Strategy (Planning)
- Test Design (Scripting)
- Workload Modeling & Test Execution
- Reporting & Recommendation
- What is Performance Testing and why it is needed?
- Performance Testing Tools
- Type of Performance Test (Non-Functional Testing)
- Importance of 90th Percentile in Performance Testing
- Importance of Standard Deviation in Performance Testing
- What are the factors affect Performance of an application/system?
- Important Time Counters
- Type of Server and Important Server Counters
- Windows Server Counters
- Web Server - Apache (Counters & Tuning Tips)
- Web Server - ASP (Counters & Tuning Tips)
- Latency - Easy to understand
- Bandwidth - Easy to understand
- Throughput - Easy to understand
- Response Time - Easy to understand
- Garbage Collector - In Performance Testing Term
- What does come under a simple "Response Time"?
- Think Time - Understand Practically
- Pacing - Understand More Practically
- Why Pacing and Think Time are so important in Performance Testing?
- How HTTP Response Code is helpful in Performance Testing?
- Concurrent Users vs Simultaneous Users
- How to create realistic Performance Test scenario?
- Agent-based Monitoring Tool vs Agent-less Monitoring Tool
- WHIWH Rule
- ComCorDEEPT Rule
- Overlay, Correlate and Tile Graphs
- Performance Test Result Analysis (Level - I)
- Performance Test Result Analysis (Level - II)
- Performance Test Result Analysis (Level - II Part A)
- Performance Test Result Analysis (Level - II Part B)
- Performance Test Result Analysis (Level - II Part C)
- Performance Test Result Analysis (Level - III)
- Performance Test Result Analysis (Level - III Part A)
- Performance Test Result Analysis (Level - III Part B)
- Performance Test Result Analysis (Level - III Part C)
- Performance Test Result Analysis (Level - III Part D)
- Performance Test Result Analysis (Level - III Part E)
- Performance Test Result Analysis (Level - III Part F)
- Performance Test Graph Analysis - No. of Users graph
- Performance Test Graph Analysis - Response Time graph
- Performance Test Graph Analysis - Throughput
- Performance Test Graph Analysis - Hits graph
- Performance Test Graph Analysis - TPS graph
- Performance Test Graph Analysis - Error graph
- Risk Assessment Document Template
- Non-Functional Requirement Document Template
- Performance Test Plan Template
- Performance Test Report Template
In vugen,How to capture one particular transaction response time in truclient protocol..
ReplyDeleteHi Dheena,
DeleteYou can get the transaction response time in the result. Make sure you bind the correct requests in the transaction like Home Page, Login etc.
Hi is it possible to get the response time of each request.
ReplyDeleteFor example 1 Transaction may have 2-3 requests(web_submit/web_url/web_custom_requet)
Yes, please wrap those requests in the sub-transaction.
Deletelr_start_transaction ("1.0")
.
.
.
lr_start_sub_transaction("1.1")
.
.
lr_end_sub_transaction("1.1", LR_AUTO);
.
.
.
lr_start_sub_transaction("1.2")
.
.
lr_end_sub_transaction("1.2", LR_AUTO);
.
.
lr_end_transaction("1.0", LR_AUTO);
what is this LR_AUTO???
ReplyDeleteIt is a default argument which is passed in lr_end_transaction function. Apart from LR_AUTO, LR_Pass and LR_Fail arguments are also used which are condition based argument.
Deletecan u tell me the link to read about this arguments???
Deletehttps://perfmatrix.blogspot.com/2017/03/hp-loadrunner-transaction-handling.html
Deletethank u
DeleteWelcome!
Deletesir,
ReplyDeletecan u please elaborate this. "run vuser as thread or process"??
which one is preferred nd why???
Please refer the below link:
Deletehttps://perfmatrix.blogspot.com/2017/04/loadrunner-run-vuser-as-a-thread-vs-run-vuser-as-a-process.html
sir,
ReplyDeletehow to simulate spike test???
how load distribution done for spike test???
Hi Shivani,
DeletePlease refer to the below link:
https://www.perfmatrix.com/what-is-spike-test/