Wat is the command used to add an object(properties) to an
object repository?
Answer Posted / alok
PropertiesColl.Add PropColl(Position)
Example
The following example adds the first item from the
OtherCollection Properties object to the MyDesc Properties
object.
MyDesc.Add OtherCollection(0)
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Can anybody post some real time scenario in qtp? please its very urgent.
How to run a test using quicktest professional (qtp)?
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
Explain about the test fusion report of quicktest professional?
Explain different checkpoints in qtp.
Explain how Does Run time data (Parameterization) is handled in QTP?
what is meant by source control?
How to associate shared object repository to test in qtp?
What are the challenges you faced during you entire life automation ?
How you debug your script?
in qtp 3 sheets is there in data table like global, action1, action2. I want to check the rows and columns in action2. how can check using script?
What are the different types of recovery operation?
What is keyword driven framework?
Why qtp always start action1 and does not start action?
what testplan contents and what test strategy contents,what is the diff b/w them