vinod kumar


{ City } bangalore
< Country > india
* Profession * software engg
User No # 12139
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 6
Users Marked my Answers as Wrong # 1
Questions / { vinod kumar }
Questions Answers Category Views Company eMail




Answers / { vinod kumar }

Question { TCS, 5813 }

How does unit testing play a role in the development /
software lifecycle?


Answer

We can catch simple bugs like GUI ,small functional Bugs
during unit testing.This reduces testing time.Overall this
saves project time.If developer doesn't catch this type of
bugs,this will come to integration testing part and if it
catches by a tester,this need to go through a Buglife cycle
and consumes a lot of time.

or

Unit testing helps in verfying that a unit or module that
is built is as per requirements and functions properly .It
helps in preventing bugs getting multiplied and migrated in
later phases.


Is This Answer Correct ?    4 Yes 0 No

Question { 9184 }

what is penetration testing?


Answer

Penetration testing refers to a set of services used to
detect various security issues with web applications.

Is This Answer Correct ?    0 Yes 1 No


Question { 9184 }

what is penetration testing?


Answer

A penetration test is a method of evaluating the security
of a computer system or network by simulating an attack by
a malicious user, known as a cracker (though often
incorrectly referred to as a hacker). The process involves
an active analysis of the system for any potential
vulnerabilities that may result from poor or improper
system configuration, known and/or unknown hardware or
software flaws, or operational weaknesses in process or
technical countermeasures. This analysis is carried out
from the position of a potential attacker, and can involve
active exploitation of security vulnerabilities. Any
security issues that are found will be presented to the
system owner together with an assessment of their impact
and often with a proposal for mitigation or a technical
solution. The intent of a penetration test is to determine
feasibility of an attack and the amount of business impact
of a successful exploit, if discovered.


Is This Answer Correct ?    2 Yes 0 No