Please enable JavaScript.
Coggle requires JavaScript to display documents.
FUNCTIONAL TESTING (Types of Functional Testing (Unit Testing, Smoke…
FUNCTIONAL TESTING
-
-
-
-
Functional Testing Tools
-
-
-
soapUI - This is an open source functional testing tool, mainly used for Web service testing.
Sample Test Cases
1) Unit Test
- Test common control-level navigation through a view.
- Test any field validation or default logic.
- Invoke methods on an applet.
2) Module Test
- Test common module-level user scenarios (for example, create an account and add an activity).
- Verify correct interaction between two related Siebel components (for example, Workflow Process and Business Service).
3) Process Test
- Test proper support for a business process.
4) User Interface
- Verify that a view has all specified applets and each applet has specified controls with correct type and layout.
5) Data Entity
- Verify that a data object or control has the specified data fields with correct data types.