Wat is the command used to add an object(properties) to an
object repository?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srinivas
by usng following object
objectrepositoriescollection.add meyhod
| Is This Answer Correct ? | 0 Yes | 3 No |
How can we use the "CreateObject ("Scripting.FileSystemObject")" in QTP and what is the definition and purpose of it?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
IF we use batch testing.the result shown for last action only.in that how can i get result for every action.
hou can we use vb script in qtp could u tell me breafly
what is Action conversion tool? what the Action conversion tool will do?
Hi all. Could anyone tell me the difference between an Action and a Function in QTP. Thanks in advance and Merry Christmas.
Which scripting language used by quicktest professional?
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
I have one question as HP QTP is concern, Please send your answers..... Can we do testing of any application without using any of the framework which are we used in QTP tool. If yes then how it can be possible in the HP QTP tool. -- Regards
Explain the check points in quicktest professional?
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?