User contributions for PeterHarding
Jump to navigation
Jump to search
- 11:35, 17 April 2008 diff hist +187 Registering a WIndows DLL
- 11:34, 17 April 2008 diff hist +53 Registering a WIndows DLL
- 11:33, 17 April 2008 diff hist +528 N Registering a WIndows DLL New page: <pre> regsvr32 c:\windows\system32\dcl.dll </pre> Also see: * http://www.tutorialspoint.com/dll/dll_registering.htm =Notes= You can't use regsvr32 if the DLL is not an Active-X DLL. ...
- 11:12, 17 April 2008 diff hist +63 N Category:Tools New page: Links to resources and references relating to (software) tools. current
- 11:09, 17 April 2008 diff hist +87 N Category:DOS New page: I know DOS is a dinosaur but you never know when some ancient knowledge will be of use! current
- 11:08, 17 April 2008 diff hist +16 DOS Timer current
- 11:07, 17 April 2008 diff hist +38 DOS Timer
- 11:06, 17 April 2008 diff hist +93 DOS Timer
- 11:06, 17 April 2008 diff hist 0 N File:SleepTest.batch current
- 11:05, 17 April 2008 diff hist −2 DOS Timer
- 11:05, 17 April 2008 diff hist +63 DOS Timer
- 11:04, 17 April 2008 diff hist 0 N File:SleepMilliseconds.exe current
- 11:03, 17 April 2008 diff hist +651 N DOS Timer New page: =BAT File= <pre> @ECHO OFF for /F "tokens=2-4 delims=/ " %%a in ('date /t') do (set date=%%c%%b%%a) for /F "tokens=1-3 delims=: " %%a in ('time /t') do (set time=%%a%%b%%c) TaskLIST | FIN...
- 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