Micro Focus QTP (UFT) Forums
Test a website whose URL is going to change. - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Test a website whose URL is going to change. (/Thread-Test-a-website-whose-URL-is-going-to-change)



Test a website whose URL is going to change. - lnviswa - 08-25-2008

I am having website, for some reason they are changing its domain name.
So i need to check whether the old website content is replicated in the new onem, contents to be checked are
1)Pages (Titles and names and URL's)
2) links navigation etc
Please tell me how to use QTP for this


RE: Test a website whose URL is going to change. - vamshiram - 09-12-2008

U can o it in 2 ways

1) generate scripts on old Application .. place the check points on each field that u want to check

or

2) write your own code using GetRoProperty and verify them manually

Like Example :

if u need
A =Browser.Page.Getroproperty("title")

compare the new title with old title

Vamshi