What are the types of testing that apply in web
applications and not in client/server application (Ex.
Broken links i.e there in web, not there in client/server)
and also the vice versa
Answers were Sorted based on User's Feedback
Answer / chitra
Types of Testing that apply for web applications are:
1.Functionallity Testing
2.Usability Testing
3.Performance Testing
4.Security Testing
5.Cookies Testing
6.Regression Testing
7.Smoke Testing
8.web Testing
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / uday kumar. a
I told Session testing / cookie testing.
Add other types of testing, to this answer
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jps
for web application that apply
UI testing,
Functional testing,
Security testing
Browser Compatibility
Load/Stress testing
and for client/server not apply
installation
Configuration testing
security
i think
Is This Answer Correct ? | 0 Yes | 0 No |
What is your testing approach/plan if requirements are frequently changing?
what r all the testing methods & what methods u r using 4 the current project.
What is the difference between white box, black box, and gray box testing?
who will prepare tracebility matrix?
how does a client server environment affect testing?
In Risk, What is the difference between mitigation and contigency plan in risk.
Please explain test matrices
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
1. Give me an example of something you tried at work but did not work out so you had to go at things another way. can somebody give a real time example
What is the difference between Monkey testing an Ad-hoc testing (If ur answer is same, then why we need two names)
6 Answers CFC, CTS, PRO, Protech,
8 What can static analysis NOT find? a) The use of a variable before it has been defined b) Unreachable (“dead”) code c) Whether the value stored in a variable is correct d) The re-definition of a variable before it has been used e) Array bound violations
On one of my form there are three text boxes for 1.To Enter Survey no.-Special characters / and - allowed in input and 2.Village Name 3.Project Name all having Input Range 2 to 50 char.and One SUBMIT button on form then How many Test cases can I write for Funtion Testing of Above fields and button