preload

Math primitives 3 (WinRunner, TSL)

Posted by Albert Gareev on Apr 19, 2007
0
Service Functions – Math / WinRunner Convert matrix to text table Find a row in matrix by key value Find a column in matrix by key value ...

Math primitives 2 (WinRunner, TSL)

Posted by Albert Gareev on Apr 17, 2007
0
Service Functions – Math / WinRunner Check a value exists in array Sort one-dimensional array Convert array to simple set (enumeration) ...

Math primitives 1 (WinRunner, TSL)

Posted by Albert Gareev on Apr 15, 2007
0
Service Functions – Math / WinRunner Absolute value (Modulus) Check if a value has a multiple Check if a value belongs to range Check if floating point values are equal in delta-range ...

Service Functions – String / WinRunner

Posted by Albert Gareev on Mar 28, 2007
0
String / Text/ Date Functions In the code examples I present I often refer to routine functions. In my framework I have specialized libraries to call from. In my blog I maintain the similar structure. String/Text functions (WinRunner, TSL) Trim text line Check format String/Text functions 2 (WinRunner, TSL) Replace characters in a string Replace […] ...

String/Date functions 2 (WinRunner, TSL)

Posted by Albert Gareev on Mar 26, 2007
0
Parent page: Service Functions – String / WinRunner Date to Dictionary Date comparison ...

String/Date functions (WinRunner, TSL)

Posted by Albert Gareev on Mar 24, 2007
0
Parent page: Service Functions – String / WinRunner Month Name/Number conversion Date format conversions ...

String/Text functions 5 (WinRunner, TSL)

Posted by Albert Gareev on Mar 22, 2007
0
Parent page: Service Functions – String / WinRunner CheckBox status value conversion Boolean value conversion Execution Status value conversion String-based Association to Dictionary conversion String-based data Set to Array conversion ...

String/Text functions 4 (WinRunner, TSL)

Posted by Albert Gareev on Mar 20, 2007
0
Parent page: Service Functions – String / WinRunner Find a substring defined by 2 tokens Return substring by index Split filepath – return folder path, file name and extension separately   ...

String/Text functions 3 (WinRunner, TSL)

Posted by Albert Gareev on Mar 18, 2007
0
Parent page: Service Functions – String / WinRunner Remove extra space and tab characters within a string Return position of a substring, looking from LEFT or RIGHT Matching strings   ...

String/Text functions 2 (WinRunner, TSL)

Posted by Albert Gareev on Mar 16, 2007
0
Parent page: Service Functions – String / WinRunner Replace characters in a string Replace pattern (regular expression) in a string   ...

String/Text functions (WinRunner, TSL)

Posted by Albert Gareev on Mar 14, 2007
0
Parent page: Service Functions – String / WinRunner Trim text line Check format ...

Generate filename with a timestamp (WinRunner, TSL)

Posted by Albert Gareev on Feb 22, 2007
0
How to generate filename with a timestamp Parent page: Service Functions – System (WinRunner, TSL) ...

Service Functions – System (WinRunner, TSL)

Posted by Albert Gareev on Feb 21, 2007
0
In the code examples I present I often refer to routine functions. In my framework I have specialized libraries to call from.  In my blog I maintain the similar structure. Create Folder Copy File Delete File How to generate filename with a timestamp How to generate filename with a timestamp ...

Link-a-log: Test Automation Frameworks

Posted by Albert Gareev on Feb 10, 2007
0
Architectures of Test Automation by Cem Kaner Test Automation Frameworks by Carl J. Nagle Intelligent Test Automation by Harry Robinson ...

On hard-coding of test data (2)

Posted by Albert Gareev on Jan 22, 2007
0
…On hard-coding of test data, continued Parameterization is a structured programming approach Starting with example. Such a function is useless when you need to sum numbers different than 2 and 3. Now let’s apply mapping. It is a little bit better, but we still have to change the source code and restart the script, if […] ...

On hard-coding of test data (1)

Posted by Albert Gareev on Jan 20, 2007
0
Hard-coding – storing data within the code A printed document is called “hard copy”, while its electronic version is “soft”. We can easily apply a change on a soft copy. And yet the code, compiled and assembled into an application, while stored electronically, is a “hard” copy too. Applying changes to it is almost an […] ...
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported
This work by Albert Gareev is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported.