in Qtp,how to display user name and pwd (script)in data
table(global sheet).
Answer Posted / deepa
Datatable("name",dtglobalsheet)=
dialog("login").winEdit("Name").getRoproperty("text")
Datatable("password",dtglobalsheet)=
dialog("login").winEdit("password").getRoproperty("text")
Correct me if I am wrong
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
How does qtp identify objects in the application?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.
Problem with XML checkpoint in QTP ?
can u please explain what is the exact difference between qtp8.2 and 9.0
How to test background color and dynamic images during run time can you put the check point for moving objects?
Hi, is it possible for recording shortcut key during record session? The application on which I am working is web based application. This application has several shortcut key associated with menu option. I have succesfully recorded all menu option but unable to record shortcut key.
how can i pass a "cript"as a parameter in to a function
What are the features of quick test pro(qtp)?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
What are the methods used in UFT to handle exceptions or run-time errors?
How is UFT 11.5 version different from UFT 12.0?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
Diff b/w test scenario's and test Procedures?