Answer Posted / lak
Functions :
1) Functions are generic to VB Scripting
2) We can use Functions anywhere outside of QTP that
supports VB Scripting
3) Functions doesn't require object repository
4) Functions returns only one value
Re-Usable Actions :
1) Re-usable actions are specific to QTP
2) We can't use Re-usable actions outside of QTP
3) We can associate object repository to re-usable actions
4) Re-usable actions returns many values
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If object is not recognized by qtp but the object is standard object what is your approach?
What does it mean when a check point is in red color? What do you do?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
How to integrate QTP with QC using VB Scripting? What are the prerequisites to connect with QC?
Explain the views in the QTP GUI?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What is the descriptive programming?
how will load the object during runtime?
How to analyzing test results using quicktest professional (qtp)?
Difference between copy to action and call to action?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Explain how Does Run time data (Parameterization) is handled in QTP?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
How many scripts did you have?