Hi Friends this is Srinivas. I feel very happy to share my
doubts with u.what is main difference between client server
application and webserver application.Nobody
discribed.please send me good answer about that.
my mail id:dsrao106@gmail.com.
Answer Posted / pavithra pullalarevu
Client server application:It is a two tier architecture.one
is for client and second tier is for database
servers.presentation logic and business logic present on
client side and database logic present on server side.
when ever multiple users want to share the same data
and they want to access the application very fastly and no
problem with security and future updations.
Web applications:It is a three tier architecture.one is for
client and meddle one is for application server and third
one is for data base servers.presentation logic present on
client side,business logic present on application
server,database logic present on server side.
when ever the application is need to access through
out the world and they want business logic should be
secure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hi to all, if we open a browser(for ex. yahoomail.com) using navigate command. the cursor by default focussing on the 'yahoo id' html edit box. how to get the label(ie.,yahoo id) of that html edit box using descriptive program. here we should not use identify tool to get the property,thtml editbox method. by tracing the cursor position we have to get the label name. is it possible? please let me know.
Explain me which web driver implementation is the fastest?
How do you choose which automation tool is best for your specific scenario?
What is the purpose of the wrun.ini file?
Which package can be imported while working with webdriver?
How would you test your own element locator?
How do you identify the test cases which are suitable for automation?
Can we prioritize tests in Junit. What is the sequence of execution in Junit?
What is the Differnce between Client/Server Testing and Web Based Testing?
how to know whether the user information or any other information which is entered in to the web is storing in secured place or non secured place?
Can you explain me what is object repository?
Do you think that testing can be done only at the ui level?
Can you list some other automation testing tools that you are familiar with?
Tell me how can the user get a text of a web element?
What are the advantages of automation testing?