Download presentation
Presentation is loading. Please wait.
Published byShauna Charleen Blake Modified over 9 years ago
1
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. Functional Testing with Eclipse Eric Long Technology Evangelist, IBM Rational Technology Events elong@us.ibm.com
2
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 2 What we WON’T be covering today… Unit Testing API Recorder JUnit Testing Performance Testing HTTP Recorder
3
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 3 What we WILL cover… Introduction Manual Testing Demo Functional Testing Demo Next Steps
4
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 4 A Touch of Humor Trunk Monkey
5
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 5 What is Manual Functional Testing? The manual process of ensuring fitness for use Using human labor to validate the business use cases and fitness for use of an application, system or device Includes labor to plan, design, execute and evaluate the status of the application or device under test Experience indicates over 75% of the testing done today is performed manually
6
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 6 Challenges of Manual Functional Testing Three things that complicate the life of a manual tester Labor Intensive Too much time is spent maintaining manual test documentation for application changes Resistant to Change Each project has diverse processes, tester skill sets and types of applications and devices under test Unreliable Accidental human-error with data entry and validation often skews test results Labor Intensive Too much time is spent maintaining manual test documentation for application changes Resistant to Change Each project has diverse processes, tester skill sets and types of applications and devices under test Unreliable Accidental human-error with data entry and validation often skews test results
7
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 7 Eclipse Manual Testing Tools… Overview Description of manual test Test Cases Defines individual test cases Behavior Order of test cases Loops
8
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 8 Eclipse Testing Tools While a test is being run, a step-by-step progress view is available JUnit-like status bar Input values Verdict Reason Text Attachments
9
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 9 Demo Manual testing with Eclipse TPTP Test creation, reuse and execution
10
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 10 What is Automated Functional Testing? The automated process of ensuring fitness for use Using automation tools to capture actions taken against an application in script format. Three Step Process Record actions into a script format Optionally enhance scripts with custom coding Execute scripts – ideally overnight to increase test productivity to 24/7 RecordEnhanceExecuteRecordEnhanceExecute
11
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. Manual testing can’t keep pace! Rerun the first tests and... Time Tests...take more time...the new tests... Build 1Build 2Build 3, 4, 5 … Challenge of Manual Functional Testing with Short Test Cycles Manual testing alone can’t keep pace with the rapid development of applications… Quality will be sacrificed to keep on schedule
12
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 12 Challenges of Automated Functional Testing Three things that complicate the life of an automated functional tester Control cost of test automation Inexperienced testers face steep learning curve for tools Test maintenance grows with project Control cost of test automation Inexperienced testers face steep learning curve for tools Test maintenance grows with project Testing Tools Lack Flexibility Power users hands are tied by tool limitations Testing Tools Lack Flexibility Power users hands are tied by tool limitations Test Team Integration Managing script changes with parallel development Sharing test assets with the larger software team Test Team Integration Managing script changes with parallel development Sharing test assets with the larger software team
13
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 13 Automated GUI Test Editor Overview Test Cases Behavior Test Controls Record a new test Play a test case Delete Update Refresh
14
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 14 Recording Control Center Customize wait time Toggle position-based recording Restart Terminate Insert verification hooks
15
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 15 Test Case Generation After recording a test, here are the results: Tree structure view containing Shells and Commands Macro view for fine-grained changes
16
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 16 Test Log Events Properties Pass/Fail charts Bug submission
17
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 17 Demo Functional testing with Eclipse TPTP preview
18
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 18 Thank You Hope you enjoyed the short presentation Please remember to fill out your evaluations
19
Functional Testing with Eclipse TPTP | Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. 19 Legal Notices Copyright © IBM Corp., 2007-2008. All rights reserved. Source code in this presentation is made available under the EPL, v1.0, remainder of the presentation is licensed under Creative Commons Att. Nc Nd 2.5 license. IBM and the IBM logo are trademarks or registered trademarks of IBM Corporation, in the United States, other countries or both. Java and all Java-based marks, among others, are trademarks or registered trademarks of Sun Microsystems in the United States, other countries or both. Eclipse and the Eclipse logo are trademarks of Eclipse Foundation, Inc. THE INFORMATION DISCUSSED IN THIS PRESENTATION IS PROVIDED FOR INFORMATIONAL PURPOSES ONLY. WHILE EFFORTS WERE MADE TO VERIFY THE COMPLETENESS AND ACCURACY OF THE INFORMATION, IT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, AND IBM SHALL NOT BE RESPONSIBLE FOR ANY DAMAGES ARISING OUT OF THE USE OF, OR OTHERWISE RELATED TO, SUCH INFORMATION. ANY INFORMATION CONCERNING IBM'S PRODUCT PLANS OR STRATEGY IS SUBJECT TO CHANGE BY IBM WITHOUT NOTICE.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.