User contributions for PeterHarding
Jump to navigation
Jump to search
- 10:35, 17 April 2008 diff hist +187 Registering a WIndows DLL
- 10:34, 17 April 2008 diff hist +53 Registering a WIndows DLL
- 10: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. ...
- 10:12, 17 April 2008 diff hist +63 N Category:Tools New page: Links to resources and references relating to (software) tools. current
- 10: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
- 10:08, 17 April 2008 diff hist +16 DOS Timer current
- 10:07, 17 April 2008 diff hist +38 DOS Timer
- 10:06, 17 April 2008 diff hist +93 DOS Timer
- 10:06, 17 April 2008 diff hist 0 N File:SleepTest.batch current
- 10:05, 17 April 2008 diff hist −2 DOS Timer
- 10:05, 17 April 2008 diff hist +63 DOS Timer
- 10:04, 17 April 2008 diff hist 0 N File:SleepMilliseconds.exe current
- 10: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...
- 17:12, 16 April 2008 diff hist −7 LoadRunner Code Snippets
- 17:12, 16 April 2008 diff hist +3 LoadRunner Code Snippets
- 17:11, 16 April 2008 diff hist +4 LoadRunner Code Snippets
- 17:11, 16 April 2008 diff hist +2 LoadRunner Code Snippets
- 17:11, 16 April 2008 diff hist +29,176 LoadRunner Code Snippets
- 17:03, 16 April 2008 diff hist +2 LoadRunner Code Snippets
- 17:03, 16 April 2008 diff hist −13 LoadRunner Code Snippets
- 17:02, 16 April 2008 diff hist +2,278 LoadRunner Code Snippets
- 16:53, 16 April 2008 diff hist +15 LoadRunner Code Snippets
- 16:53, 16 April 2008 diff hist −7 LoadRunner Code Snippets
- 16: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...
- 16:50, 16 April 2008 diff hist +1 LoadRunner Scripting Notes current
- 12:59, 16 April 2008 diff hist +1 LoadRunner Scripting Notes
- 12:59, 16 April 2008 diff hist +1,383 LoadRunner Scripting Notes →Defining Parameters
- 12:47, 16 April 2008 diff hist +15 Generating LoadRunner PRM file
- 12:46, 16 April 2008 diff hist +26 LoadRunner Scripting Notes
- 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