Themensammlung: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Cg (Diskussion | Beiträge) |
Cg (Diskussion | Beiträge) |
||
Zeile 9: | Zeile 9: | ||
* [[ expecco Overview | Übersicht]] |
* [[ expecco Overview | Übersicht]] |
||
* [[ Concepts]] - |
* [[ Concepts | Konzepte]] - Testplan, Testcase (Testfall), Activities (Aktivität), Verdicts (Ergebnisse) |
||
* [[ Glossary | Glossar ]] |
* [[ Glossary | Glossar ]] |
||
* [[ FAQ ]] |
* [[ FAQ ]] |
Version vom 7. Oktober 2016, 17:36 Uhr
Inhaltsverzeichnis
- 1 expecco
- 1.1 Release Notes
- 1.2 General
- 1.3 expecco UI
- 1.4 Editors
- 1.5 Tree-Elements
- 1.6 Diagram-Elements
- 1.7 Tools
- 1.8 Elementary Block API
- 1.9 Standard Library Reference
- 1.10 Interfacing to the System Under Test
- 1.11 Plugins and Extensions
- 1.12 Customization
- 1.13 Concepts, Hints, Tips and Tricks
- 1.14 Tutorials
- 2 expecco ALM
- 3 Lizenzservice
- 4 Smalltalk
expecco[Bearbeiten]
Release Notes[Bearbeiten]
General[Bearbeiten]
- Übersicht
- Konzepte - Testplan, Testcase (Testfall), Activities (Aktivität), Verdicts (Ergebnisse)
- Glossar
- FAQ
Installation, Konfiguration & Einstellungen[Bearbeiten]
- Installation - Erstinstallation, Lizenzen, Patches
- Konfiguration und Einstellungen - jre/jdk Einstellungen, Pfade
- Persönliche Einstellungen - Einstellungen des Editors
Kommandozeile und Remote Control Dienste[Bearbeiten]
Reportgenerierung[Bearbeiten]
expecco UI[Bearbeiten]
- Allgemeine Informationen zum expecco Userinterface
- Menu empty!
- Toolbar empty!
- Navigation Tree empty!
- Settings empty!
- Testsuite Browser empty!
- Expecco Remote Control APP
Editors[Bearbeiten]
- Scheme Editor
- Documentation Editor
- History Editor
- BlockFunctionalityTestEditor
- BlockFunctionalityRunner
- BlockSkill Editor
- Testplan Editor-TestplanEnvironment Editor
- Testplan Editor-TestplanListView Editor
- Testplan Editor-ReportParameter Editor
- Testsuite Editor-Environment Editor
- Testsuite Editor-ExecutionSettings Editor
- Testsuite Editor-ReportParameter Editor
- Testsuite Editor-Metadata Editor
- Testsuite Editor-StatisticData Editor
Tree-Elements[Bearbeiten]
- Datatype Element
- Testplan Element
- ElementaryBlock Element
- CompoundBlock Element
- Inventory Element
- Skill Element
- Resource Element
- Attachment Element
- ReportTemplate Element
- KeywordBlock Element
- TestDataGeneratorBlock Element
- VirtualBlock Element
- UnimplementedBlock Element
- GUIBlock Element
- Block Element
- Folder Element
Diagram-Elements[Bearbeiten]
Achtung: DiagramElements-XXXPin gehen nun alle nach DiagramElements-Pin#typeofPin. Also z.B. DiagramElements-Pin#Enable_Output_pin. entsprechende hash-tags müssen in DiagramElements-Pin erhalten bleiben.
- DiagramElements-Pin#Enable Input Pin
- DiagramElements-Pin#Cancel Input Pin
- DiagramElements-Pin#Iterate Input Pin
- DiagramElements-Pin#Timelimit Input Pin
- DiagramElements-Pin#Performer Input Pin
- DiagramElements-Pin#Input Pin
- DiagramElements-Pin#Exception Output Pin
- DiagramElements-Pin#Enable Output Pin
- DiagramElements-Pin#ExecutionTime Output Pin
- DiagramElements-Pin#Output Pin
- DiagramElements-Step
- DiagramElements-AttachmentStep
- DiagramElements-Connection
- DiagramElements-PinDescription
- DiagramElements-Annotation
- DiagramElements-Probe
Tools[Bearbeiten]
Debugger[Bearbeiten]
- Debugger: the internal Debugger
Additional tools in the "Extras"-Menu[Bearbeiten]
- Notepad: A postIt-like text editor and code evaluation window
- File Browser: A tool to search for and manipulate files and their contents
- Class Browser: Expert tool to investigate and manipulate class code
- Process Monitor: A tool to show active execution processes (threads)
- Transcript: A message and trace window
- Test Suite Difference Browser: To find differences between two test suites
Additional functions in the "Extras" Menu[Bearbeiten]
- "Explorer" / "Explorer In...": opens a Windows Explorer window on one of the common directories (Windows platform only)
- "Finder" / "Finder In...": opens a Finder window on one of the common directories (Mac OSX platform only)
- Screenshot: generates a file containing a screenshot image (in bmp, png or tiff format)
- Model Translation Editor: To define language-translations for model elements
- Import Shell or Batch Scripts: To generate blocks for existing test/automation scripts
Low level debug functions found in the "Extras"-"Debugging" Menu[Bearbeiten]
- Show all External Connections: To find open handles
- Shut Down Bridge Connections: To tear down leftover JavaBridge connections
- Close all Socket Connections: To tear down leftover Socket (interprocess communication) connections
- Close all Serial Connections: To tear down leftover Serial connections
- Show Memory Usage by Object Type: Detailed information about memory usage
- Memory Cleanup: Force memory cleanup to release unused resources
Elementary Block API[Bearbeiten]
- Expecco API - Information for Elementary Block Developers
Standard Library Reference[Bearbeiten]
The following libraries are included in the base package. No additional exptension or plugin is required.
- Standard Library -- A common, domain independent library
- Expecco Reflection Library -- A library to automate expecco itself
Interfacing to the System Under Test[Bearbeiten]
- COM/OLE -- How to invoke COM interfaces
- Corba -- How to invoke Corba interfaces
- FTP -- FTP interface
- HTTP -- HTTP interface
- HTTPS -- HTTP (SSL) interface
- SOAP -- SOAP interface
- XMLRPC -- XML-RPC interface
- REST -- REST interface
- Telnet -- Telnet interface
- Sockets -- Generic Low Level Socket interfaces
- Pipes -- Pipes
- Shared Memory - Shared Memory
- DLL Calls
Plugins and Extensions[Bearbeiten]
UI Testing[Bearbeiten]
Web Browser UI Testing[Bearbeiten]
- Selenium Web Test Plugin -- Web Page Tests and Interaction (part of the base package)
- SeleniumLibrary Reference -- Library reference
GUI Testing[Bearbeiten]
- Java Swing/SWT UI Testing
- Mobile UI Testing on Android and iOS using Appium
- Windows Automation GUI Access Interfacing Library
Code Execution[Bearbeiten]
- Groovy Code Execution Plugin/en -- allows for Groovy code to be executed on the SUT
- VisualBasic Script Plugin -- allows VisualBasic code to be executed either locally or on the SUT
- Java Browser -- allows for Java classes to be browsed in the SUT
- Java Debugger -- allows to debug Groovy blocks and other code executed by Java Bridge in (remote) JVM
- SmallSense -- together with Java Browser/en provides basic completion support for Groovy code.
Manual Test Support Plugins[Bearbeiten]
- Manual Test Plugin -- guides users through manual tests
- Manual Test Import Plugin -- imports test specifications written in Word or Excel
Misc Plugins[Bearbeiten]
- GembirdPowerControlPlugin Reference -- control a power plug (part of the base package)
QM Interface Plugins[Bearbeiten]
- PolarionPlugin Reference - automate execution from & interact with Polarion
- expeccoNET Plugin Reference - automate execution from & interact with expeccoNET
- HP Quality Center Plugin Reference - automate execution from and interact with HP Quality Center
- Jira Plugin Reference - interact with Jira
Specification Import/Export[Bearbeiten]
- WSDL Service Import Plugin -- import service actions from a WSDL service description
- XMI Diagram Import Plugin -- import XMI activity diagrams from Enterprise Architect
Data/Message/Document Formats[Bearbeiten]
- ASN1 Support -- parse ASN1 specifications; read/write/verify/modify ASN1 encoded messages
- GDMO Support -- read/write/verify/modify GDMO objects
- DTD, XSD Support -- read type specifications
- SWIFT Plugin -- read/write/verify/modify SWIFT messages
- EDI / Edifact Plugin -- read/write/verify/modify EDI messages; parse message specifications in various formats;
- EDI / Idoc Plugin -- to be documented
- EDI / X12 Plugin -- to be documented
- PDF Support -- read PDF file structure; generate PDF documents
- ODF Support -- read ODF file structure
- JSON Support -- encode/decode JSON messages
- PEG Parser -- to parse arbitrary messages/texts
Communications/Protocols[Bearbeiten]
- FTP Support -- ftp client / ftp server / sftp client
- HTTP Support -- http client / http server
- Telnet Protocol -- client / server
- SSL Protocol
- IMAP & POP3 Support
- NFS Support -- server
- SunRPC Support -- client & server
- Thrift Support
- MQueue Plugin -- websphere/mainframe interface
- Serial Port Communication
- Parallel Port Communication
- USB Port Communication
- ChipCard/SmartCard Package - GSM, EC, ISO7816 cards and other standards via GemPlus, Oros and other interfaces
- GPIB Interface - measurement device interface
- CanBUS Interface - low level interface via serial or USB interface
- LDAP Interface
- OLE Interface
Databases[Bearbeiten]
- ODBC Interface (part of the base package)
- SQLite Interface (part of the base package)
- Oracle Native Interface
NoSQL[Bearbeiten]
API[Bearbeiten]
- Plugin API - information for Plugin developers
Mobile Remote App [Bearbeiten]
Customization[Bearbeiten]
Concepts, Hints, Tips and Tricks[Bearbeiten]
Tutorials[Bearbeiten]
expecco ALM[Bearbeiten]
Überblick[Bearbeiten]
expecco ALM (Application Lifecycle Management)
Glossary[Bearbeiten]
Konzepte[Bearbeiten]
- Concepts - concepts; testsuite, testdefinition, testschedule, testrun, testequipment
- Configuration & Setup - setting up users, roles and projects
Release Notes[Bearbeiten]
Installation [Bearbeiten]
Einstellungen (System)[Bearbeiten]
Webanwendung (HTTP)[Bearbeiten]
- Personal Settings - editor settings
- Master Menu
- Requirements UI
- Defects UI
- Actions UI
- Tests UI
- Projects UI
- Organization UI
- Settings UI
Mobile Anwendung (Android)[Bearbeiten]
Lizenzservice[Bearbeiten]
Allgemein[Bearbeiten]
- Overview
- Release Notes
- Installation - initial installation, license files, updates
- Configuration & Setup - setting up ports and users
- Glossary