What do you do if QTP doesn't recognize object ,what action
should be taken
Answer Posted / mns
Steps to handle the non recognised(Or Custom objects) objects
1. Load proper AddIn(for example load web addin to recognise the HTML objects )
2. If then also not recognised, Class mapping (to closet class)
3. If then also not, then try writting some test(wrapper dlls) API's
4. Other wise go for low level recording or mapping to virtual object, but it's not reliable method. Smart identification will be handy only if objects are getting recognised.
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Brief the process of testing with UFT?
How would you directly trigger javascript in a test?
how u will evaluate the tool for test automation?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
how to find that tools work well with your existing system?
after initiating one project for testing, when exacltly QTP tester role starts?
What r the different filters in defect in quality center
What is recovery scenario manager? When you go for recovery scenario manager?
What is throw object?
Explain different recording modes?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
Tell some commonly used Excel VBA functions?
Can we run multiple QTP scripts one after the other without manual intervention? How?