Google Web Toolkit application automated testing
♥ 0 |
Can anyone provide a white paper on programming standards for automation testing Google Web Toolkit based java applications? What is the best practice for dealing with the various hidden or non active windows, buttons, and menu items on a single UI?
Marked as spam
|
Private answer
I have done some work with the Web 2.0 SDK for QuickTest Professional. The SDK was a challenge to learn how implement with GWT and Ajax. Recommend watching the video QTP Extensibility Accelerator demo and learning some Jscript coding (if you do not know jscript go to W3Schools). Caution the video made working with SDK look easy but, I found out that I wanted to do more advance things. Knowing jscript and knowing the objects attributes and method helps is the challenge. I have found that using QTP Object spy or other like tools that will help in defining the attributes for a new component. One Side Note: The SDK will run with QTP 10 on IE and I have heard that QTP 11 will work with IE and Firefox. Recommend looking at the documents ''Extensibility Accelerator for HP Functional Testing, User Guide,'' and ''HP QuickTest Professional Web Add-in Extensibility, Developer Guide'' for a start. Marked as spam
|