Web Extensibility Lesson – Building a toolkit Support
Posted by admin - Aug 15, 2009 Articles, Code Techniques, Dani Vainstein 0 0 Views : 295 Receive Updates For This Category
Article Tools
- Print this page
- Add Comment
- Send to Friend
- Last Updated on :
Jul 15, 2011
The dhtmlxCombo object
dhtmlxCombo is a cross-browser JavaScript combobox with autocomplete feature. It extends basic selectbox functionality to meet the requirements of the most up-to-date web applications. dhtmlxCombo can be converted from existing HTML SELECT or populated with JavaScript. Supporting AJAX, it can also get list values from the server datasource dynamically.
adding the object to repository :
implementing new methods :
and analyzing the events to implement record capabilities
This lesson will guide you, the advanced user, how to implement a web-extensibility toolkit support Set.
The lesson includes 9 different stages, described step by step, with full images examples, sample code and explanations.
the stages are :
- Creating the Toolkit Support Set
- Introducing the DHTMLX Environment to QuickTest
- Teaching QuickTest to Identify, Spy, and Learn the dhtmlxCombo Control
- Implementing Support for the dhtmlxCombo’s Test Object Methods
- Implementing Support for the dhtmlxCombo’s Identification Properties
- Changing the Name of the Test Object Implementing a Filter to Prevent Learning Child Objects
- Implementing Support for Recording on the dhtmlxCombo Control
- Implementing Support for Dynamic List of Values for dhtmlxCombo items
- and a brief topic of conclusions and recommendations.
this lesson is recommended for advanced users, or intermediate quicktest users with programming background.
You are free to report any defects, errors or improvements that you might discover.
ENJOY !!
http://www.advancedqtp.com/DemoMTW/content/tech.web_ext.html


