what is the diff between function and Sub function
Answers were Sorted based on User's Feedback
Answer / vipultripathipri
With the release of 9.0, there are now some changes to the
Job Code table and a new Subfunction field has been
introduced.
The Subfunction field is a new field that was added to
Release 9 that is basically an additional way to break down
or further define the Job Function, if required. It has a
child relationship to the current Job Function field. This
is an optional field on the Job Code table. It is fully
explained in PeopleBooks [PeopleSoft Enterprise HRMS 9.0
Application Fundamentals PeopleBook in the Setting Up Jobs
section.
The Job Code can be used in the same way as always since
the Subfunction field is an optional field.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sara
function is return the value. sub function it wont return
the vale
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / b g suresh
Sub-function is the internal/side-by/dependent
functionality of a specified functionality.
Example: Save functionality is the "Function" whereas
displaying a success message on GUI is a "Sub-Function".
| Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by Hot Keys?
what we have to read to gain knowledge in banking and financial domain(software testing) for 4+ experience
A bank application with From a/c, To a/c, amount and a submit button - What are the conditions that you write for it.
difference between regression and retesting?
What is QCM?
What is regression testing? When to apply it?
How do you handle when requirments are continously changing? please explain in detail?
2 Answers Thatavarti Technologies,
What are the tasks of test closure activities in software testing?
When should you begin test planning?
Use of Requirements Traceability?
how to test a web application manually?can u explain indetail?
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.