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 |
whenever the requirements are not given by the customer what type of testing you do?
according 2 an company or TL,how can a tester can prepare POSITIVE & NEGATIVE test cases ??
How we prepare the Requirement Traceability Matrix(RTM). Write the format please.
What is the significance of version control in software testing
Explain Application boundary?
write negative testcases for notepad
negative test cases on banking domain ?
FOR TEST THE RESOULATION OF IMAGE ETC WHICH TYPE OF TESTING WE USE
How to perform Gui testing ?
how do u write test scnearios for Telivision /Refrigirator?
what are the prerequisite conditins to test clientserver and web applications
What is Version Control?