preload

Test Automation Terminology

Posted by Albert Gareev on Apr 21, 2008
0
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 [...] ...

Load/unload GUI Repositories during run-time (QTP, ...

Posted by Albert Gareev on Apr 15, 2008
0
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 ...

Proverbs and quotes about Testing and Questioning

Posted by Albert Gareev on Apr 10, 2008
0
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 [...] ...
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.