Hai Ankur - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: Hai Ankur (/Thread-Hai-Ankur) |
Hai Ankur - sarah - 11-01-2010 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. RE: Hai Ankur - A.Saini - 11-01-2010 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. RE: Hai Ankur - cdesserich - 11-01-2010 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. Hai Ankur - sarah - 11-02-2010 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. |