Hi,
1.Before start testing any application, try to get minimum
awareness of the domain.
2. Try to check whether all test cases are executed in the
module given to u.
3. Try to look for Usability testing along with functional
testing.
4.If it is web application, try to concentrate on all links
and page navigations...Make sure that you have covered all
areas of application in the given module to u. It is
possible only when u know the functionality clearly...
@ krishna
thanks ur reply
i don't have full length documents, i have only whats the
functions in module, 'how they work' don't specify in that
simple docs
this is situation what i can do?
@Gest
Hi,
Please let me know on which domain u r working and what are
all the basic functionalities of ur application, so that i
will help u in sending test scenarios and finding out the
functional points...if you have screen shots of ur
application send it to pskrishnamohan@sgtechnologies-in.com
Hi Janet..
Actually testing will be stopped based on the Acceptance
criteria i.e. when to stop testing by feeling that we have
performed enough testing..but there is no particular
criteria to say that in every company for every
project..so..you have to perform re and regression testing
each time you get the bugs and bugs fixed from development
department..make sure that according to RTM all test cases
are passed and all bugs that you have raised are
closed...that itself defines the completion of
testing...but usability testing gets added to
that..usability testing in the sense user-
friendliness..that varies from every testrer's perception.
that is y i asked u to get minimum awareness of domain so
that you will know how users can satisfy with the
application..I think you got my words..if any doubts you
can ask me regarding work.
This can be difficult to determine. Many modern software
applications are so complex, and run in such an
interdependent environment, that complete testing can never
be done. Common factors in deciding when to stop are:
• Deadlines (release deadlines, testing deadlines, etc.)
• Test cases completed with certain percentage passed
• Test budget depleted
• Coverage of code/functionality/requirements reaches a
specified point
• Bug rate falls below a certain level
• Beta or alpha testing period ends
i know that there are two types of applicationa.one is web
applications and the other is client-server application.web
means online applications,and client server means we have
to install in our systems to use it.now my question
is ,yahoo messenger which we have to install in our system
and have to work on line.this application comes under which
type of application.
4) Adhoc Testing is performed with
A)A formal test plan but with out a formal testcase
cool.gifA formal test case but without a test plan
C) Both A and B
D) None of the options
Application contains many text fields,buttons etc.Many test
cases can be written for the application.I read that test
cases should not be too many.So text fields can be tested
by entering Blank space,special symbols,Alphanumeric
data,Empty & so on IF I write for all these data for every
text field on each screen then my test cases will be
unnecessarily too long .I m confused here wether I write
Test cases for all or not.Suggest me the proper answer.I
want answer from Experienced person