Interview question 10: How to automate testing of Adobe Flex applications?
Adobe Flex automation package includes support for with HP Quick Test Pro (QTP) 9.1 tool. Flex plug-in for QTP allows recording, play back interactions with Flex applications and setting check points to verify the application state. QA Engineer should remind to Flex developer, that there are popular techniques that developer can utilize to construct Flex applications as test friendly as possible. One of the most important errands that developer can complete is to make sure that objects are identifiable in the HP QTP testing tool's scripts. This means that developer should set the value of the id property for all controls that are tested, and ensure that you use a meaningful string for that id property. If QA Engineer can use unique IDs for each control, the HP QuickTest Pro testing scripts are more readable, executable and maintenance is easy
Labels:
Flex
Subscribe to:
Post Comments (Atom)
Common QTP Interview Questions
- QTP Interview question 35: Using HP QTP on locked system or with Microsoft Remote Desktop connection?
- QTP Interview question 34: Explain the difference between VBScript function and VBScript subroutine?
- QTP Interview question 33: Do you know any error messages of QTP license server?
- How would you use HP QTP 10 for an agile testing?
- Have you heard about HP QTP 10?
- Where to download HP QTP 10 tutorial?
- What is FSO in HP QuickTest Pro?
- Does HP QTP 10 support Chrome browser?
- How to retrun the number of links in a web page with HP QTP?
- HP QTP Interview Question 25: How to view QTP test results in HTML format?
- HP QTP Interview Question 24: Winrunner vs QTP comparison?
- HP QTP Interview Question 23: Pop up windows is not being recognized?
- HP QTP Interview Question 22: How would you select test case for automation?
- HP QTP Interview Question 21: Explain the difference between GetROProperty and GetTOProperty?
- HP QTP Interview Question 20: How to build automation framework around HP QTP 9.5?
- HP QTP Interview Questions 19: Where to download HP QTP 9.5?
- HP QTP Interview Questions 18: How to recognize text in CAPTCHA image with HP QTP?
- How to use Microsoft Excel in HP QTP Pro test?
- How can I verify if a page is completely loaded?
- How to alter the properties of a run time object?
- How to modify the properties of a test object?
- Elucidate the divergence amid test objects and run time objects?
- Selenium vs QTP?
- QTP Firefox support
- QTP Flex automation
- Object Spy in QTP?
- QuickTest Pro certification and job market?
- QTP certification and job search?
- Where to download QTP free trial version?
- What is QTP maintenance number?
- Decide on QuickTest Pro licenses for your organization?
- Explain the difference between QuickTest Pro licenses?
- Where can I buy any books on QuickTest Pro?
- What is the latest version of QuickTest Pro?
4 comments:
I am a potential customer thinking of buying QTP 9.5 version. I was able to download the version QTP 9.5 and was able to do test run too. The UI was build with flex 3.0. I encountered some difficulties when recording and playing back. I will list down the problems that faced:
1. After installing the trial version of QTP 9.5 with all the necessary plug-ins and tried to record. When recording the QTP did not identified the objects on the Flex UI as expected, where it will not allow me to play back.
2. Message boxes are identified by QTP tool when recording, but when it is play back there was an error displayed.
Appreciated if I can get a quick response since I need to make a decision within the next 2 days so that I can proceed with the purchasing of the license.
Thanks & Best Regards
I would recommend to contact HP technical support
IE 7 is not supported yet. Roll back to IE 6 and call Adobe Helpdesk and bug them when this will get fixed.
You may need to compile the application source code with swc files.. so that qtp will identify the objects properly.
Post a Comment