what is the diff between Procedure and function
Answer Posted / jigs
Procedure return more than one values.
function return only one value.
procedure is a complied code stored in database
function are called at compile time.
Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
How does you test a weblink which is changing dynamically?
Explain the check points in quicktest professional (qtp)?
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Can anybody post some real time scenario in qtp? please its very urgent.
How many types of status are there?
How do you test the text displayed in the header portion of times of india epaper. Hot news(banner) are scrolling in the top of the page, how do you test using QTP?
when will you do debug your script? and explain that process?
How many types of Automation frameworks are there in UFT? Describe them.
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Explain how you can find length of array in qtp?
What ate the Technologies supported by QTP?
What is file database?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code