can any one tell me what is syntax error in line
msgexist=Browser("title:=Gmail: Email.*").Page(
"title:=Gmail: Email .*").WebElement(innertext=&msg).exist
'code **************
Call login("lal="," " )
wait(5)
Call errormsg("Invalid email address. [?]" )
Function errormsg(msg)
msgexist=Browser("title:=Gmail: Email.*").Page(
"title:=Gmail: Email .*").WebElement(innertext=&msg).exist
if msgexist then
Reporter.ReportEvent micPass,"enter valid username or pwd
",msg
else
Reporter.ReportEvent micFail, "entered valid uname and
pwd",msg
end if
End Function
Answer Posted / ashok kumar
msgexist=Browser("title:=Gmail: Email.*").Page(
"title:=Gmail: Email .*").WebElement("innertext="&msg).exist
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain Descriptive Programming Types with Examples?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Hi all, I am using windows vista, I am in the process of learning QTP. When ever I try to work with insert mode in flight application , i am getting the error of 'Operation must use an update table query, fractional truncation(null) error. Can anyone help me regarding this?
how to test Web application using QTP software
How to recognise the webelement and verifying that webelement is enabled?
How did you use regular expressions in QTP and also in WR?
Explain the concept of object repository and how qtp recognises objects?
what is the diff b/w assistive and mandatary rules of object repository in QTP???
What are the technologies supported by qtp?
What is Associate Repository in QTP 9.2 ?
How does qtp recognize objects in aut?
what is the difference between development and testing
Discuss the QTP Environment?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
How can you exit from an action?