sunil kumar


{ City } new delhi
< Country > india
* Profession * software test engineer
User No # 4115
Total Questions Posted # 2
Total Answers Posted # 3

Total Answers Posted for My Questions # 6
Total Views for My Questions # 18682

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

In "V" model of SDLC which phase correspond to integration testing: 1. Requirements 2. Analysis 3. Design 4. Coding

NIIT,

4 Testing AllOther 10468

If a bug is found by the customer after product release, then what cycle is applied to find the cause of that defect

NIIT, Verizon,

2 Testing AllOther 8214




Answers / { sunil kumar }

Question { Verisoft, 8360 }

If you have an application to test and there are no
requirement specs, no test cases , no documents, you
dont know even the functionality then how would you perform
testing?


Answer

I think santosh is right. In ad-hoc testing it's assumed
that the tester has significant knowledge of the program
under test. So in this case we can do exploratory testing
only.

Is This Answer Correct ?    4 Yes 0 No

Question { Covansys, 7688 }

Suppose one functionality appears in an application which
was not there in the requirements..so what u do as a tester?


Answer

Any deviation from requirement is a bug.
If the functionality is not required,it should be removed.
Nobody knows waht impact can that functionality can cause
to the program in future.


sunil.k20@gmail.com

Is This Answer Correct ?    1 Yes 1 No


Question { MBT, 5507 }

what is the diff between test strategy & test methodology?


Answer

Test Strategy: It's about how to test a piece of code. What
will be the approach for testing and it also defines what
levels of testing will be conducted.

Test methodology:Its'a a broader term which includes test
startegy also.It basically consists of the following steps:
1.Acquire & study the test strategy.
2.Determine the type of developement project.
3.Determine the type of software system.
4.Determine project scope.
5.Identify tactical risk.
6.Determine when testing should start.
7.Build system test plan.
8.Build system unit plan.

correct me if I am wrong.
mail me at sunil.k20@gmail.com

Is This Answer Correct ?    2 Yes 0 No