Mention what is byref and byval parameters in vbscript?
No Answer is Posted For this Question
Be the First to Post Answer
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
how to set one column as primary key in QTP and fetch values accordingly
How to write VB Script for selecting a particular row in a WebTable?
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.
regular expression that will recognize a browser as long as its name property starts with mybrowser
please can you help me to get a code of flames using a visual basic 6
how to find greatest of n numbers!
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
What are subprocedures in vbscript?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
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....