how to record/identify the webedit box/object which have drop down list and its changing simultaneously in qtp..
Answer Posted / uday
WebEdits cannot be converted to Listbox. These are two objects. First click on WebEdit, then you will see listbox object coming with options.
So first click on WebEdit, like B().P().WE().click
B().P().WL().select "your option"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Whether qtp 9.0 supports Test director8.0
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what kind of frame work you used in your last project?
How to record a qtp script ?
How to use reporter.report event in qtp ?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
How to handle dynamic objects in quicktest professional (qtp)?
give me the code to save all messages of inbox of gmail into a folder and notepad
how to prepared for first for the first interview?
What are the types of properties that quick test learns while recording?
Give me some real time point of way where exactly we can conduct audits?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
What test you perform mostly? Regression or retesting in your testing process?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
I have many listboxes in my application. I have to check whether the contents inside the listboxes are in sorted order or not..can anyone please send the code as early as possible