08-19-2010, 12:20 AM
Need to call function from another function (locates not at the same lib)
example:
Lib1:
function func1
' something here
end function
Lib2
function func2
' some code here
func1 ' call to the function from another lib
end function
==============
The call to func1 or func2 can be done without problem from any Action of QTP test.
Any ideas?
Thanks
example:
Lib1:
function func1
' something here
end function
Lib2
function func2
' some code here
func1 ' call to the function from another lib
end function
==============
The call to func1 or func2 can be done without problem from any Action of QTP test.
Any ideas?
Thanks