Advanced VBScript

VBScript Tutorial for UFT

VBScript Fundamentals & Features ----------------------------------- i) Comments     To brand the code readable     To brand the code disable from execution   ii) Data Types     Implicit Declaration of Data Types     Onl…

UFT Tutorial 21

UFT Class 21 ( VBScript Fundamentals in addition to Features) 1) Comments     To brand the code readable     To brand the code disable from execution 2) Data Types     VBScript supports implicit annunciation of Data Types.     …

VBScript Tutorial

VBScript Tutorial for UFT I) Introducing VBScript: > Visual Basic Scripting Edition, It is a calorie-free weight linguistic communication from Microsoft. > VBScript derived from VB Programming language. > VBScript i…

VBScript FileSystemObject Part 2

VBScript FileSystemObject Part-2 1) Write information Continuously inwards a Text file.   Dim objFso, objTextstream, num1, num2, Res num1=10 : num2 =20: Res=num1 + num2 Res2=num1*num2 Set objFso = CreateObject("Scriptin…

Load More
That is All