anyone can explain Diff B/w Actions and Functions
Answers were Sorted based on User's Feedback
1.Action is a thing specific to QTP while functions are a
generic thing which is a feature of VB Scripting.
2.Action have a object repository, Data table etc
associated with it while a function can't.
3.A function is just lines of code with some/none
parameters and a single return value while an action can
have more than one output parameters.
4.We can write a function in an Action...But in Function we
can't..
5. We can't call an Action in a function, But we can call a
function in an Action.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / aruna
we can pass values in functions ,but not in actions
functions are faster than actiions
| Is This Answer Correct ? | 3 Yes | 1 No |
How will you declare a variable in qtp?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
What is synchronization? What are the ways you can synchronize?
how to compare two excell sheets by using vbscript??
how to get the object count ?????????
what is the Exact Meaning of Environment Variables?
Name the properties you would use for identifying a browser and page when using descriptive programming?
four browser are open same application i want to enter 3browser how?
How to use parameterization in qtp?
Explain getroproperty and gettoproperty & settoproperty?