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 / sreeprasad
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 | 0 No |
Hi, how can we check or avoid the memory leakage in QTP9.2?
How to explain a banking project in interview as a test engineer???
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
Explain about the test fusion report of quicktest professional (qtp)?
How will you handle application crash using recovery scenario manager(step by step process)?
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?
What is the quicktest professional (qtp) testing process?
What will be the script for recovery scenerio.plzanyone give ans with aexample related to banking project
what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.
What is the script for database check point, bitmapchek point, regular expression ?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
how we connect oracle or sql data server database to qtp.