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 are the type of test strategy
Wht is the difference between Test case and Test condition
What is Bug Validation? What can be a different resultant after the same?
what is the use of a tester.Even admin or developer others can do testing What is the main advantage of atester. why do testing team need testers.
What are the possible testcases for online mobile recharge? For eg, in a web application like paytm.
What are test entry and test exit criteria?
integration test cases for mouse and keyboard
can anyone help me regarding testing patterns?
what is gap analysis
What is "Cache Memory". How and What we have to check in Cache Memory during Web based application testing.
IN TEST PLAN DOC, WHAT R THE ASUUMPTIONS MADE BY BY THE TEST ENG?
what is use case diagram?