what is the diff between application server and data base
server?
Answer Posted / swetcha
a Web server serves pages for viewing in a Web browser,
while an application server provides methods that client
applications can call. A little more precisely, you can say
that:
A Web server exclusively handles HTTP requests, whereas an
application server serves business logic to application
programs through any number of protocols.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write 2 scenarios for System testing?
Can anybody give me some tips on how to face telephonic interview and Write some expected telephonic questions as a 2+yr exp. in testing. Try to give Ques. that u already hv faced in telephone. Plz Help me out friends.
Diffrernce between client server testing and web server testing.
What is smoke testing and what is sanity?
Can you explain decision tables?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
why testcases are written and what is the importance?
What is defect validity ratio?
Explain stub in testing point of view?
Which are the standards for software test plans?
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; }
Hi, this is not a tech question, i have 4 yrs of experience in Mainframe systems, presently as a mainframe tester in pune, i just want to step towards south locatios(preferable hyd), suggest me the best way to get calls from hyd.
How do you estimate white box testing?
Can anyone tell me about banking project? abt the transactions? the flow?
How we test the bulk of contents in web page using manual testing? Is any open source tool available for that ? Thanks in advance..