what are the design objects in qtp
Answers were Sorted based on User's Feedback
Answer / uday kumar_anem
As per my knowlege, there are only two types of objects:
1. Test Objects
2. Run-time object
I neven heard about design object
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sudeepthz
Could some one help with the answer.. its the first time i
heard the Design object .. do we really have the design
object in QTP as per my knowledge there are only two types
of objects..
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srinivas
The design objects comes into picture when we deal with
data objects.The Excel sheet which comes when we click the
datatable in views menu, where we can import or export or
we can create our own table in columns which we cannot do
with excel sheet i.e renaming of first column in excel
sheet but here we can rename the first column by double
clicking thespecified column.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do u use Database checkpoints and what are the use?
What does Reporter.Reortevent2 does?
You say it is a bug but developer say it is not a bug then what will you do?
7 Answers Hewitt, Tech Mahindra,
What is runtime objects and test objects? What is the difference between them?
Explain QTP testing process?
How we know the qtp has used the smart identification process for identification of the object.
Pls answer this: What is the difference between a subroutine and a function? A. A subroutine can call itself; a function cannot B. A function returns a value; a subroutine cannot C. A function can accept arguments; a subroutine cannot. D. A subroutine can call other procedures; a function cannot.
Explain the terms test and business component?
What is 'sleep' in sync point?
How does QTP identifes the object in the application?
hi, i was adding the two numbers in qtp scripts but i didn't get the answer. see my below script, i dont know wht is the problem. i passed the value a=3 b= 2, i got the ans 32 instead of 5. i thing the problem is to be c = a+b my mail id karthis4u@gmail.com Dim a, b, c a = inputbox("enter the a ") b = inputbox("enter the b ") c = a + b print c
How can we import into Excel "Details" ,"Result" ,"Time" parameters from within a Results Report which is generated after a Run error when a script is executed in QTP? Refer E.g below Status Functionality Description RunDate Fail Login User should be able to Login 12/3/2007 StartTime EndTime Details* 1:31:58 PM 1:32:29 PM (this one i want)