how many types of actions r there? what r they? explain? pls
give any one answer?
Answers were Sorted based on User's Feedback
Answer / manjunath.dasari
Their 3 types:1)Non-Reusable,2)re-usable,3)External Action
NonRe-usable: an action that canused only in the in test in
which it was created& used once only.
Re-usabled: An action that can called multiple time by the
test in which it was created.
- if we need any modification we can doin the action
External : An Re-usable action that can called from the
other test in which it was created.
- we can not do modification
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / anil grandhi
In Qtp we have 3 types of actions.
1) Non-Reusable Action
2) Reusable Action
3) External Action
Non-Reusable Action: By default each and every action in
same test non reusable action. The action is non-reusable
action we can't reuse that action script from another test.
Reusable Action: If the action is reusable action we can
reuse that action script from any test in qtp.
External Action: When we are calling reusable action from
another test it is automatically converting as external
action. if the action is external action it can't accept any
modifications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagan paruchuri
in qtp there are exactly three types of actions
1.normal action
2.reusable action
3.external actions
normal actions:whenever we need to perform one specific task then we will go for normal actions
reusable actions:the actions which are used for another task i mean for another script then we will go for these
external actions:the reusable actions which were used in anothr task ,here those actions are called external actions
so,for our reusable purpose beeter to maintain reusable actions in one library file,then whenever we need those for any task then we will attach(call) from library file.
external actions we cant modified whenever we need to modify then we should go for libraryfile and we can modify.
| Is This Answer Correct ? | 0 Yes | 0 No |
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
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
Who is the best faculty for QTP in Hyderabad? Is it Mr. G.C.Reddy, some are referring his name?
Tell me the situations where we will use Data Driven?
How to change the run-time value of a property for an object?
Did QTP prove efficient for your project? Yes or No, explain?
what is the use of Text output value in Qtp?
What is throw object?
What is Virtual Users?
How can we QTP Scripts in xml format? is there any way to do so?
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
What is User defined function in QTP