1 / 11

OpenEdge Developers Corner

OpenEdge Developers Corner. Automated testing with QTP. Srinivas Kantipudi. Principal Engineer. OpenEdge Architect: An Integrated Development Environment (IDE). OpenEdge Architect 10.2a. Graphical Editing Framework (GEF). OpenEdge Architect. Platform Runtime. Eclipse Platform 3.4.

sloan
Download Presentation

OpenEdge Developers Corner

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OpenEdge Developers Corner Automated testing with QTP Srinivas Kantipudi Principal Engineer

  2. OpenEdge Architect:An Integrated Development Environment (IDE)

  3. OpenEdge Architect 10.2a Graphical Editing Framework (GEF) OpenEdge Architect Platform Runtime Eclipse Platform 3.4 Eclipse Platform Java Emitter Templates (JET) Eclipse Modeling Framework (EMF) Java Platform 1.5.0

  4. Agenda • Choosing the right Automation tool • Brief introduction on QTP • Automation of Visual designer screens • Running the scripts and preparing Suites • Limitations of UI Automation tools • Q & A

  5. Choosing the right Automation tool • Every Automation tool has its limitations • QTP • Squish • WindowTester • Choose the right plug-ins • Do not rely on recording

  6. Brief introduction on QTP UI Automation tool Scripting language based on VBScript Fairly intuitive for Technical User

  7. Automation of Visual Designer screens • Sample screen • Sample script • SwfWindow("LoginForm").SwfObject("TxtAgentName").Type “progress" • SwfWindow("LoginForm").SwfObject("TxtPassword").Type “progress" • SwfWindow("LoginForm").SwfButton("OK").Click

  8. Running the scripts and preparing Suites • Individual scripts • Each script will act individually • Suites • Flow based • Nightly runs

  9. Limitations of UI Automation tools Every Window/Object needs to be unique Problems with Images and Colors Limitations with drag and drop functionality Limitation with complex UI controls Common problems with QTP object recognition Problems In Recognizing Tabs, Toolbars Problems In Recognizing the Intellisense Problems with recognizing child objects within embedded frames

  10. Question & Answer ? Questions

  11. Thank You

More Related