How to indentify MS-Word objects like Menubar, Toolbar,
table/columns/rows/cells etc within Word document, using
QTP?
No Answer is Posted For this Question
Be the First to Post Answer
Hi, I want to retrieve the cell data in the WebTable. For that I have defined a new test object under the browser and have given html tag and text as the test object properties. But while I try to identify it it says 'Object description is not unique'. I tried adding innerhtml, outerhtml, innertext and outertext along with the ordinal identifiers; but no use. What more properties need to be added to identify it? Also I want to enable smart identification for this object but the field is disabled in the object repository for this object alone(In QTP tools->object identification the enable smart identification checkbox is enabled). How do I enable it?
how can we merge the object repositories?is ther any option in qtp to merge the object repositories if we have two or three object repositories?
WHAT IS THE FRAMEWORK & ARCHITECTURE OF YOUR PROJECT
what's the difference in between function and sub and give some code as well
Hi This is tanya actually im facing problem in Qtp actully some time QTP doesnot recoznise the recorded object due to which script is going to fail.so can you tell me how we can handle this situation and i have another concerened issue is that at the time of run New errors comes every time so how we can handle this sitauation how we can add Recovery scenarios to the script.some time application runs successfully and some time it produces new error thats why i am facing lot of problem please give me the sugeestion as soon as possible.
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
how can we group that these test cases only should be automated and in which order you execute that test cases?
how to invoke the web application through script in qtp
Differentiate the two Object Repository Types of QTP.
Explain how you can find length of array in qtp?
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
How to find given string is palindrome or not without using strreverse() function?