08-12-2009, 10:51 AM
Hi Pspsblog,
You can use Object.Open method to open your Test.
Syntax for this will be
Object.Open TestPath,OpenInReadOnlyMode,SaveCurrent
where
object : QTP Aplication object,
TestPath " Path for your test
OpenInReadOnlyMode : Optional [True/False]
Save Current : Optional [True/False]
Hope this will help you
Rameshrise3 - RunAction Statement can be used only for call a reusable action, you will not be able to call a test using RunAction
You can use Object.Open method to open your Test.
Syntax for this will be
Object.Open TestPath,OpenInReadOnlyMode,SaveCurrent
where
object : QTP Aplication object,
TestPath " Path for your test
OpenInReadOnlyMode : Optional [True/False]
Save Current : Optional [True/False]
Hope this will help you
Rameshrise3 - RunAction Statement can be used only for call a reusable action, you will not be able to call a test using RunAction