what does create object actually do when you call it in
vbscript?
Answer / monika
The CreateObject function creates an object of a specified type.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to find greatest of n numbers!
Why is it recommended to close the database connection every time after the work is completed?
how to add action through AOM in QTP
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....
When does ‘on click of button’ event gets triggered in the vbscript language?
How to get the background color of a weblist?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
write a vb script to calculate factorial of a number?
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
int a=4857 i need output as 7584.without using any inbuild function?
write a vb script to add two 2*2 matrix