Answer Posted / sathish
we can get the object property in two ways one is
gettoproperty and another one is getroproperty the get to
property retuns the property from object repository where
as getro property retuns the property of an object on the
application
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
We stored into the objects OR and then write the scripting
Can any one send me the QTP Basic Coding Samples?
Describe how Smart Identification is used
Discuss quicktest professional (qtp) environment?
Anybody plz give, How do you test aframe in a web page? If page cotain text message or Images, tables?
hi nani my doubt is how does qtp process metrix related to software process.
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
after click on compose mail how can we attached a file in qtp with vbscript code
Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........
How is a Step generator used in UFT?
How many ways we can parameterize data in quicktest professional?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
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