Why testing Web Applications is different?
Answer / ramyab.mca@gmail.com
Hai...
Testing web applications is different because of many
factors scenarios affecting the performance and user
experience.
Web applications can typically cater to a large and a
diverse audience. Web Applications can also be exposed to
wide range of security threats. Web applications may open
up illegal points of entry to the databases and other
systems holding sensitive information.
To ensure that the web application works reliably and
correctly under different situations these factors need to
be accounted for and tested.
Hence a lot of effort needs to put in for Test Planning and
Test Design.
Test Cases should be written covering the different
scenarios not only of functional usage but also technical
considerations such as Network speeds, Screen Resolution,
etc.
For example an application may work fine on Broad Band
internet users but may perform miserably for users with
dial up internet connections.
Web Applications are known to give errors on slow networks,
whereas they perform well on high speed connections.
Web pages don’t render correctly for certain situations but
work okay with others.
Images may take longer to download for slower networks and
the end user perception of the application may not be good.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 4 Yes | 0 No |
what r ur strengths?
Write UI Test case, Integration Test case, Functional Test case & Performance Test case for the File Menu for MS-Word?
What is HTTP and TCP/IP
Is Software Testing categorized as a technical or Non-technical job???
Tell the procedure to close word file?
Can you explain Co-habiting software?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
What are the technics used for writing a test cases
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
What is the type of the testing to check the availability of a website 24 * 7?
which based on check each field in application?
1.The effectiveness of a test suite in detecting errors can be determined by counting the total number of test cases present in the test suite. 2.Black-box testing attempts to find errors in which of the following categories Option 1 Incorrect or missing functions Option 2 Interface errors Option 3 Performance errors Option 4 All of the above