How will you convert a string to upper case string using vbscript?
how to write basic programs in VB Script like addition, multiplication?
How to select a value from a list box by using Selenium web-driver?
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....
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?
What is the use of option explicit in vbscript?
Is VB Script Case sensitive or Case insensitive?
I want good books or good sites for scripting.Can any one help me.
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
write a vb script to display first 5 odd numbers from 1 to 100
what is event handling?
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.