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 |
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
write a test case for air conditioner
How do you estimate staff requirements?
what u will do when u have no sufficient time to test the application build release? plz describe it briefly and help me knowing the answer?
If there are so many settings/options to choose, how to write test cases?
write four steps for writting scenario ?
What kind of inputs do we need from the end user to start proper testing?
which environment you like to work?
What do you like about computers?
what is positive and negative testing with example?
If I have prepared the test case document for version 2.0 and I got the new build say 2.1 then I have to add the test cases for version 2.1.My question is that How should I do that? because each test case has a unique id .
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.