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 |
Can we record an application running on a remote machine using qtp?
How the exception handling can be done using quicktest professional (qtp)?
1. How to capture data from images in QTP and produce them in Excel sheet
Recovery Manager means..?
Hi All, I have a problem with getting the value which is available in the table and it is not having any unique property. Please find the below table TopicName CreatedBy ViewCount ------------------------------------------------ XXXX Y 10 ZZZZ ZZ 0 AAAA BBB 3 In the Above table TopicNames are link and it is having an id but the remainig two columns(Created by and ViewCount) are static Web element values and they are not having any unique property. Now i want to get the values of Created BY and View count for each and every topic. Can anybody give me the solution for the above ASAP. If anybody didn't understand the above please free to send me a mail by that i can send you the snap shots and some more description. You can catch me at krishnachand.p@gmail.com
How to analyzing test results using quicktest professional?
What is the use of environment variables?
I hav installed QTP8.2, im working on webapplication, while running the script giving error msg like "QTPro.exe generated errors and will be closed by windows. You will restart the program. An error log is being created". Pls anybody what is the problem, what i have to do for this? Thanks...
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
How do you move objects from local object repository to shared object repository???What are methods?
Did you use flatfiles in your projects?At what situation you used it?How can you upload flatfiles?
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?