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 difference between regression testing and re- testing?
Can Anybody give simple example for High seveority , low priority and High Priority low sevority defect or bug..Thanks in advance......
what is the difference between quality assurence and quality control
You find a bug and the developer says “It’s not possible” what do u do?
How can you prepare the resume for testing? Can you send me the answer for this questions?
are you ready to work on new domain but you dont have any body to take help or suggestion (seniors).you are the initiator?how will you work in such cases?
Test cases for save option for notepad - I have listed few. Please improvise my answer
What will you do if your developer doesnt agree with you on the severity and priority that you assigned to a bug
What is Entry and Exit Criteria? When and how we will consider them? Can any one explain this Question.
Can you explain exploratory testing?
do u know abt integration testing,how do u intregate diff modules?
Why UAT required