What are the Testing types can Follow for Web application
Project ?Please Help me .....Urgent ....
Answers were Sorted based on User's Feedback
Answer / jagadish
the security testing is needed only for the secured sites
like banking finance etc not for all
the answer is correct by swathi except the security testing
there is one more testing that is compatibility i.e.
platform independence as this is for web related testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jagadish
smoke or sanity testing is the first test, where we check
the from login to logout all the functionalities are
testable are not. in some companies the smoke is done
firstand sanity at the end of all tests vice versa
then the functional testing all the things as in the web
application we get the top of the screen we get some
functions , left pane we get some functionalities, right
pane some functionalities, center and bottom from login to
log out. with out missing any thing or any functionalities.
then we apply the regression testing technique for the same
things after fixing the bugs.
then integration testing has to be done checking the
integration of the
after getting satisfied with the build to the functional
spec requirements.
then we have to check the performance
last the uat (user acceptance test)
if you need more detail please contact me on my mail
jagadishk.9454@gmail.com
this varies with company to company
| Is This Answer Correct ? | 1 Yes | 0 No |
Please recommend which are a good books for software testing.. best authors for s/w testing.
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
what is Independent Verification and Validation(IV&V)?
write 3 test cases on MSWORD
What is the deference between regression testing and re-testing?
How should your staff be managed? How about your overtime?
Difference between XP and Vista?
Hi.....wat r d major bugs we can find in banking domain???
what is defect density ? we say it is No of defects / line of code.. what is line of code ? pls if possible give some real example
u have 1000 of delete button in ur application ,how to check it out,.one by one ? or how to check it out by easy way?
How and when a build can be assigned to a Tester and who do this responsibility? Is there any tool is used for performing this process?Generally what is the flow of "Build assignment"?
What is the difference between smoke an sanity testing with example ?