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....

Answer Posted / rahul dwivedi

object.set property does not return any value..
you are checking for the set property as true which is not
possible..
instead of that check for the message that is being
notified after creating the gmail account..
if message is that user already exists then show error
otherwise not..

for more info visit http://qtp-beginners.blogspot.com/ and
post comment for this..

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository

1790


What are the rules to name variable in vbscript?

587


i need to sort the data using qtp script for this how i need to write a qtp script

3216


How many types of procedures are available in the vbscript language?

532


How regexp.execute method works?

588






Write a code to print numbers from 5 to 0?

673


Explain about .wsf files?

618


What is the use of the date function in the vbscript language?

560


How will you convert a string to upper case string using vbscript?

551


How to open a file. What is the perpose of true and false mode there?

607


Is vbscript a case-sensitive or case-insensitive?

750


Explain a few date functions in vbscript

556


Mention characteristics of sub procedures?

578


Explain the .wsf files?

531


Which operator can be used to check if two numbers are equal or not in vbscript?

649