1) How to test session ?
2) There is a website in which the user has to register to
use its features. Suppose one user has registered in that
site by paying some amount only for 1 month. Now i want to
test the application that the user should not use the
features of the site after 1 month. How to test it? The
tester cannot wait for 30 days to test it....bear in
mind..Thanks in advance...
Answer / ankit
Ans 1: One way is to validate cookies if this is web based
application. If there is any database interaction then you
can validate using both data base and cookies.
Ans 2: The details provided looks incomplete. Without time
stamp comparison in application this feature cannot be
tested. e.g. when the user is registering in the site
paying some amount then application can store the system
time or time of registration or store in database : system
time + 1 month as expiration time. Further there can be a
check to compare the expiration time.
After knowing the logic what developer has put in
application, you can change the time stored in data base to
test the expiration conditions. Here, you have to test
boundaries.
| Is This Answer Correct ? | 10 Yes | 0 No |
What is Manual and Automation Testing Framework
test cases on antivirus with integration testing
How does one go for testing of firewall?? Though one answer is posted but its not a relevant one
sanity testing is done during regression testing.is it true.if it is true plz explain?
Generally Where do we more concentrate on Web Based Applications Testing....means which functional area...Thanks in advance
what are the contents of black box & white box testing.
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?
could u please suggest good coaching center in hyderabad to learn testing for a fresher
What type of contribution provided by management Science and Decision Support Approach to the project management
what are the different statuses of test cases?
Please give me any example of High severity and Low priority type of bug ?
How System testing is different from the Functional testing??