What is mean cookies testing? What are testcase for it?
Answer Posted / prasanna
Cookie is small information stored in text file on user’s
hard drive by web server. This information is later used by
web browser to retrieve information from that machine.
Generally cookie contains personalized user data or
information that is used to communicate between different
web pages.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is mean by Performance Related Testing in data base?
tell me 5 new requirements in ur project? plz urgent
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
What is the difference between static testing and dynamic testing?
What does entry and exit criteria mean in a project?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
How do you test google or gmail application??tell me step by step process??
What is your approach when requirements change continuously?
test cases for Insurance Processing System ?
what is meant by application server and its functions?
What is a test severity and test priority? difference between them with suitable examples?
Explain Test Plan with example? Explain following in the test plan with examples What is being tested? What are pass/fail criteria? When will each test occur? What Hardware & Software environment is required? What features must be tested? What features will not be tested? What are the responsibilities of individuals & organisation in the project?
What is big bang approach?