what is the difference between application server and web
server?
Answer Posted / sivadasan sivagnanam
Web Server:
1. Protocol dependent (Handle HTTP only)
2. Responsible to execute Servlets and JSP
Application Server:
1. Protocol independent
2. Responsible for handle components such as web component
& EJB components
3. Application Server = Webserver + EJB container
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
What are the principles of software testing?
What is pesticide paradox? How to overcome it?
Can you explain tailoring?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
Why testers wil prepare useracceptance testcases,system testcases and integration testcases,What is the differenece between all this test cases
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
write test case for linked in sign up page ?
please send me interview questions asked in google in testing - manual
What is white box testing?
Have you ever completely tested any part of a product? How?
What are the possible test scenarios around AVS check of any credit card? (Testing through payment gateway online) (What are the fields we should check while checking AVS and CVV)
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
What is the difference between load testing and performace testing?