in Qtp,how to display user name and pwd (script)in data
table(global sheet).
Answer Posted / 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 |
Post New Answer View All Answers
Does Low-level recording capture mouse movements?
For which type of project the iterative model is suitable?
How you can replace string in qtp?
What is the difference between byref and byval in qtp?
What is difference between shared and local object repository?
How many types of recording modes in qtp? Which will be used when?
What is expert view in qtp?
What is a quick test professional?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
Is QTP supports Unix. If yes, then how the test automation is done?
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.
What are the benefits of qtp?
What are the views available in qtp?
Explain about the test fusion report of quicktest professional?
in a web page How to check and display a particular word from a paragraph?