CHROMIUM

Welcome to CHROMIUM's very own blog!

September, 2012

Tuning of IIS for optimal performance

Tuning of IIS for optimal performance of CAP/Web   Disable HTTP Logging to reduce server contention. Set HTTP Keep-Alives as true to ensure cookie sessions are last longer. Set Connection Timeout as 120 second. Figure: IIS – Web site node   Enable HTTP Compression to save bandwidth. Enable HTTP static content cache. Figure: IIS – […]

Finding text string in response by LoadRunner

Sometimes, when you wish to find particular text string on a screen through code (without ending up in script failure in case of not-found) here is what you can do: 1. Use Savecount in Web_Reg_find web_reg_find(“Text=my string on Web Tours”, save count = rc1, LAST); // by now you are total number of occurrences in […]

Next posts