How will you compare two strings in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
What is vbscript procedures?
How to learn VB Script, Since iam working with QTP. So i need to learn VB script.
write a vb script to find simple interest using functions
What are the 2 ways to pass a value to the function?
Which respective symbols are used to separate a line and to break the lengthy statement into multiple statements in the vbscript language?
Illustrate briefly about the different types of statement
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What are the data types supported by vbscript?
Which function allows you to instantiate an object given its programmatic identifier or progid?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")
Write a code to print numbers from 5 to 0?