in Qtp,how to display user name and pwd (script)in data
table(global sheet).
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / akshara
i don't know it is correct are not but using output values
it is easy do like this.
Window("text:=Login").Activate
Window("text:=Login").WinEdit("Text:=Agent Name:").Output
CheckPoint("Agent Name:")'and select praperty as text
same for password you will get
| Is This Answer Correct ? | 0 Yes | 1 No |
what is run-time data?
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
What are the different types of action?
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
How to Import data from a ".xls" file to Data table during Runtime.
Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?
without Qtp features can we automated?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
How can you quit from Action.
is qtp 9.2 create the scripts with the application run on mozilla firefox browser?
Action1: I have a value "test" stored in a variable X. I want to use that variable X in Action2 .. how?