What is the purpose of the err object in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
How to declare an array in vbscript?
How will you reverse a string in vbscript?
write a vb script to generate the following pattern ***** **** *** ** *
Explain the .wsf files?
How to return a value from function...? you should not tell msgbox, print.. etc.,
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
Which keyword is used to declare a variable in the vbscript language?
Find Out Length of an array without using Ubound?
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....
after medical test,when will be the police verification
How to write functional test cases for send button in gmail.
write a vb script to display calculator using case statement?