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 |
I have 14 itmes in a drop down that are associated with an account And these items change with different accounts I want to be able to define it by and index number or any other id so if I enter 2 in my Global excel sheet it selects the 2nd item from the drop down - is this possible?
What is XML checkpoint in QTP. How we can use in Web Based application
what is the difference between development and testing
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
unable to get item from the combobox using descriptive programing. can any one give me the peice of code to schedule the booking from one place to another using DESCRIPTIVE PROGRAMING.
How to check and display a particular word from a paragraph?
what is life cycle of automation testing ?
How to track the execution time?
i ve an excel in a QC folder. Thru my QTP script i want to open that excel in runtime. I am running this script from QC itself
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Where are the snapshots stored?