Consider a scenario where there are two action sheets say
action 1 and action 2. Can Action 1 take values from action
2 data sheet or vice versa. If so, how?
Answer Posted / sdfds
By Parameters.
In Reusable Action1-
Declare -
name=Parameter ("name")
In Calling Action2-
Call RunAction ["Action1"],name
Here, the Action2 will take value of the variable -name
from Action1. The conditions are:
Parameter("name")- Should be declared in Reusable Action1.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How to record application running on the Virtual machine?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
How can you write the scripts that operate on different objects depending on run-time information?
How many types of object repository in qtp?
Explain the checkpoint in qtp?
By using QTP can we record any log files written by the application which is in execution?
what r the main attributes of test automation?
Explain different recording modes?
What is keyword view?
How to delete an object from the object repository?
can any body give the banking domain concepts/links
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
Print the Prime numbers in below format only up to 20(Need commas also) 1,2,3,5,7,9,11,13,17,19
Some time when i wanna learn the object i face issue like i am not able learn the object in proper manner... eg:for text bo on web page it should learn as webedit but some times it reads as winobject:internetexpoler-server, because of this i have to uninstall the qtp and re-install it again when i do this it reads the object perfectly.....plz suggest the soln
What is contained in the object repository?