Posted by Albert Gareev on Apr 21, 2008
Test Flow – The testing process in its dynamics as a sequence of operations: interactions with an application under test, observations and evaluations. Complex Test Flow is represented by a tree of possible test flows for sub-functionalities, including branches and loops. Test Flow Design - The activity of development of a Test Flow. Test Flow Modeling [...] ...
Posted by Albert Gareev on Apr 15, 2008
Load GUI Repositories Set FSO = CreateObject("Scripting.FileSystemObject") For GuiFile in GUICollection 'Check if file exists boolRC = FSO.FileExists(GuiFile) If Not boolRC Then 'Error-handling, reporting Exit Function End If 'Check if GUI repository is already loaded intPos = RepositoriesCollection.Find(GuiFile) If intPos = -1 Then RepositoriesCollection.Add GuiFile End If Next Set FSO = Nothing ...
Posted by Albert Gareev on Apr 10, 2008
Proverbs and quotes Axioms in philosophy are not axioms until they are proved upon our pulses: We read fine things but never feel them to the full until we have gone the same steps as the Author. John Keats A man who carries a cat by the tail learns something he can learn in no [...] ...