1. How do declare public variable in vb scripts?
No Answer is Posted For this Question
Be the First to Post Answer
How to remove the spaces in a string Ex: "Welcome to QTPWorld" ?
Which operator is used to concatenate the 2 values in the vbscript language?
write a vbscript for finding the sum of the numbers from 1- 50
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
Explain the extension .hta?
Which function is used to perform string comparison?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
write a qtp script to count the number of minimized windows
What are the 2 ways to pass a value to the function?