Posted by Albert Gareev on Jul 01, 2010
I was honoured to join a team of contributing authors on Quick Testing Tips website that is run by Michael Kelly. Subscribe, visit, read, submit your comments and questions! ...
Posted by Albert Gareev on Jun 25, 2009
Publication URL: http://www.qaguild.com/weekly_archives.php?UID=60 Code examples package: overload-codeexamples1 Overload your VBScript functions While implementing Automated Functional Testing solutions I often face the challenge creating the scripts somewhat “intelligent”, capable of making decisions and recognizing different logical patterns on the run. One of the major steps on this path is breaking the boundaries of ...
Posted by Albert Gareev on Jun 11, 2009
Publication URL: http://www.qaguild.com/weekly_archives.php?UID=55 Data-Driven != Parameterized (Or How to Avoid Test Flow Hard-Coding And Dramatically Reduce Code Maintenance Cost in Functional Test Automation) Many times looking at the busy screen together with Business Analyst I used to discuss dozens of manual Test Cases they execute to cover the functionalities of this single Window or Dialog. […] ...