Please enable JavaScript.
Coggle requires JavaScript to display documents.
UFT Framework (Common Repository (Result library ((Result_Summary.vbs)…
UFT Framework
Common Repository
Global Variables (GV.vbs) The common Environmental & Function variables will be maintained which is used across the framework
-
Common utilities
(Common_Utilities.vbs) This contains all the reusable functions which can be utilized for the entire framework (CLICK, SET, WAIT, SELECT ... etc)
Report
-
Detailed Report
(DR.html) Detailed report contains reports for each test cases for each step performed,
-
Documents
Guideline for the Framework, Code Coverage (.doc File)
-
Driver Data
(Module_Name.xls) This contain the list of all test cases which can be executed as a single script or a group of test cases or the complete suite.
Driver
(Driver.vbs) This Contain AOM- Automation Object model for the complete framework which is initiated during an unattended run.
Modules
Module 1
-
Control variables
Control variables (module1.vbs) This contains the descriptive programming objects for some specific functions which cannot be handled by the object repository
Library
(Module_library.vbs) Specific reusable functions which is specific to the module will be maintained.
Data
(Module_data.vbs) This contains all the specific informations required to drive the scripts module level.
Module Object repository
(ModuleOR.tsr, ModuleOR.vbs) This contains all the objects which is relevant for this specific module (Module 1).
-