What are the challenges do we face while testing
webbased applcations using the automation tool QTP or any?
Answer / sreeprasad
(1)Unable to understand custom object, then we have to map
that object to standard object.
(2)To handle the runtime objects.
(3)Using Regular Expressions.
| Is This Answer Correct ? | 3 Yes | 0 No |
how to do spell check in QTP? reply please
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
What are Add-ins availble in licensed version QTP8.2
What are the advantages of parameterization ?
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me
there is 3 flash player buttons does QTP identify them or not else we have to do install anything related that software if we have to install what is that software and how we install it into QTP8.2 GIVE ME EXCAT ANSWER IF U KNOW.
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
Explain about the Test Fusion Report of QTP?
what type of automation is follwed in the project?
What is the Difference Between Quick Test Pro and Quick test professional?
Can anyone tell me what is the equivalant method to be used in QTP for "web_obj_get_text" used in winrunner. My winrunner code is below. set_window("Confirm Add Subscriber"); rc = web_obj_get_text("Add subscriber:","#8","#1",orderID,"The order number is","\.",1); basically I need to retrieved the "orderID " from a string present in 8th row & 1st col of table "Add subscriber"