what is the difference between an Action and a function in
real time
Answer Posted / nanda
Hi...
u mean Action and User define Function?
1) a repository is always associated with Action, but not
with User defined function.
2) Generally User defined function has only one output, but
as action can has many.
3) when ever we calling user defined functions we can give
parameter values with our wish, but when we calling reusable
actions we can give any parameter values.
If any queries..
nanda.dreddy@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is smart identification in QTP?
how to know no.of mails in our g mail by using vb-script
What is the use of text output value in quicktest professional?
What are the types of object repository?
What is keyword view in qtp?
Dear Friends, I having total 3+year experience in manual testing including automation testing QTP, if i am attending any interview what kind of question will i get? please help me out
How does QTP identify an object?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Is QTP supports Unix. If yes, then how the test automation is done?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
wht type of User defined functions or Java Releated functions Do we write in VB scripting
How do you test DLL files using automation Tool QTP?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .