What is system testing?
What is defect leakage?
What is penetration testing?
What is regression testing?
Answers were Sorted based on User's Feedback
Answer / ganesh krishnamurthy
System Testing - When the integration testing is completed
for the modules.Then the System Testing is Carried out.I.e
.Testing the entire application for all integrated modules
as per the System requirements.
Defect Leakage - Any defect found after the build is
released to the Client is called as Defect Leakage.
Regression Testing- After getting the conformation that the
bug is fixed , we are going to check for any side
effects.Regression testing is carried out after Integration
testing or System testing is carried out.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / dhanush m
Defect Leakage:- Its a a software testing and quality metrics. Its number of defects found on Prod/ number of total defects found in other Phase * 100.
Say if 3 defects are found in PROD and total previous defect count is 30 (Including UT, ST, Integration, UAT) then Defect Leakage is: 3/ 30 *100 which is 10%
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jahid
Re do the functional testing again and again is called regression testing, When your existing application received any modification then u need to do regression testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dhanush m
PENETRATION TESTING --> A way to identify if a system is vulnerable to attach. Can be white box/ black box
| Is This Answer Correct ? | 0 Yes | 0 No |
name some popular functional testing tool
High sevirity, low prority bug
why we choosen testing but not developing
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
what type of testing you do for web based applications than client-sever application ...pls expaline
can anyone please tell me how to test the functional specification?
please give me Live example for 1. high severity & low priority 2. High severity & low Priority 3. low severity & high Priority 4. low sevrity & low Priority
What is bug life cycle?Explane with example
Is dekstop testing and client-server testing same ?
How to check security of any browsers???
What is CMM and CMMI?
Real-time applications add a new and potentially difficult element to the testing mix Option 1 performance Option 2 reliability Option 3 security