preload

2010/07 Quick Testing Tips posts archive

Posted by Albert Gareev on Aug 26, 2010
0
Get yourself out of Inbox Crash test your application   Unlearning for testers   SQL Injection cartoon and walkthrough ...

2010/06 Quick Testing Tips posts archive

Posted by Albert Gareev on Aug 25, 2010
0
Bring up your Desktop in double-click! Test your wetware GUI Step Automation Heuristic (Mindmapped)   Ten 20 Years Old Usability Heuristics   Visualize XML then blink test   Close process in a second ...

TestComplete GUI extensibility with Object Mapping

Posted by Albert Gareev on Aug 24, 2010
0
What’s it about? When TestComplete encounters an object in GUI hierarchy of an application, it tries to recognize it by internal class name: is it an input box, list, button, or data grid. These class names are predefined and come with the product – TestComplete, and/or one of its add-on libraries. Off course, new object [...] ...

Inserting breaks into text line

Posted by Albert Gareev on Aug 19, 2010
0
Parent page: Service Functions – String (QTP, VBScript) Description Based on the maximum allowed length of  the string (strMsgText) insert space characters. Implementation Public Function BreakTextLine(ByVal strMsgText, ByVal intMaxLen)  Dim intLoc, intMaxLen, strResult  If Len(strMsgText) < intMaxLen Then   BreakTextLine = strMsgText   Exit Function  End If  strResult = ""  While Len(strMsgText) > 0   intLoc = ...

Software Development Waist Line

Posted by Albert Gareev on Aug 17, 2010
0
Software Engineering Explained Software Development Waist Line ...

N-N Comparison: SetMatchFor

Posted by Albert Gareev on Aug 12, 2010
0
Reference Page: Comparison Rules Automatic Comparison Rules Relationship: Many-to-Many / Rule: Match For Set in Another Set Definitions Supported data types: String, Number, Date Supported data structures: Vector Comparison of values of different data types always returns False. Comparison of values of unsupported data types always returns False. Vector data structure is presented by a set [...] ...

N-N Comparison: SetMatchIn

Posted by Albert Gareev on Aug 11, 2010
0
Reference Page: Comparison Rules Automatic Comparison Rules Relationship: Many-to-Many / Rule: Set Match In [Another Set] Definitions Supported data types: String, Number, Date Supported data structures: Vector Comparison of values of different data types always returns False. Comparison of values of unsupported data types always returns False. Vector data structure is presented by a set [...] ...

N-N Comparison: isRecordEqual

Posted by Albert Gareev on Aug 09, 2010
0
Reference Page: Comparison Rules Automatic Comparison Rules Relationship: Many-to-Many / Rule: Is Data Record [in Dictionary] Equal To Another One Definitions Supported data types: String, Number, Date Supported data structures: Dictionary (Associative Array) Comparison of values of different data types always returns False. Comparison of values of unsupported data types always returns False. A record is [...] ...

N-N Comparison: isSetEqual

Posted by Albert Gareev on Aug 05, 2010
0
Reference Page: Comparison Rules Automatic Comparison Rules Relationship: Many-to-Many / Rule: Is Set Equal Definitions Supported data types: String, Number, Date Supported data structures: Vector Comparison of values of different data types always returns False. Comparison of values of unsupported data types always returns False. Vector data structure is presented by a set (un-ordered array) of [...] ...

Proverbs and quotes about Testing and Leadership

Posted by Albert Gareev on Aug 03, 2010
2
Proverbs and quotes Remember the difference between a boss and a leader; a boss says “Go!” – a leader says “Let’s go!” E.M. Kelly I have always thought the actions of men the best interpreters of their thoughts. John Locke A promise is a cloud; fulfillment is rain. Arabian Proverb A good manager is a [...] ...
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.