Answer Posted / mudaseer
what worked earlier may not work now
that is developer gave the build it was working correctly
after that he added some extra features
so adding those features affected old features
now he gave you another one build so you are testing so you got some bugs that is what worked earlier may not work now
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is stub?
Explain the procedure & path of s/w in testing?
Can any tell me how a clinical data management system is tested? what are the test scenarios? what are the test cases? work flow.
What exactly is quality control?
What is a failure?
Anybody having documents and URLs about BFSI domain...Please share..it is really urgent
How to write test cases for nevigating menus? Ex. Course -Topics -Subtopics
What is the difference between stlc and sdlc?
Can you explain regression testing and confirmation testing?
integration test cases for mouse and keyboard
What is difference between web site testing, desktop application testing and wireless application testing? what is the difference in testing strategy to test them?
What is revision history and the content of revision history table?
What is the difference between manual testing and automation testing?
Give the real-time example for back-to-back testing?
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; }