What is the difference between Client server and web based
systems?
Answers were Sorted based on User's Feedback
Answer / sreedevi
Client server:
1.Application and server will be there.
2.if we want data we will send a request to server
directly.
3.Server will fetch data and send to application.
Web based System:
1.Application, Middleware and server.
2.if we sent data request, request will go to
middleware from middleware to server.
3.Response will come from server to middleware and
middleware to application.
4.we r not authorised to connect dirrectly to server(
mailnly for security ) ex: Yahoo
| Is This Answer Correct ? | 1 Yes | 1 No |
I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
what is the use case and what is the test case?
what is meant by system test case
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
How do you test the server response time? Do you use any tool? If so what tool? If not how can it be done manually?
What is test matrics?
diff b/w smoke and sanity testing and what is migration plan in testing?
how much testing is enough.and why documentation is needed
What if requirement document is unclear?
is it always necessary to do white box testing before doing black box testing.wat ar applications where only white box is done not black box testing,and application where only black box is benifical not white box testing
Describe the basic elements that you put in defect report?
When you found any bug before release product to the customer.what will you do????what will be your aproach?