What is the difference between javascript and vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
What is byref and byval parameters in vbscript?
hi, How will write a regular expression of date in VB scripting.
if there is any string in a given format like as "company name employeecode date" then we have to fetch employeecode form string for ex-string is "capgemini12345june2013" then we have to fetch 12345 by using vb script so guys how can we do that please reply it.
What are the special sub-types in vbscript?
Compare java script and vb script?
Input = 124 output should be 124421 Please do not use any string functions/variables
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
how to add the shared repository file to the script file while running the script manuall
1. How do declare public variable in vb scripts?
can u test the application without add-in?
Is it possible to pass optional argument to function in vb script?
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....