How will you reverse a string in vbscript?
What is parametrization ?
Mention characteristics of sub procedures?
Which keyword is used to declare a variable in the vbscript language?
Can automation testing find ssame no. of bugs what we can find by manual testing?
What is string concatenation function in VBScript?
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
How can you create a file object to work with the files in the vbscript language?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
What is the use of option explicit in vbscript?
who will create the object?
What is variant in vb script?
when you use For Loop, While..do, do..while? at what situations which loop will use.