HOW DO U CALL A ACTION IN QTP?
Answers were Sorted based on User's Feedback
Answer / usha, usha_0383@yahoo.com
we calla a action in QTP by using RunAction statement
Syn: RunAction "Action1[called testname]", oneIteration,
parameters
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / a.thirumalareddy@gmail.com
by using call to copy of action and call to existing action we can call the actions.
if we use call to copy of action, we can call nonreusable as well as reusable actions, and we can modify the script, and we can call many times and one action sheet will be added in datatable when ever you called (per every calling you get one action sheet)
if we used call to existing action we can call only reusable actions (in QTP 9.5 above all actions are reusable only) and the script is read only (we can not modify the script), and there will be only one action sheet if we call more than once also
| Is This Answer Correct ? | 1 Yes | 5 No |
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT
In QTP, If you have list of checkboxes, how can i select a particular checkbox and delete if the checkboxes are changing dynamically?
what are the cases in which we use XML and accessibility check points.
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
actually how many hours per one day we will work on automation(qtp) in real time
what is spy, and how can u use?
what is QTP batch testing tool?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
when we right click on the desktop of any operating system we find a menu , consisting of refresh,edit,open,paste and cut etc... how to load the object and object properties of that menu in QTP
What is debugging? How you debug your script?
How software tester can use constants and variables in scripts?
Please clarify Automation and QTP both(names) are same or diff?