what is object?
Answers were Sorted based on User's Feedback
Answer / siva.k
Instance of the class is called object.It has some set
properties and it depends upon particular class.The class
objects matches with that particular objects.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / srinivas
object is instance of a class.according to qtp each object
should contain the follwing info
1)name
2)class(w.r.to test object)
3)properties
4)methods
4)events
these elements must be described in a AOM syntax
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijay
Object is instance of the class. it consists of it own
properties and values.We can identify the class with it's
unique class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siva.k
Instance of the class is called object.It has some set
properties and it depends upon particular class.The class
objects matches with that particular objects.The class
properties and particular object properties are same.Then
only it will called as a object for that class.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to see the screens after running test in QTP?
How to Creating an Output Value using QTP?
what are the qtp tester responsibilities?
Is it possible to call win runner script in qtp?
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
Hi How to retrieve data from web element line by line?
What are the differences between qtp and winrunner?
How do we retrieve the content from a text box in a web page
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How to Analyze the Checpoint results by Checking Bitmaps?
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
For which type of projects the iterative model is not suitable?