what is web application testing and what is the difference
between a client server application and web server
application?
Answers were Sorted based on User's Feedback
Answer / ranjita
1.Client server application is a 2-tier where as web
application is a 3-tier.
2.We need to check for java script error in web application
where as this is not required incase of client server
application.
3.Client Server application is a stand alone application.So
when we change something in a client server application it
will be reflected on that system where we have made changes
But incase of web application if we change something then it
will be reflected everywhere.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / rajesh.pothina
The client server application is nothing but the
application is used by only some specified people only.
web application is nothig but it can be used by any one.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rathnam
in client server applications client and the application
will in the same system i e stand alone system
where in web application the same application is accessed
by multiple users through net
Is This Answer Correct ? | 1 Yes | 1 No |
generally what r the questions asked about project ,it may be banking,health care.... etc, i want general questions? pls any one give answer?
Explain the performance testing
wat is exploratory testing? how can u do ?
Tell me about the best bug you ever found
Can anyone Give me examples for high priority and Low priority defects?
Does we make documentation for all defects?
how can test the entire web site?
How would u test and automate an Antivirus application ?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
can anyone give me a good example for creating Bug report with all its mandatory field
name poneno dept sun 9894433467 computer This is the xls sheet a programs written to transfer this data into database write test cases and test scenario?
What is the difference between bug,defect, error, failulre, fault & mistake?