Difference between web application & client server
application?
Answers were Sorted based on User's Feedback
Answer / abhijit naik
Client server Technology:
1. Number of clients is predicted or known
2. Client and server are the entities to be tested
3. Both server and client locations are fixed and known to
the user
4. Server to server interaction is prohibited
5. Low multimedia type of data transaction
6. Designed and implemented on intranet environment
7.Application is loaded at the server. In every client
machine, an exe is loaded to call this application.
In client server testing test engineer are conduct the
following testings:-
1.Behaviour testing(GUI TESTING)
2.Input domain testing
3.Error Handling testing
4.Backend testing
Web based Technology
1. Number of clients is difficult to predict (millions of
clients)
2. Client, Server and network are the entities to be tested
3. Server location is certain, client locations are not certain
4. Server to server interaction is normal
5. Rich multimedia type of data transaction
6. Designed and implemented on internet environment.
7. Application is loaded at the server.but,No exe is
installed at the client machine. We have to call the
application through browser.
In Web testing test engineer are condut the following testings:-
1.Behaviour Testing
2.Static web testing
3.Input domain testing
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / deepinder
Client-Server Application
- both client and server exist within the walls of single
company, thus operated in a protected environment
- so, client becomes a trusted user
- clients can be controlled as who can access and use
server's resources within a company's firewall
- network protocols are considered like TCP/IP,UDP,ARP etc
Web Application
- it is a specialized version of client-server model
- client can connect to server from anywhere thus not a
single connection can be treated as trusted
- to control clients is tough as anyone with a browser can
access the Web application
- protocols and standards like HTTP,HTML,XML,SOAP etc are
used
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / varun
web application is n-tier application
client/server application is the two tier application.
| Is This Answer Correct ? | 6 Yes | 8 No |
What are the entry criteria for Automation testing?
Explain functions of quality assurance department.
0 Answers Mahatma Gandhi University,
What is difference between ach credit and the normal credit?
what is the difference between functional requirements and non functional requirements? Which things will come in bothe categories?
If you come onboard, give me a general idea of what your first overall tasks will be as far as starting a quality effort.
Software Quality Assurance Progress: Scenario I. Defining SQA milestones II. Assigning SQA resources III. SQA scheduling IV. SQA budgeting V. Selecting software development tools that will interface with the SQA tools VI. Reviewing any contracts with subcontractors for SQA requirements In the above statements, which of the tasks are included in planning the overall SQA effort? Choice 1 I, III, V, and VI Choice 2 I, II, III, and IV Choice 3 I, II, III, and V Choice 4 III, IV, V, and VI Choice 5 II, III, V, and VI
2 Answers Brainbench Certification,
what is the institute that has defined the QA
1. What is the difference between a bug and a defect 2. What is the difference between retesting and regression testing 3. Explain bug life cycle
I. A code inspection is held for new code. II. A code inspection is held for reused code. III. A code inspection is held after the first compilation. IV. A code inspection is held after the first error-free compilation. Which of the statements above are true of code inspections? 1. I and IV 2. I, II, and IV 3. I, II, and III 4. II and IV 5. II and III
what is peer review?
Scenario :- when we test payment module in the eCommerce site, then how do we verify or actually check transaction failed and the amount will be returned in next few days? i am using pay pal / credit card.
What is the difference between bottom-up and top-down integraion?Which is effecive.