1.Unit testing ->integration testing->system testing->UAT in
this where do u do the functional testing & regression
testing? if these two done in each phase why should not
mentioned in that ?
2.What are the difference b/w client & server?
3.While doing regression testing one bug raised due to
functionality dependency, what is the bug status that one?
Answers were Sorted based on User's Feedback
Answer / vk
1. Above written all testings consist functional testing
but the testcases for them are different. In integration
testing, test cases covers the functional flow between 2 or
more modules. In system testing, testcases covers the
functional flow after combination of all the modules with
specific hardware and software including some non
functional testing. so the name is getting changed at
different level.
2. Client: is generate the request and send to the server.
Server: is receive the request and give the proper response
to the client.
3. Functional dependency bug is to be raised as new defect.
Bug status would be according to bug life cycle.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajendra
1.Functional testing comes under system testing only.
Regression testing will be continues up to system becomes
bugfree.
2.cleint -the system terminal which request information form
another system/server(passive in nature)
Server-the system which serves the information to the
client.(active in nature)
3.functional dependency bug in first occurence it
status is reported as new defect and
from next time onwards its status is duplicate.
ok byeeeeeeee
friendz
rajendra
rajendra_penumalli@yahoo.com
hyd
+919885262742
| Is This Answer Correct ? | 0 Yes | 1 No |
what is release notes?and when it is prepared and who prepares that?.
what is diffrerence between build and version
How u will test the volume testing in white box testing?
Define Brain Stromming and Cause Effect Graphing? With Eg?
What r the checklist to review testcase?
what is black box testing, and what are the methods for BBT plz explain it
what is test condition?how do u rank a test condition?
What is the difference in b/w waterfall & V'model?
1.Unit testing ->integration testing->system testing->UAT in this where do u do the functional testing & regression testing? if these two done in each phase why should not mentioned in that ?
what is regression testing and what is system testing? whaen we will do the regression testing and when we will do the system testing?
Hi friends, Is there any difference in testing the web applications which are built on different technologies like .NET,PHP,J2ee etc ?if yes then how the testing differes from one to other?(for me its urgent to know the diff. btn .net and php).can anybody answer soon....!
How do you estimate white box testing?