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 |
Hello everyone! I am just writing a small test for a windows application. I have a problem with a text output value. The value i am trying to catch is presented in a scrollable textbox. When the text is too long, only a portion of it gets captured. Do you have any experience with this?
when to start the automation?
When should I use smart identification?
Give a comment on Regular Expressions using QTP?
How u perform exception handling in QTp,what is other name for ths
How to define array in qtp?
What are the advantages of a Hybrid framework?
If u don't have any Knowledge on perticular application but they give that application to u for Testing ? Then How we wil move towards testing on that application?
What are the problems / difficulties faced when you used Smart Identification ?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
Why we load add-ins in qtp?
When to Insert transactions in QTP?