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 |
What is Tree view?
Explain abt the File System Object in QTP with ex
How to start recording using quicktest professional?
What are the types of Object Repository’s in QTP?
what are all the fileds present in object repository?
How does QTP identifies the object in the application?
How to covert a String to an integer?
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
Explain the Keyword View ?
how i will connect oracle or microsoft acess database through manually written Script
Hi, i want download attached files in test plan area from QC to local drive in my system using QTP script. Please help me
What is the extension of script and object repositary files?