For example, let's say you have this QTP script:
And you have a VBScript.
How do the 2 merge in QTP? What does the final script look like?
Can anyone answer this question?
Code:
Browser("IFS :: Intelligence Fusion").Page("IFS :: Intelligence Fusion").WebElement("Avalanche(Structured Search)").ClickAnd you have a VBScript.
Code:
Environment.Value("Execute")="Yes"
Msgbox "This is Action1 code"
RunAction "Action2",OneIteration
RunAction "Action3", oneIteration
Environment.Value("Execute")="No"How do the 2 merge in QTP? What does the final script look like?
Can anyone answer this question?

