VB Script:
Follow @TestingQ
- Vb script is a visual basic script. It is a product of Microsoft and it is a subset of visual basic programming language.
- There is a Windows Script Host which takes care of VB Script.
- Vb Script is a host language the software present in our system runs VB Script.
- IE host takes care of script which is embedded in IE.
- For Vb Script we use Notepad as Editor
- Open a notepad -->> write the script -->> save the file with extension of .vbs
- Just double click on the file to execute
- there is no debugger we can use third party editor in order to debug.