what is the difference between client-server application
and web based application?
Answers were Sorted based on User's Feedback
Answer / goru
Client-server Application is a two-tire application where
web based application is a 3 tire application.
| Is This Answer Correct ? | 6 Yes | 0 No |
Client-server application : LAN connection
Web based application : WAN Connection
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kaminee
Hi Goru,
Can you please explain in detail what are these different
tiers?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siri
It is a two tier application .For the accesibility of the
application by many users simultaneously the client machine
interacts with the common dataabase
(databaseserver)installed on a machine.
Disadvantage: Any change in the application program should
make the changes in the each application installed
seperately on each machine.
so in order to overcome this we have a 3 tier Architecture
known as web based application.
Web server acts as a middle tier beetween the client machine
and the DB server.
The main source of changes in the application program are
done in the web server taking the neseccary input from the
client machine.
For ex: The change in the application is from adding two
no's to substraction of the no's . The client machine takes
the input of no's but the substractiion is done on the
server machine.
| Is This Answer Correct ? | 2 Yes | 1 No |
which sanity testing is performed?
can automation testing replace manual testing?it it so,how?
test cases on bangles???
why sanity testing and why smoke testing?
On Registration Form, if some fields are not mandatory to fill then those fields can accept any invalid input. OR there may have some validation. E.g. Email id field - Not mandatory to fill. If user enter Email id = 453454 should it accept?
Hai, Iam Venu completed BCA with MBA in May 2007. Now iam learning Manual Testing .So plz help me if you find any Interview or if you find any software trainee chance in testing ?9347727155
Wells Fargo Testing interview If we are told to perform only regression testing on a software application and not to do sanity testing , then what could be the nature of your software application.
why do u go for test bed?
1.tell me one bug what u find ur testing and how u ill fix severity and priority? 2.difference between web and window based testing? 3.bug life cycle?
What is Risk anlaysis in software testing?
what is black box testing
13 Answers CTS, IBM, Virtusa,
what is a data guidelines?