VB Script Placement in HTML File
VB Script code is included anywhere in an HTML document. But
the most preferred way to include VB Script in your HTML file is as follows:
- Script placed between <head>...</head> section.
- Script placed between <body>...</body> section.
- Script placed between <body>...</body> and <head>...</head> sections.
- Script placed in an external file and then include in <head>...</head> section.
VB Script Placement in QTP
- VB Script is placed in QTP (Quick Test Professional) tool but it is not enclosed within HTML Tags. The Script File is saved with the extension .vbs and it is executed by Quick Test Professional execution engine.
No comments:
Post a Comment