Posted by Albert Gareev on Dec 23, 2007
How to select multiple items in custom list Description Select each item with “Control” key (Ctrl on keyboard). How to select all items in custom list Description Select first and then select last item with “Shift” key (Shift on keyboard). ...
Posted by Albert Gareev on Dec 21, 2007
How to input parameters for WinRunner scripts Description In order to use a customizable dialog, you need to declare data fields and data handler that will populate them as per your needs/rules. Then use WinRunner function create_custom_dialog to display a modal dialog window. Note. Clean-up data fields first to remove values left from previous calls. ...
Posted by Albert Gareev on Dec 15, 2007
A challenge Requirements are never complete or detailed enough… It might be a risk we have to consider or a challenge we need to take. This applies to anything in our job: from testing to development tasks. How do I handle this? An approach The approach I use I usually call a breakdown or decomposition. One might […] ...
Posted by Albert Gareev on Dec 10, 2007
Robustness is the quality of being able to withstand stresses, pressures, or changes in procedure or circumstance. A system, organism or design may be said to be “robust” if it is capable of coping well with variations (sometimes unpredictable variations) in its operating environment with minimal damage, alteration or loss of functionality. wikipedia.org Test Script […] ...