hi frnds!
can any one help me by answering the below questions.
1.what is client server testing ?
2.what is web-based testing and what exactly tested in this ?
3.and exact difference between these two type of testing methods
i can be reached on shrinivaster@gmail.com if any help
needed from my side.
thanks
shri
Answers were Sorted based on User's Feedback
Answer / kajal
client server is 2 tier architecture ,in this case
application is deployed in client machine and database is
on server for examples applications in foodworld/medical
shop etc.Here both the presentation and business layer are
in client machine whereas database in server machine.
web-based is 3 tier architecture ,they are three layers
those are presentation layer,business logic and data logic
in presentation layer browsers are installed ,in business
layer web server/app servers are installed and in data
logic database servers are installed for ex yahoo server
through browser we type the url(www.yahoo.com) which will
hit the yahoo server which is business layer if any data it
has to access it will get it from database layer.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / anonymus
Client server appliction is two tier, like the client
(application) wil be in one machine and the server
(Database) will be in another machine.In this the client
performs major tasks lke monitoring and manipulating and
server is used for storing database.
Where as a web based application is three tier. It will
have three parts such as front end screen, webserver and
database. here frontend only maonitors means takes input,
webserver manipulates the data and database stores the data.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / sandy
Client server architecture:Here CLient will be having
presentation layer and server will be having business and
database layers.Client can send a request using presentation
layer and can get the response from the server
testing the above applications are called client server testing
web based application: here different clients will interact
with different servers and clients will be having
presentaion layer and business layer and database layers
will be distributed across different servers.client can send
a request using web browser and application server which has
the business logics will interact with database server and
it gives the response.
testing the applications in the above architecture are
called webbased testing
| Is This Answer Correct ? | 1 Yes | 2 No |
how many test cases are posible to write on textbox. but it is allows the 0-10 digits numaric
If I want to do a version testing then how can I do it? Is there any difference between 1.0 & 1.0.0.0 version?
How do you test the server response time? Do you use any tool? If so what tool? If not how can it be done manually?
tell me about high severity & low priority bug?
can any one give the example for high severity high priority high severity low priority low severity high priority low severity low priority
What is Memory Testing> Do you perform ever memory testing on Desktop or Web application ?
what is cmmlevel each and everystage i want to complete details please any one mail me i want to complete details
How can we test the maximum number of search results a Search Engine (like google) should produce?
Diference between sanity & somke testing?
what is meant by regression testing?
What is Bugzilla? Can I used it manually, If yes then how can i used it? Can I used it in .NET Environment?
What is release notes&have u involed in preparing the release notes?