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 |
I am a manual test engineer working on an web application product testing.I have worked on test mgmt tool-testlink,defect tracking tool=bugzilla and I know functional-selenium ide (basics.So can anyone tel me which scripting language is extensively used in testing tools so that i can acquire some knowledge about it in order to shift into automation?
Which is the most important phase in SDLC
What is Boundary value analysis?
What is difference between Smoke&Sanitary Testing?
iam having 2+yr sof exp in manual testing, at present working in chennai,want to relocte to hyd .if any openings let me know.my id : vaniramymail.com
I would like to know about the steps to follow for testing a .NET web application. Please provide detailed steps with more general scenarios.
How do we run the Data Base Testing Manually
As a tester how much server knowledge is enough to know. I worked in Tomcat 5 and Jboss 4.0.3 server but I didn't have any knowledge on that please help me to know more about this? i had lot of questions in this. What architecture, what configuration, draw how it works..but not able to manage. please help me.
How does testing affect risk?
what are your thoughts on SPRINT duration
On what basis you are fixing up the time for project completion?
What is "V-n-V" Model ? Why is it called as "V"& why not "U" ? Also tell at what Stage Testing should be best to stared?