Mention how you can call vbscript functions?
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
What is the use of "Option Explicit"?
what is the object hyrarchy in QTP for a web based application
Which is the default Data types in VBScript?
Can u describe what kind of testing are for OTC derivates by banks.
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
How will you get the natural logarithm of the given number in vbscript?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
How to take whole text output from screen of Bitmap Application.
How will you release the memory acquired by an array variable in vbscript?
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....
what is the use of Data base check point ?