How much interaction with users should testers have, and why?
Answer / nannan
It depends upon the project need and your designation(role).
Is This Answer Correct ? | 1 Yes | 1 No |
What are the principles of software testing?
Explain 5 Test Matrics?
what is difference bettween High level documents and low level documents wht is covered in it ? when does tester uses this ie wht level of testing?
what is iterative testing
how can we connect database in manual testing? pls answer for this
What are the different servers and difference between them?
what is ur template of test case & which is the best?
Hi I want to start online training couses for testing Any body plz help me out how to start the online courses Plz post the answer here or send me a mail for kommineni.1020@gmail.com
where do you write the test cases
what is meant by database testing? what is the strategy to be followed for database testing?
In simple steps how will you do unit testing using VSTS?
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.