-
-
Photos testing in QTP question
I have a page (let say www.abc.com) which contains the text "total photos (15)" where 15 is a variable which keeps changing as and when photos are added or deleted. On this page I have put a Text Checkpoint which is checking whether 'total photos (15)" is there or not and I have given a variable (t) in place of 15, i.e. Browser("abc").Page("def").Check CheckPoint("My photos-Public ("&t&")", so that...
-