HOW DO U CALL A ACTION IN QTP?

Answers were Sorted based on User's Feedback



HOW DO U CALL A ACTION IN QTP?..

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

HOW DO U CALL A ACTION IN QTP?..

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

Post New Answer

More QTP Interview Questions

write string reverse prog using vb script with out using string reverse statement();

4 Answers  


Anybody explain me, the concept of checkpoint declaration in the QTP mainly for the Objects, Pages, Text and Tables ?

1 Answers  


what do you call the window testdirector-testlab?

1 Answers  


Discuss quicktest professional environment?

0 Answers  


What is positive test case and Negative Test case? What is the meaning of Real World Scenario's?

2 Answers   TCS,






difference between waitProperty & Checkproperty

4 Answers   AON,


what time u r using data driven test in ur app"

6 Answers   Accenture, IBM,


You have an application version 1 with 5 combo boxes, Developers develop version 2. Here they replaced bottom 3 combo boxes with each other. While executing the Test script for version1 no errors. When we execute the Test script for version2 that QTP showing the error message "Object not identified" remember no property changed in version 2, ordinal identifier also disabled. Find what properties might change here in this scenario

6 Answers   ADP,


How can you send user defined messages to test report?

0 Answers  


I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.

2 Answers   ABC,


How u perform exception handling in QTp,what is other name for ths

1 Answers   Lehman Brothers,


Hello Everybody, Please tell me can we create Test Plan in QTP? This I am asking irrespective to integrating with Test Director.I mean is there any option to create Test Plan in QTP itself. Thanks, Gaytri

4 Answers  


Categories