What is object & properties (in QTP)
Answer Posted / ashok
Object is the combination of properties and its value so
mathematically we can say
object=property+value of properties
yes any action can perform on it.
Prperty nothing but a GUI(graphical user interface)
representation to identify the object. like
enable,height,width etc)
****can visit the site
www.freewebs.oom/softwaretestingguide1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain different recording modes?
explain abt dyanamic changing object with example?
Explain the check points in quicktest professional?
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
What is text check point and text area check point?
What is reusable action?
How will you report the bug and explain the defect tracking sheet you handled?
what are the limitations of smart identification in qtp 9.0
How we can import data from database?
Explain advantages and disadvantages of ddf?
What is checking bitmaps?
Discuss quicktest professional environment?
How qtp identifies objects?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api