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 / shaik mohinuddin
innertext:=
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Shall we add Local Repository to shared object repository,if yes,how we add
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What is the process of synchronizing qtp and aut?
What is the difference in testing a client-server application and a web application?
what is ODC and GDC?
Explain the concept of object repository?
How do client side image and server side image work?
How to find the name of the machine where you are running your automation scripts in qtp?
Does quicktest professional (qtp) is unicode compatible?
terminal services client
1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.
Why do we use breakpoints in QTP?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
Do you know how to connect database? Can you tell me the procedures?