Which object is used to work with the excel sheets in the vbscript language and what statement is used to create this object?
No Answer is Posted For this Question
Be the First to Post Answer
When are redim statement and preserve keyword used in the vbscript language?
How will you get a random number between 0 and 1 in vbscript?
Explain few date functions in vbscript?
how to write basic programs in VB Script like addition, multiplication?
Explain vbscript in detail?
Anyone have qtp11.0 crack?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
how to store charecters of HARIBABU Using arrays
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance
pls tell me which is good book or site for vbscript?
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
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....