please make me understand what is client server and web
application?
Answer / kowsiya
Projects are broadly divided into two types of:
2 tier applications (Client Server)
3 tier applications (Web Application)
Client Server Application is usually developed for LAN. Here we will be having front-end and back-end.
The application launched on front-end will be having forms and reports which will be monitoring and manipulating data
The back-end for these applications would be MS Access, SQL Server, Oracle, Mysql
A web-application is a three-tier application.
This has
->a Browser (monitors data) [monitoring is done using html, dhtml, xml, javascript]
-> webserver (manipulates data) [manipulations are done using programming languages or scripts like adv java, asp, jsp, vbscript, javascript, perl, coldfusion, php]
-> database server (stores data) [data storage and retrieval is done using databases like oracle, sql server, mysql]
Desktop application:
1. Application runs in single memory (Front end and Back end in one place)
2. Single user only
| Is This Answer Correct ? | 0 Yes | 0 No |
State a generalized process for load test? Or explain how you did it previously.
What is the responsibility of programmers vs QA?
Positive and Negative Testing - Which one to do first and why ?
why u need peer review doc ?
What is Tracebility Matrix ? What is there in that and what will u do with that ?
can anyone help me in getting unix on manual testing i.e can u forward material & web sites to my mail id (suresh_57599@yahoo.com) to understand how the work flow working on manual testing on unix and the contents.plzzzzzzzz help me its urgent.
Name some bug tracking tools???
Is Anyone attended the manual testing interview with capgemini in recent past. please let me know the type of questions they can ask. Thanks
Testing will produce Bug Free Product 1 - Yes 2 - Sometime 3 - No 4 - None of above
what is internalization?
Hi,all i have a desktop App. which have a feature, It's a demo version if u want full version then u have to perches it. Pls give me some idea ASAP how can i break the App.
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?