What is difference between function and procedure?
Answer Posted / sateesh reddy
Function must contain a return clause in the header.
Procedure do not contain a return clause in the header.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
What is difference between shared and local object repository?
how to create flat file datasubmission in qtp
What is test object model in quicktest professional?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
distinguish between old version and new version QTP features.
How you know that a test case is a regression test case
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
How will you find the current time of the remote machine using QTP script?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is qtp window?
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How many ways we can parameterize data in quicktest professional (qtp)?
We stored into the objects OR and then write the scripting
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..