how does a client server environment affect testing?
Answers were Sorted based on User's Feedback
Answer / subhan.qa
Client/server applications can be quite complex due to the
multiple dependencies among clients, data communications,
hardware, and servers. Thus testing requirements can be
extensive. When time is limited (as it usually is) the focus
should be on integration and system testing. Additionally,
load/stress/performance testing may be useful in determining
client/server application limitations and capabilities.
There are commercial tools to assist with such testing.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rashmi tiwari
Client/server applications can be quite complex due to the multiple dependencies among clients, data communications, hardware, and servers. Thus testing requirements can be extensive. When time is limited (as it usually is) the focus should be on integration and system testing. Additionally, load/stress/performance testing may be useful in determining client/server application limitations and capabilities. There are commercial tools to assist with such testing. (See the 'Tools' section for web resources with listings that include these kinds of test tools.)
Is This Answer Correct ? | 0 Yes | 0 No |
How do u go about testing of web application?
What is software development Life Cycle (SDLC)? where exactly the Testing activity begin in SDLC?
what r the qualities of a tester?
what r the test cases of SMOKE,FUNCTIONALITY,REGRESSION for LOGIN PAGE. how do u check it
tell me brief about your project? please help me how to explain the project what is the flow? my current project is ERP domain web based application. please help me
what is Test deliverable and Release Note?
What is testcase scenario?
2 Answers Oneclick Testing Solutions,
if a single date is given to enter in text field write boundary value cases for it
After successful login,If I have to check whether the name of the screen,other contents are proper or not this is called GUI testing.But if I am writing the test for functionality.then may I have to add this [Screen name,other contents]to expected result in my Functional testing or I have to write the other test case document for GUI testing?Thanks in Advance
difference b/w sanity testing and somke testing ?
Define the following and explain their usefulness: Change Management, Configuration Management, Version Control, and Defect Tracking.
What is exploratory testing and when should it be performed?