Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hai Ankur
#1
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.
Reply
#2
Wink 
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.

Smile
Reply
#3
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.
Reply
#4
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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)