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 |
how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
What is Parameterizing Tests?
What are the technologies supported by qtp?
hi all QTP recognizing objects as "string_1","string_2","string_3","string_4" like that but when using FOR LOOP for these.QTP not proceeding further can i declare these _1,_2,_3,_4 as a single variable
How we can capture the dynamic object ex:(rotating globe) in the web page with time gaph is 5 sec..
how to test background color and dynamic images during runtime
What are the main differences of qtp and win runner?
Tell me about userdefined functions ?
I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?
How you calling actions in qtp?
How can i open a file in Textpad and replace a string with another using QTP
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?