In your QTP framework, what checkpoints were applied in the
script to minimize script failure due to any reason during
execution?
Answer / saumya bhargava
By creating functions in an external functional library for
each and every object that checked the existence of that
object in the AUT and if the object exist it returned True
to the calling script. This was basically to avoid any
failure because of synchronization.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do we retrieve the content from a text box in a web page
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
what are the main differences between keyword driven frame work and data driven frame work?
What is the Diff between Image check-point and Bit map Check point?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
w is active screen
What is the use of sendkeys and what are send keys
By default Action1 runs first in QTP. Is it possible to start the run with Action2?
what type of frame work used in your company?
How to find duplicates in an array and remove them efficiently?
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?