what is the test metrics followed if its a small scale
company i mean not a cmm level company
Answer / kumar
Small scale companys usually do not follow any test
metrics. They simply identify the major functionalities in
the module and apply test cases on the build. There major
goal is to rectify the critical bugs in the build and
ignore the remaining....they donot perform
load,security,installation,database testing...etc. They
only concentrate on Functionality testing..
Kumar.rnv@gmail.com
Broadridge.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the different between SIT and UIT?
When testing a grade calculation system, a tester determines that all scores from 90 to 100 will yield a grade of A, but scores below 90 will not. This analysis is known as: A. Equivalence partitioning B. Boundary value analysis C. Decision table D. Hybrid analysis
what is validation and verification of a bug?
in google home page here when i click on images it displays images page and when i click on map it displays maps & when i click on youtube it display youtube page what type of testing is this?
How can we test the maximum number of search results a Search Engine (like google) should produce?
write negative testcases for notepad
How much percent of time you spend in testing and writting test cases? does testing comes first or writting test cases?
what is the part of qa and qc in refinement v model.
What is the testing that a tester performs at the end of unit testing?
Write 5 Test Cases for ATM From Security Point of View ?
A server configuration is controlled from a single web page with multiple options: ● 20 drop-down menus, with 3-4 options each. ● 5 check-boxes. ● 1 multi-select menu, with 5 options. ● 1 template selection, with 6 options: A, B, C, D, E, F. ○ When options A, B, C, D are selected, all options (#1-#3) above are available. ○ When options E, F are selected, only 10 out of 20 drop-down menus have an effect. ● Besides item #4, developers input is that all options are independent, I.e., not impacting each other. What is the required number of test configurations required in order to test the server configuration and release in good quality: a) Assuming first release. b) Assuming regression tests for release with new features not impacted by the above options. Test configuration is a complete set of options that were selected to be tested in one complete server configuration scenario. I.e, a test configuration is set of 17 or 27 specific options tested together.
Manual and automation how do they help in bringing out quality product? Explain?