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 to apporach while starting the automation testing?
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
What is the difference between wait and synchronization point?
In an interview what r the questions asked in qtp related project? pls any answer this question?
How u call functions in QTP Function to calculate the length of characters in a word -
w is fragmentation and paging
Tell me the situations where we will use Data Driven?
What is the Major difference between QTP ; LoadRunner? If u want to test an 1. erp module which automation tool you would prefer and why? and 2. for web application, which tool and why?
Local Obj Repository and SOR are editable know, y we have to edit those.. i mean in which situation we need to edit those and how to do..? pls help me..
What is Parameterizing Tests?
What are the advantages of a Hybrid framework?
In qtp, explain what is qrs file?