11-01-2010, 02:51 PM
Can you please tell me how to check the text which is moving Please check this link 164.100.72.75/AfterLogin.htm
Thank you Ankur.
Thank you Ankur.
Hai Ankur
|
11-01-2010, 02:51 PM
Can you please tell me how to check the text which is moving Please check this link 164.100.72.75/AfterLogin.htm
Thank you Ankur.
11-01-2010, 06:43 PM
Hi sarah,
At which environment you are testing? At my end the QTP is not recognizing it as a web application. This site seems under construction.
11-01-2010, 10:45 PM
The "Marquee" part of the page is the only one on the page, so you can uniquely identify it simply with the "html tag" property, but it is also inside a frame element that has an html id (NoticeBoard), so I would add that to the code if it were me:
Code: MsgBox Browser("micclass:=Browser").Page("micclass:=Page").Frame("html tag:=IFRAME", "html id:=NoticeBoard").WebElement("html tag:=MARQUEE").GetROProperty("innertext") You can check it with a CheckProperty("innertext, "Text to be checked", 0) call, a CheckPoint, or whatever method you prefer.
11-02-2010, 09:52 AM
Hai Saini,
Thank you for the reply ,URL is 164.100.72.75/frmLogin.aspx then ueserid and password both are same as 33645. Then Please check the text which is in frame movinng. Thank you Saini. |
« Next Oldest | Next Newest »
|