How to differentiate the webedit field like user name and
password?
Please tell any other best answer is ther
Answers were Sorted based on User's Feedback
Answer / mudaseer
when we type user name it is displayed normally (not in encrypted form )but when we type password it is displayed as ****** (in encrypted form)
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / pravati
in object spy the email logical name is email,and the password logical name is password which is the property of the email and password and which is differenciate the email nd password.in descriptive programming u can take the getroproperty(name) it can also differenciate the email and password.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / akhaleshyadav1985
Object webedit for user name and password having different
logical name and properties, as
for user name: P.name: name p.value: Usrname
for password p.name: name p.value: passwd
QTP recognized objects which have unique identification.
Thanks
Akhalesh yadav
9555717928
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the use of virtual objects?
What is difference between Quality centre and Test Director?
where we save the scripts created in one project?
is it possible to change the date format like MM/DD/YY into DD/MM?YY through script in QTP
What is the difference between functions and actions in QTP?
in a web table , i want you to click a particular object inside cell
How i can change shared repository to per test repository in qtp
Is there a function to find the number of occurrences of sub strings within a string?
Can the user toggle between using Local OR and shared OR for the same action?
what is automation(qtp)bug pls giv me one ex?
How qtp identifies objects?
How do you return a value from a function