Posted by Albert Gareev on Apr 19, 2007
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 ...
Posted by Albert Gareev on Apr 17, 2007
Service Functions – Math / WinRunner Check a value exists in array Sort one-dimensional array Convert array to simple set (enumeration) ...
Posted by Albert Gareev on Apr 15, 2007
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 ...
Posted by Albert Gareev on Mar 28, 2007
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 […] ...
Posted by Albert Gareev on Mar 26, 2007
Parent page: Service Functions – String / WinRunner Date to Dictionary Date comparison ...
Posted by Albert Gareev on Mar 24, 2007
Parent page: Service Functions – String / WinRunner Month Name/Number conversion Date format conversions ...
Posted by Albert Gareev on Mar 22, 2007
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 ...
Posted by Albert Gareev on Mar 20, 2007
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 ...
Posted by Albert Gareev on Mar 18, 2007
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 ...
Posted by Albert Gareev on Mar 16, 2007
Parent page: Service Functions – String / WinRunner Replace characters in a string Replace pattern (regular expression) in a string ...
Posted by Albert Gareev on Mar 14, 2007
Parent page: Service Functions – String / WinRunner Trim text line Check format ...
Posted by Albert Gareev on Feb 22, 2007
How to generate filename with a timestamp Parent page: Service Functions – System (WinRunner, TSL) ...
Posted by Albert Gareev on Feb 21, 2007
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 ...
Posted by Albert Gareev on Feb 10, 2007
Architectures of Test Automation by Cem Kaner Test Automation Frameworks by Carl J. Nagle Intelligent Test Automation by Harry Robinson ...
Posted by Albert Gareev on Jan 22, 2007
…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 […] ...
Posted by Albert Gareev on Jan 20, 2007
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 […] ...