What is object & properties (in QTP)
Answers were Sorted based on User's Feedback
Answer / baskar palani
Object:
Ok button is an object.
Properties:
Label,class,enable,visible is the some of the properties of
an OK button.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / ramu@sunnys
actions to be performed on the object
any object have some properties like x native
class,text,visible,enable etc
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / ramu@sunnys
actions to be performed on the object
any object have some properties like x native
class,text,visible,enable etc
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / 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 |
Answer / satyanarayana
In QTP the objects can be classified in to two types.They
are Test Objects and Run Time Objects.
Run time objects are the real objects present in the
application.Test objects are the references for the runtime
objects created by the QTP while recording.Later these
testobjects are used by the tool to identify the runtime
objects.Both these have some methods and properties
| Is This Answer Correct ? | 3 Yes | 1 No |
How to open a new test using quicktest professional?
Have you done batch testing in qtp? If yes how you are doing?
What is the descriptive programming?
why use Description programming? what is advantages and disadvantage of this methods?
what r the send key commands in QTP why they r used
in qtp how i can retrive from a browser how many links are there.means total no of links used in a browser
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
HOW TO DO THE BATCH TESTING USING QTP?
i need the word "good morning" to be displayed by default whenver we click upon the blank test while opening the qtp. Could you please answer...
suppose we recording a web based project so for that we are using internet explorer after that if we execute that script in netscape then script will execute or not and one more thing is to exeute the script in any browser what to do
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
In QTP while testing 3 tier application, It is Java Based Application developed using Java, servelets and JDBC etc... and It is a Web based Application.. which Add-In do we need to select while testing ...Java or Web Add-In