Posts: 2
Threads: 1
Joined: Sep 2011
Reputation:
0
09-17-2011, 08:26 PM
Hi all,
i am a beginner and i have query.
i am trying to write a qtp script for a website field which changes at run time. so can some one tell me hoe to processed the script.
Posts: 2
Threads: 0
Joined: Sep 2011
Reputation:
0
09-18-2011, 11:55 AM
can you tell me what field exactly changing in Web page. Using Reg expression we can change this...
Posts: 2
Threads: 1
Joined: Sep 2011
Reputation:
0
09-18-2011, 05:03 PM
Consider a web site gets input like first name middle name last name dob etc... when i record and play back i found that these fields are changing every time. i mean the property values which i capture via object spy changing
Posts: 99
Threads: 0
Joined: Oct 2010
Reputation:
0
09-19-2011, 11:55 AM
There must be some property, which will stay same. Say for example nativeclass, create description using that property.
OR
Record entering the value into that field multiple times, you may get some idea.