How to Test Web Application Without a Formal Test Plan....?
Answer / adapur
Identify High-Level Functions First
High-level functions are those functions that are most
important to the central purpose(s) of the site or
application. A test plan would typically provide a
breakdown of an application's functional groups as defined
by the developers; for example, the functional groups of a
commerce web site might be defined as shopping cart
application, address book, registration/user information,
order submission, search, and online customer service chat.
If this site's purpose is to sell goods online, then you
have a quick-and-dirty prioritization of:
shopping cart
registration/user information
order submission
address book
search
online customer service chat
| Is This Answer Correct ? | 1 Yes | 1 No |
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 are the challenges you faced in your project (Testing) and in your company?
What is test summery report and it content?
If we are enterinf different inputs for the same field then tester have to write that much separate test cases with separate ID. E.g. First name field Inputs are - 1. valid name = Shyam, 2. Digits , 3. Blank Space, 4. Empty Name, 5. Enter name after blank space, 6. Special Characters etc. So May I have to write 6 separate test cases with test case id 1,2,3,4,5 & 6.?
What is diff between Agile SDLC and TDD SDLC? Kindly let me know?
What is the exact diff between sanity and smoke test and who will do in real time?
what is the difference between agile and spiral model?
what is agile testing when to perform this? have you performed agile testing anytime?please let me know more about this
What is the difference between GUI Testing,UI testing and Usability TEsting
Hi,I am very new to testing.i want to be more strong in manual testing(writing test conditions).please suggest me?
Please write 4 high severity & high pririty bugs on ONLINE SHOPPING OF PRODUCT.Write bugs that should be practical and original.Thank u
oracle table A havng one million records. write 10 test cases to test data?