what is the difference between parameters and arguments?
Parameters
----------
A parameter represents a value that the procedure expects you
to pass when you call it.
Arguments
---------
An argument represents the value you pass to a procedure
parameter when you call the procedure.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is descriptive.create () in QTP?
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
what is defination of intergration testing?
What is the another extention name of library file.If that is exist than what's the differnce between them.
Can we do qtp testing without creating objects in Dbject repository? can we do it completely writing code i.e in expert view only. Are there any books for this?
Explain roles and responsibilites of 2yrs Automation qtp engineer.
what is mercury.clipboard in qtp.where we can get this in qtp tool i.e tabs
How to export quicktest professional (qtp) results to an .xls file?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me