Posts: 6
Threads: 3
Joined: Dec 2010
Reputation:
0
12-21-2010, 07:31 PM
(This post was last modified: 12-21-2010, 07:31 PM by mahadevan.swamy1.)
Hi,
I have to validate if a page is loading correctly or not. How do I validate this?
Thanks
Swamy
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
12-22-2010, 02:44 AM
Hi Swamy,
Please check for the status in the "WinStatusBar". If any errors while loading the page you the status will be "Error" else the status will be "Done".
Thanks,
SUpputuri
Posts: 189
Threads: 0
Joined: Jul 2009
Reputation:
1
12-22-2010, 09:50 AM
Hi Swamy,
You can use Page CheckPoint to check the links, image source and broken links.
Posts: 6
Threads: 3
Joined: Dec 2010
Reputation:
0
01-18-2011, 06:29 AM
What property do I use to check the status of the page?
Posts: 6
Threads: 3
Joined: Dec 2010
Reputation:
0
01-18-2011, 07:30 AM
Is Status bar of IE reliable? Does it verify if the page loads correctly?
Posts: 516
Threads: 17
Joined: Jul 2009
Reputation:
3
01-18-2011, 09:01 PM
HI Swamy,
That should be the Ideal case and it should be reliable.
You can use "regexpwndtitle" property and to check the page status. I have used the same methodology in one of my script and it has been working properly.
Please let me know if you need any more informatin.
Thanks,
SUpputuri
Posts: 22
Threads: 13
Joined: Sep 2008
Reputation:
0
01-22-2011, 09:30 AM
I noticed that if my cursor is positioned at point and if a link shows up at that point during the test, the status bar retrieves the address of that link instead of "Done" or "Error" message. This doesn't exactly validate if the page has loaded properly or not. What will the status bar say if I get a common browser error like "401 Unauthorized" or "403 Forbidden"?
Yes, I would like to learn more about regexpwndtitle. Please give me some few links where I can do a reading or you could give me a short description of it and how I can use it. Thanks
Swamy