Micro Focus QTP (UFT) Forums
WordPress CMS validation with the website - 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: WordPress CMS validation with the website (/Thread-WordPress-CMS-validation-with-the-website)



WordPress CMS validation with the website - sanrag - 11-22-2011

Hi Friends,

I am WordPress tool to maintain my website. I need to test my website using qtp with the following scenario.

1) I will add a product in Wordpress tool and will activate the same. This will be displayed in my website in a page according the date added in CMS.

2) Wordpress will generate a random product ID for each and every product created (EX: 756, 757 etc.,)

3) The URL of my website to view a particular product will be like this,

<<www.example.com/products/<product id>/<product name>

Can anyone give me a idea on how i can verify the above scenario?