What are the trigger events in qtp?
No Answer is Posted For this Question
Be the First to Post Answer
Please Explain The QTP real Testing process with steps.
How to open an application through scripting?
does test plan is in test strategy or test strategy is in test plan.
Can the user toggle between using Local OR and shared OR for the same action?
Older version QTP is 8.2 and New version QTP is 9.2. My question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it is not something ?
Explain the concept of object repository & how qtp recognizes objects?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is an optional step in qtp ?
what is meant by "Parameterization technique"?
OPening of notedpad in QTP to write and execute the coding?
write a script to verify the image path(src property) of the images which are in web pages.(do it by Descriptive method by creating a description object)
how to pass parameters from one action to another using output parameters I am not calling action 2 from action 1, they are being called individually I need syntax please .. Requirement: Action 1 customer = Browser(" ").Page(" ").Link(" ").GetROProperty("value") I want to use the value stored in customer in Action 2 I do not want to use any of these actions as re-usable actions