What is difference between function and procedure?
Answer Posted / madhu babu
1.function must always return a value.
2.it is return's only one value.
BUT
1.procedure may (or) may not return a value.
2.it is return's one (or) more values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to test fly out menu in qtp?
Name the properties you would use for identifying a browser and page when using descriptive programming?
What is system testing and what are the different types of tests you perform in system testing?
What is clean sweep?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
How many ways we can parameterize data in quicktest professional (qtp)?
How to check feasibility of the appliction?in automation testing?
Have you done batch testing in qtp? If yes how you are doing?
Explain the concept of how quicktest professional (qtp) identifies object?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
please give me the code for doing retesting of gmail login page using functions so the function has to give the value
can test automation improve test effectiveness?
what kind of frame work you used in your last project?
Hi, how can we check or avoid the memory leakage in QTP9.2?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma