nagendra


{ City } hyderabad
< Country > india
* Profession * sr test engineer
User No # 104941
Total Questions Posted # 0
Total Answers Posted # 4

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 14
Users Marked my Answers as Wrong # 5
Questions / { nagendra }
Questions Answers Category Views Company eMail




Answers / { nagendra }

Question { Wipro, 14361 }

what are the actions in struts?


Answer

Action
Dispatch Action
LokupDispatchAction
MappingDispatchAction
IncludeAction
ForwardAction
SwitchAction
LocaleAction

Is This Answer Correct ?    3 Yes 2 No

Question { 5840 }

What is Request Dispatcher and What is reuest Processor??


Answer

RequestDispatcher is an interface
which is used to forward our request to java
enabled Resources like servlet,jsp.. within the server.
it has one limitation i.e we cant forward req to
outside server... that was achieved by using sendreDirect
mechanism ..which forwards request not only within the
server but also outside servers.

RequestProcessor is an predefined class given by structs
framework..
and it is helper class to Structs controller
component i.e ActionServlet by using the method process()..
eventhough it is predefined we can create our
own RequestProcessor class

Is This Answer Correct ?    3 Yes 0 No


Question { Fidelity, 23819 }

what is request processor class ?


Answer

RequestProcessor is an helper class to
ActionServlet(controller).
Actually ActionServlet is dummy all the work which is done
with the help of RequestProcessor using the method process()

ActionServlet is declarativly defined in web.xml and
RequstProcessor is an predefined class.
we can create our own RequstProcessor class

Is This Answer Correct ?    7 Yes 3 No

Question { SunGard, 14591 }

what the diff b/w verification and validation


Answer

Verification:
Verification is a process in which QA people will check each and every role of the organisation and its outcome documents in order to check whether they are working according to the company's guideline or not from the starting phase of SDLC to the end.

Validation:
Validation is a process in which QC people will test the developed application and its related parts inorder to confirm whether are whether they are working a/c to the req or not.

Is This Answer Correct ?    1 Yes 0 No