how we can take data in the username field text box into
variable in web application explain with example and give
all functions to get data into variables
Answer Posted / hariprasad reddy
Any Application, it may be web or it may be window based
applications, we use getroproperty() method to get the data
from the Editbox.Same way if u want to set the data to the
editbox we use set()method.
for example:
Dim variable name
variable name = Browser(browser).page
(pagename).GetROproperty("Logical name")
if u want to print in dialogbox use msgbox()function OR
if u want to print in test result use reporter.reporter
event() function
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Describe the differences between functions and actions in UFT?
Plz Explain AUTOMATION REFERENCE MODEL?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What are the different recording modes?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
when u script reveiwing in which area u more concentrates?
How you debug your script?
Which scripting language used by quicktest professional?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How can you identify the browser and its information using QTP script?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
Explain the checkpoint in qtp?
What is the short cut keys for the following?
Explain data driven framework?