rajkumar gholve


{ City } mumbai
< Country > india
* Profession * senior testing engineer
User No # 102107
Total Questions Posted # 0
Total Answers Posted # 38

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

Users Marked my Answers as Correct # 131
Users Marked my Answers as Wrong # 18
Answers / { rajkumar gholve }

Question { Accenture, 26464 }

why is testing necessary , explain with some examples?


Answer

Testing is necessary for three reasons
1)To show that the application satisfies customers
needs/expectations.
2)To show that application is fit for purpose
3)To detect defects, so that they can be resolved by
development team.

E.g---->A banking application is delivered to customer with
few bugs in it. End user of bank will suffer some problem
due to bugs in application so he may quit using this bank
also can go for some legal actions. To prevent these kind of
scenarios testing is done. This is very general example.

Is This Answer Correct ?    47 Yes 3 No

Question { 4557 }

What is V Model?


Answer

V model is also called as Verification & Validation model as
it have built in verification & validation process at each
phase. It divides the whole testing activity in to two phase
Test design & test execution. It provides guidelines that
testing can be done early in the project dev. Each
development phase has corresponding testing activity.

Is This Answer Correct ?    0 Yes 0 No


Question { Crea, 5931 }

What is Verification and Validation ?


Answer

Verification- Provision through objective evidence that
output of a phase in s/w development life cycle meets the
req specified at the start of that phase. Verification looks
for correctness, completeness, consistency. Verification is
a defect prevention activity. Verification mainly applies to
the process used to develop projects. It is also called as
Quality Assurance activity. e.g. different types of reviews.

Validation- Provision through objective that output of a
given phase in S/W development life cycle satisfies the
customer req specified at the start of the phase. Validation
refers to the actual conventional testing we do. Validation
applies to the product. Validation is a defect detection &
correction activity. Black Box testing.

Is This Answer Correct ?    0 Yes 0 No

Question { TCS, 10318 }

Client want to execute 1500 test cases and delivery within
three days? But i have 5 resources?
How its possible?


Answer

Simply prioritize test cases, assign each test case a number
derived from priority of test cases & Severity if it fails.
Select all high priority test cases and medium priority test
cases execute them. This is a risk based approach and if
possible inform the stake holders about this situation.

Or Increase Resources (Which is not going to happen in any
case) or work for more than 16 hours for 3 days.

Is This Answer Correct ?    2 Yes 1 No

Question { CTS, 9207 }

what is test plan


Answer

Test Plan is nothing but the record of the test process.
A test plan describes & detects how the testing will be
carried out for a product or project.

A document describing the scope,approach, resources and
Schedule of testing activities. It identifies among others
features to be tested, test methodology and test design
techniques to be used. Testing task who will do each task,
any training and staffing needs, Entry Criteria for testing,
Exit criteria for testing, Resumption & Suspension Criteria
for testing. Environmental needs for testing. Risk
associated with testing & any mitigation and contingency
planning.


Test Plan

1)Introduction
2)Objective & Scope
3)Environmental Needs
4)Features to be tested
5)Test Design Tech
6)Testing Schedule
7)Any Training needs
8)Entry Criteria & Exit Criteria
9)Suspension&Resumption Criteria
10)Risk & Contingency Planning
11)Approvals

Is This Answer Correct ?    1 Yes 0 No

Question { 8204 }

what are the advantages of waterfall model over V-model??


Answer

1)Very Robust & classical
2)Suits for larger systems
3)Can be used when all req are clearly & completely
mentioned in Req analysis phase. and will not undergo any
changes.

Is This Answer Correct ?    0 Yes 0 No

Question { IBM, 9364 }

What is test design???


Answer

Test Design refers to the STLC phase in which software
tester will start writing test cases based on any available
SRS doc using test design tech likes BVA, EP, Cause Effect
Graphing, State Transition etc. And if SRS is not available
tester will go with Error Guessing and Exploratory Testing.

Is This Answer Correct ?    4 Yes 0 No

Question { 7924 }

write negative scenarios for date given in the format dd/mm/yy


Answer

Test with scenarios like this
mm/dd/yy
mm/yy/dd
yy/mm/dd
Also try to insert dates like

32/01/2010
13/13/2010
30/02/2010
Also check for leap year
Also check for
Blank Year
Blank Month
Blank Date
and all blanks

Is This Answer Correct ?    3 Yes 0 No

Prev    1   2    [3]