User contributions for PeterHarding
Jump to navigation
Jump to search
- 12:45, 16 April 2008 diff hist +2,946 N LoadRunner Scripting Notes New page: =Customizing the Script Configuraion File= The .usr file is the primary configuration file for the script. Sample of the internal format is as follows: <pre> [General] Type=QTWeb Recor...
- 12:03, 16 April 2008 diff hist +26 Synthesizing SVT Data →Other Examples
- 12:03, 16 April 2008 diff hist +21 Python - File sorts
- 12:03, 16 April 2008 diff hist +3,141 N Python - File sorts New page: =Example= <pre> #!/usr/bin/env python # # $Id:$ # #------------------------------------------------------------------------------- """ Sort CSV data to generate LoadRunner parameter fil...
- 09:37, 16 April 2008 diff hist −15 Reformat LoadRunner Scripts
- 09:36, 16 April 2008 diff hist +5,219 N Reformat LoadRunner Scripts New page: =Example= The following script is an early draft of a work in progress to reformat LoadRunner scripts to improve their readability. <pre> #!/usr/bin/env python # # $Id:$ # #------------...
- 09:33, 16 April 2008 diff hist +3,476 N Generating LoadRunner PRM file New page: =Script= <pre> #!/usr/bin/env python # # $Id:$ # #------------------------------------------------------------------------------- import os import re #---------------------------------...
- 09:29, 16 April 2008 diff hist +106 Synthesizing SVT Data →Generating User Profiles
- 09:28, 16 April 2008 diff hist +5,553 Synthesizing SVT Data
- 09:23, 16 April 2008 diff hist +2,565 Python - datetime
- 09:22, 16 April 2008 diff hist +4,031 Synthesizing SVT Data
- 09:18, 16 April 2008 diff hist +43 N Category:Web Testing New page: Information and resources about web testing current
- 09:17, 16 April 2008 diff hist +25 Python - Using a proxy for HTTP requests
- 09:17, 16 April 2008 diff hist +3,770 N Python - Using a proxy for HTTP requests New page: =Examples= <pre> #!/usr/bin/env python #------------------------------------------------------------------------------- # urllib2 opener to connection through a proxy using the CONNECT m...
- 09:14, 16 April 2008 diff hist +21 Python - termio current
- 09:14, 16 April 2008 diff hist +979 N Python - termio New page: =Getch= Gets a single character from standard input which does not echo to the screen. <pre> #!/usr/bin/env python class _Getch: """Gets a single character from standard input. Doe...
- 09:13, 16 April 2008 diff hist +2,427 Synthesizing SVT Data
- 09:08, 16 April 2008 diff hist −1 Synthesizing SVT Data
- 09:07, 16 April 2008 diff hist +2 Synthesizing SVT Data
- 09:07, 16 April 2008 diff hist −78 Synthesizing SVT Data
- 09:06, 16 April 2008 diff hist −1,781 Synthesizing SVT Data
- 09:05, 16 April 2008 diff hist +3,098 Synthesizing SVT Data
- 09:02, 16 April 2008 diff hist +31 Synthesizing SVT Data
- 09:01, 16 April 2008 diff hist +424 N Synthesizing SVT Data New page: =Overview= Preparing data for performance tests is a very important part of the preparation phase for a load test exercise. The following scripts provide simple examples of approaches to...
- 08:56, 16 April 2008 diff hist +20 Python - datetime
- 08:56, 16 April 2008 diff hist +45 Python - File operations
- 08:55, 16 April 2008 diff hist +643 N Python - File operations New page: =Examples= ==URL Encoding Data== The following example was used to build a data set for LoadRunner testing where some of the data needed to be URL encoded <pre> #!/usr/bin/env python i...
- 08:52, 16 April 2008 diff hist +316 N Python - datetime New page: =Examples= <pre> #!/usr/bin/env python import datetime start_date = datetime.datetime(2007,01,01) end_date = datetime.datetime(2008,03,11) print start_date print end_date date = st...
- 09:09, 7 April 2008 diff hist −2 Python - File Processing current
- 15:47, 4 April 2008 diff hist +1,223 Python - File Processing
- 15:44, 4 April 2008 diff hist +436 N Python - File Processing New page: Here is a fragment of code with some simple file parsing logic... <pre> def analyse(logfile): cnt = 0 lfd = open(logfile, 'r') for line in lfd.readlines(): if cnt ==...
- 14:43, 22 March 2008 diff hist +14 Cartoons current
- 14:43, 22 March 2008 diff hist +18 Cartoons
- 14:42, 22 March 2008 diff hist +51 N Cartoons New page: * http://cagle.msnbc.com/news/GayMarriageBan/1.asp
- 14:43, 21 March 2008 diff hist 0 N File:CSS1 Properties.zip current
- 14:41, 21 March 2008 diff hist +56 Cascading Style Sheets current
- 14:41, 21 March 2008 diff hist +61 Cascading Style Sheets
- 14:40, 21 March 2008 diff hist 0 N File:CSS2.pdf current
- 14:35, 21 March 2008 diff hist +104 Steven M Bellovin current
- 14:34, 21 March 2008 diff hist 0 N File:Counting NAT Hosts.pdf current
- 14:34, 21 March 2008 diff hist +1 Steven M Bellovin
- 14:34, 21 March 2008 diff hist +30 N Steven M Bellovin New page: =Articles= [[Category:TCP/IP]
- 14:31, 21 March 2008 diff hist 0 N File:TIJ-3rd-edition4.0.zip current
- 14:31, 21 March 2008 diff hist +11 N Java Resources New page: =Documents= current
- 14:27, 21 March 2008 diff hist +113 Python - Links
- 14:26, 21 March 2008 diff hist 0 N File:Python RegExp.zip current
- 14:23, 21 March 2008 diff hist +15 Python - Links
- 14:22, 21 March 2008 diff hist +60 Python - Links
- 16:41, 20 March 2008 diff hist +58 N OpenSTA New page: Back to Load Testing Tools Category:LoadTesting current
- 16:41, 20 March 2008 diff hist +58 N PushToTest New page: Back to Load Testing Tools Category:LoadTesting current