What kind of errors can b handled in QTP in real time
scenario?
Answers were Sorted based on User's Feedback
Answer / sriharsha
hi,
1) Pop-up Window
2) Object state
3) Test run error
4) Application Crash
| Is This Answer Correct ? | 19 Yes | 0 No |
What is the difference between Image Checkpoint and Bitmap Checkpoint?
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
Explain script generated after applying database check point?
what is descriptive.create()in qtp?
What is post recovery scenario?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
1)what is the Exact Meaning of Environment Variables? 2)what is Compile Module in QTP? what exactly it contains Functions or Actions?
Can anybody give the script to addsheet, add column,add values under that column in the rows??
what is test data
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
During test run,How will you copy/paste from/to clipboard?
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?