User contributions for PeterHarding
Jump to navigation
Jump to search
- 18:12, 16 April 2008 diff hist −7 LoadRunner Code Snippets
- 18:12, 16 April 2008 diff hist +3 LoadRunner Code Snippets
- 18:11, 16 April 2008 diff hist +4 LoadRunner Code Snippets
- 18:11, 16 April 2008 diff hist +2 LoadRunner Code Snippets
- 18:11, 16 April 2008 diff hist +29,176 LoadRunner Code Snippets
- 18:03, 16 April 2008 diff hist +2 LoadRunner Code Snippets
- 18:03, 16 April 2008 diff hist −13 LoadRunner Code Snippets
- 18:02, 16 April 2008 diff hist +2,278 LoadRunner Code Snippets
- 17:53, 16 April 2008 diff hist +15 LoadRunner Code Snippets
- 17:53, 16 April 2008 diff hist −7 LoadRunner Code Snippets
- 17:52, 16 April 2008 diff hist +2,327 N LoadRunner Code Snippets New page: =Finding Multiple Instances in a Page= Here we are looking for invoices in an invoice list... <pre> //----- At 'Invoice Search Screen' ----------------------------------------- w...
- 17:50, 16 April 2008 diff hist +1 LoadRunner Scripting Notes current
- 13:59, 16 April 2008 diff hist +1 LoadRunner Scripting Notes
- 13:59, 16 April 2008 diff hist +1,383 LoadRunner Scripting Notes →Defining Parameters
- 13:47, 16 April 2008 diff hist +15 Generating LoadRunner PRM file
- 13:46, 16 April 2008 diff hist +26 LoadRunner Scripting Notes
- 13: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...
- 13:03, 16 April 2008 diff hist +26 Synthesizing SVT Data →Other Examples
- 13:03, 16 April 2008 diff hist +21 Python - File sorts
- 13: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...
- 10:37, 16 April 2008 diff hist −15 Reformat LoadRunner Scripts
- 10: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:$ # #------------...
- 10: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 #---------------------------------...
- 10:29, 16 April 2008 diff hist +106 Synthesizing SVT Data →Generating User Profiles
- 10:28, 16 April 2008 diff hist +5,553 Synthesizing SVT Data
- 10:23, 16 April 2008 diff hist +2,565 Python - datetime
- 10:22, 16 April 2008 diff hist +4,031 Synthesizing SVT Data
- 10:18, 16 April 2008 diff hist +43 N Category:Web Testing New page: Information and resources about web testing current
- 10:17, 16 April 2008 diff hist +25 Python - Using a proxy for HTTP requests
- 10: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...
- 10:14, 16 April 2008 diff hist +21 Python - termio current
- 10: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...
- 10:13, 16 April 2008 diff hist +2,427 Synthesizing SVT Data
- 10:08, 16 April 2008 diff hist −1 Synthesizing SVT Data
- 10:07, 16 April 2008 diff hist +2 Synthesizing SVT Data
- 10:07, 16 April 2008 diff hist −78 Synthesizing SVT Data
- 10:06, 16 April 2008 diff hist −1,781 Synthesizing SVT Data
- 10:05, 16 April 2008 diff hist +3,098 Synthesizing SVT Data
- 10:02, 16 April 2008 diff hist +31 Synthesizing SVT Data
- 10: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...
- 09:56, 16 April 2008 diff hist +20 Python - datetime
- 09:56, 16 April 2008 diff hist +45 Python - File operations
- 09: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...
- 09: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...
- 10:09, 7 April 2008 diff hist −2 Python - File Processing current
- 16:47, 4 April 2008 diff hist +1,223 Python - File Processing
- 16: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 ==...
- 15:43, 22 March 2008 diff hist +14 Cartoons current
- 15:43, 22 March 2008 diff hist +18 Cartoons
- 15:42, 22 March 2008 diff hist +51 N Cartoons New page: * http://cagle.msnbc.com/news/GayMarriageBan/1.asp