what are the mandatory properties in qtp?
what are the library functions in qtp?
Answers were Sorted based on User's Feedback
Answer / raju
mandatory properties are the properties of the objects must
identified by the qtp while identify the object.
we can see mandatory properties in object descriptionin
object repository after recording.
Library functions are the inbuilt functions available in
qtp .Libray fuctions are used while excuting tests by
writing vb scripts in expert view
ex: split(),mid() etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / baskar palani
Mandatory Properties:Is the standard or major properties is
of an object,used by qtp to identify the object in the
application.
Ex:class,label,innertext of an object
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / prasad.devathi
the mandatory propeties are object class, object text and .
the library functions are math(),strings(),date() etc
| Is This Answer Correct ? | 1 Yes | 5 No |
In real time whenever we found bug , after that where you send to that bug. send to T.Lead or Directly Developer. Plz explain me?
What are the three challenges U faced during automation testing of your application.
if there is two login button in your page, how you know that this login button is correct for login .
how to write xml output check point bu useing descriptive programing .means without useing output check point
How does u create new test sets in TD?
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
What is keyword driven framework, what is "key" in It.
anybody give me the real time example for descriptive programming of web application
How to capture a window in QTP?
Which object repository we use in real time and can we merge 2 object repostiory and how?
Explain the concept of how quicktest professional identifies object?
I have a drop down box to show selected number of records in result page.It contains 4 items like 10, 25,50 and 100. when i was recordes script for seelcting each item and checking selecting number of records in the result page( it is in the same page in the table format)it is generating a new page with same controls( objects) in the OR. how to avaid these in OR? is it possible to write DP for only these lines?, remaining(remaingin lines of code) objects i want use from OR only. One more problemis if change ( add /remove properties of an OBJECT in OR , my ( recorded )application is not running.