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


Please Help Members By Posting Answers For Below Questions

Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?

1519


Where we can use the analog mode and where we can use the low – level mode?

570


I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so

2258


What is the use of text output value in quicktest professional (qtp)?

602


How will you declare a variable in qtp?

558






your coming from electrical backgroung..but y ur coming to software side?

1391


I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?

618


Can any one send me the QTP Basic Coding Samples?

1614


Where can I find and view run-time data table?

531


Mention what are the different types of recording modes in qtp? Which will be used when?

564


Write a script to verify font style and color of a windows object using descriptive programming

837


how u will evaluate the tool for test automation?

1370


What is the difference between Keyword Driven test and Data Driven test?

1776


What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);

3496


Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement

1649