
Loading ...
October 20th, 2008
4:40 am
Web
This is the first article in my “How to?” series and i hope there would be many more that i would be able to write in future.
While testing any web application there can be instances where the application is not available or you get a page cannot be displayed, internal server error etc and need [...]
Register or Login to read the full article...
Tags used -
404, 500, Browser, Check, Error, Internal server error, page, page cannot be displayed, Recovery, Server not found

Loading ...
Dictionary object allows storing key value pairs. A dictionary object can be used for easy lookup of values. Dictionary is a not a QTP specific functionality and is available in normal VBScript as well.
Creating the Dictionary
A dictionary object can be created using CreateObject for COM class “Scripting.Dictionary”. The code below shows how to create the [...]
Register or Login to read the full article...
Tags used -
Check, CreateObject, Dictionary, Exists, Extend, Key, Scripting, Value

Loading ...
Checking all links on a website isn’t that easy as it might look. The scripts demonstrates on how to do it for a normal website. What it does is that it counts the links on the homepage and then one by one click on the links and close the popup window in case it’s opened [...]
Register or Login to read the full article...
Tags used -
all, Check, Links, page, validate, Web, webpage