what is the chronological order in software testing
Answers were Sorted based on User's Feedback
Answer / kiran
Unit testing
Integration testing
System testing
User acceptance testing
| Is This Answer Correct ? | 25 Yes | 4 No |
Answer / santoshreddi
smoke testing by developers
white box testing
smoke testing by testing team
functional
integration
system testing
if you found a bug then,
1)retesting
2) regression testing
after delivery of a product sometimes acceptance testing also
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / kaju_ray
Requirement
Analysis
System Design
Coding
Testing
Delivery
| Is This Answer Correct ? | 8 Yes | 14 No |
What are the steps, procedures, objectives to write test cases.
what is difference b/w Quality assurance & Quality control
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 report u generate after completing testing?
Generally which testing methodology we follow in software organizations. thanx in adv
How to test a website???
9. What drives your interest in Web accessibility?
Can we file a bug after UAT?
What is meant by Decision Table Testing Technique?
what is sdlc?explian test plan.
WHAT EXACTLY A TEST PLAN CONTAINS? WHAT ARE ENTER & EXIT CRITERIA OF A TEST PLAN?
In Testing 10 cases you found 20 bugs then how will you know which bug is for which test case?