pavani prasad


{ City } trivandrum
< Country > india
* Profession * test engineer
User No # 47507
Total Questions Posted # 5
Total Answers Posted # 17

Total Answers Posted for My Questions # 15
Total Views for My Questions # 63172

Users Marked my Answers as Correct # 61
Users Marked my Answers as Wrong # 17
Answers / { pavani prasad }

Question { 16276 }

write test case for the black board pl tell me the answer
pl pl pl


Answer

i want to add few test cases to the above answer


check whether the board is at proper height or not
check the color of the board and it should properly coated
and dried
check the paint should not be pale while rubbing with the duster

Is This Answer Correct ?    0 Yes 1 No

Question { 4480 }

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

Function errormsg(msg)

if Browser("title:=Gmail: Email.*").Page(
"title:=Gmail: Email .*").WebElement(innertext=&msg).exist
then
Reporter.ReportEvent micPass,"enter valid username or pwd
",msg
else
Reporter.ReportEvent micFail, "entered valid uname and
pwd",msg
end if

Is This Answer Correct ?    0 Yes 2 No



Prev    1    [2]