How to write functions and sub in vb script?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
write a vb script to find the size of d drive?
how to retrive the tooltip by using descriptive programming in qtp?
What is the purpose of drive object of scripting.filesystemobject class in vbscript?
I have a webtable and many objects are embedded in side.(like buttons,checkboxes etc). How to know how many such objects are there? what is the class of that objects?
What is dictionary object in vbscript? Explain?
How will you get a subset of a array in vbscript?
How will you get a combined string from array of string in vbscript?
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
How will you get the largest subscript of an array in vbscript?
write a vb script to add two 2*2 matrix
What are the 2 ways to pass a value to the function?