RE: Descriptive programming in QTP for a website .
Hi...
u can write like this:
browser( Name: browser Name ).page( title: page title ).web table( name: table name ) like this..
u can view these properties by using object spy...
do remember that..
we can write descriptive programming by using Object Identification and Object spy dialog boxes.
Object Identification dialog box use for knowing which properties we have to write to identify an object and Object spy uses for knowing time value of those properties
RE: Descriptive programming in QTP for a website .
I haven't tried this but chances are that Page Frame and WebElement may have dynamic values every time a new user logs on. Try using DP with regex; something like this: