'###############################################
' PathFinder Object
'###############################################
'Introduction:-
' A QTP test has some resources already associated with it. You can also associate some other libraries, Object Repositories, Datatables...etc.
'When you open the same test, QTP will get all the resouces which are associated in design time.
'If any resource path is changed, QTP will fail to load the resource and that can lead to script failure.
' To overcome this we can define some list of folder paths in Tools --> Options --> Folders where QTP can search for any resource which are not available in specified path.
' If we specify 10 paths QTP will search for a resource in that paths one by one till that resource is found
' Purpose:- PathFinder object will locate the folder where that resource is available.
print PathFinder.Locate ("FileName")
' This statement print the complete path of the given file name
No comments :
Post a Comment