different companies follows different types of software
development models,depending up on the size.In small and
medium companies follows a clasic waterfall model lik
model,in which testing is starts after development process
is complets,some medium and big organizations follows V
model lik model in which testing starts right from Business
requirment documnet or SRS,and it will continue untill
product relese.
It depend on the life cycle model of your company.
generally aafter preperation of the test cases they will be
get approved from the client.
before starting the execution shake out will be done to
check weather the build was done properly or not on the
application
this is call as FFA.
Testing Starts "As early as Possible" in the development
life cycle.
Static testing or Review used to test the SRS, FS, TEST PLAN
etc....
Prabhu Subramanian
CSS India Pvt Ltd.
Actually testing starts from the requirement phase onwards.
Once the requirements are baselined(srs) then we will go
for writing testcases.Execution of our tests will be
started during the testing phase after the release of the
build.
Hi, Below is a question on white box testing. Kindly help
me in answering it. How many test cases are needed to
obtain 100% branch coverage. This question was asked in
ISTQB foudation level exam - Dec21 2008.
Read(A,C)
If(A<10) then Print A;
Endif
If(C>100) then Print C is greater then A
else if(C<100) then print only C
Endif else
Options -
a. 4
b. 3
c. 2
d. 1
Kindly answer with explanation so that it would be easy to
understand
After recieved the defect from Tester,developer is not
getting any error while executing that bug then he will
reject that defect due to the above reason.As a Tester what
we can do in that situation?
What actually you(Testing) people do when a new project
starts. i.e can you give clear idea how testing is
integrated with Project development &Release
Web application is having a client and a client-server
application aslo have a client. Then what is the technical
difference between thease two clients? can any body expain?