i have read that "non-reusable actions can not be called in any other test".but in 'call to copy action' copies non-reusable action in other test also..can u pls help to understand this..
No Answer is Posted For this Question
Be the First to Post Answer
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
Can any body please tell me the steps of keyword driven framework of QTP.
Could anyone please tell me one situation where you have used recovery scenarion in real time with an example?
what is retesting?
what is the hierarchy to use properties in descriptive programming
Explain synchronization types in QTP
How do you check ticket cost and ticket number in flight application?
What is action split and the purpose of using this in qtp?
can some one help me how to compare the values from one sheet to values in another sheet? suposse i have a feild called Temp in action1 and i also have temp in action2. i want to compare the values of those two actions sheets data table? how can i do it using descriptive programming?
How to use Regular Expressions in QTP
Why you are Using Descriptive programming instead of Object Repository?
I have action1, action2, action3 r there.my query is while executing if i get any error in action1 i want exit from here itself, otherwise execute action2, if i get any error in action2 i want exit from hereitself, like this,what is the method for this?