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 hierarchy to use properties in descriptive programming
what is meant by keyword driven frame work can any one answer plzzzzzzzzzzz
What are the types of object repository?
Hai Guys, can anybody show me how to write automaed test cases using VB scprit(examples)...i had an interviw soon...please guyz send as quickly as possible
plz explain QTP real time work( Means where you store scripts and how u access scripts next day? where those activities we are maintaining, If By usig VSS how the process in going on , plz explain briefly?
How to associate shared object repository to test in qtp?
How To Export The Screen Shoots Along With The Test Reports In QTP Version 10? Thanks In Advance SenthilKumar
How to associate function library at a run time?
How many tabs are available to view your test in a test pane and what are they?
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How to use setroproperty?