Difference between Agile process and V Model
Answers were Sorted based on User's Feedback
Answer / nitin sharma
1.In Agile Customer Requirement are added frequently and it
is iterative process
while in V model adding of requirement is almost none.
2.In Agile Dev and Tester works together on application
while In V model Dev and Tester works separately and
testing with devloping go parallely.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / castor_troy
Agile is like iterative method whr each release have new
enhancements/new additional reqs to be incorporated. only
diff. is that iterative method is for internal releases and
agile is for market release.
V model is jst an extnsn of the waterfall model.
| Is This Answer Correct ? | 0 Yes | 2 No |
How do you handle a test case when the test data created with an AGE field becomes invalid since the date of the system changes over time? For example, a person who could be a < 18 years old last month is now > 18 years and the whole scenario fails? Do you keep updating the test data or is there another creative solution here (besides changing the system date & time which can't be done as it is an Internet app)?
what is visible state transaction test? give one example
what is unit testing? It comes under white box or Black Box testing?
McroSoft Six rules standard for Userinterface testing?
what wil be your approach while testing any software ,test to pass or test to fail?
A 2 different developer design same function. After both completed. In testing engineer how do test that function?
If a bug is not reproduced what will be the next action of the tester?
1. Write configuration tests for a web based application. 2. How does a plane turn on ground? Explain with logic. 3. How would you test the volume control for a music system? 4. You have been given an application and you have only 15 mins to test the application. How would you do the testing? 5. Your machine, which is on a network has been disconnected. How you debug the problem? 6. What is the sum of numbers from 1 to 1000? 7. What is the probability that on rolling four dices same number appears on all dices? 8. You have been given 8 identical balls out of which one of them is heavier. How would find the heavier ball in the least number of tries with the help of a balance? Explain 9. There is a disc which has been painted half black and half white. You have been given sensors which could detect white or black colors. The disc is revolving in either clockwise or anticlockwise direction with variable angular speed. Find the minimum number of sensors required to determine the direction of rotation of the disc. 10. 64,54,42,31,20 which number does not fit in the series?
what are your thoughts on SPRINT duration
Write test cases to copy text file from C:\ drive to D:\ drive?
Can u plz write/tell me 2 main Negative Test Cases for my Mobile Phone.
I saw the term 'Idiot Proofing' under White box test techniques. Really what does it mean?