01-24-2013, 02:19 PM
I have an application where 6, 7 edit fields. User can add or delete edit field as well. I want to populate one Edit field against label "ABC".
on normal recording it looks like this:
but if this field (1) at number 2, QTP will popluate this value in wrong field.
How to identify uniquely this field.
Regards,
on normal recording it looks like this:
Code:
Browser("User").Page("Field Activity").Frame("FA_TYPE_CHAR").WebEdit("FA_CHAR:1$CHAR_VAL").Click
How to identify uniquely this field.
Regards,