What is string concatenation function in VBScript?
Answers were Sorted based on User's Feedback
Answer / manohar
Join function also we can use. and & operator, + operator.
| Is This Answer Correct ? | 3 Yes | 0 No |
When are redim statement and preserve keyword used in the vbscript language?
when we use filter funtiom invb script(QTP)
How to generate 3 digit random number?
Is vbscript language a case-sensitive language and what does it mean?
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
which is the best institute in banglaore for software testing?
how to write validation function for date in vb script
Why is it recommended to close the database connection every time after the work is completed?
Write a Fucntion to close all Opened browser expect desired one?
why do u choose to go for testing why cant for devoloping
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 to Import data from a file (file is on the desktop) to the data table