Automation with QTP does involve lot of challenges. Based upon my experience I am stating some of the frequent challenges that may be faced by QTP engineers.
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
- Automation of third party controls like infragistic controls in .net based applications.
- Automation of the PDF file comparison.
- Working with the controls inside tables.
- Selecting the drop down value will not trigger the onchange event in webpage.
- Automation of the web applications involving frames/iframes/framesets.
- All edit boxes having same properties..
- Elements like checkboxes, buttons, radiobuttons inside nested tables.
This is the list of most frequent challenges faced in automation projects. You can easily handle these challenges if you know how to access native properties of the objects.
QTP does provide the way to access native properties and methods using object property.
You can solve most of the issues in web application testing using html DOM in QTP. Please try to avoid index to identify any object as this will make your script very weak.
Please give your inputs, suggestions, feedback to Us about above QTP topic. We value your thoughts.
No comments:
Post a Comment
Please Leave your reply. We value your feedback and inputs