Mention how you can call vbscript functions?
No Answer is Posted For this Question
Be the First to Post Answer
How will you get the octal value of the given number in vbscript?
Illustrate briefly about the different types of statement
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Can automation testing find ssame no. of bugs what we can find by manual testing?
There are 5 web pages.write a script to click the button on 4th web page.
How to Enter Values on the Command promt using VB script
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....
Can we create Crystal Report object in QTP?If yes then what it is and what are its various properties?
Which keyword is used to declare a variable in the vbscript language?
How to declare an array in vbscript?
What is string concatenation function in VBScript?
Compare java script and vb script?