In what way program "hello world" you can write in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
how to check whether link is disabled in QTP??
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.
write a vb script to display the reverse of vbs
How will you get a random number between 0 and 1 in vbscript?
Explain about the extension .hta?
generic function for webedit box for web application
If else for do while select in vb script?
In html file what is an ideal position to include vbscript?
I have string like hp company.print tis like company hp.write a program in vbscripting
Explain the string concatenation function in vbscript?
what is the use of QCUtil? explain with one example?
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....