Advantages and Dis-advantages of V-model?Is every company is using V-model only? pls send me the answer very quick asap.
8 26414Is there any procedure of web-site development in manual testing. If yes what are factors we should test?
2451Post New Manual Testing Questions
Unit Testing can be done by using Nunit?
How to derive test data from the design documents?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?
what exactly is heuristic checklist approach for unit testing?
Inwhat basis the time is allocated for testing the application?
Is quality control similar to quality assurance?
give me a example of writing a test case,take any good example which i can understand easily.
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
On what basis you are fixing up the time for project completion?
When should you opt for manual testing over automation testing?
What is mean by multi-threading testing?
What is an exit criteria?
what is quality Factor
is it possible to do performance testing in stand alone application..how wil u do that ???????
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.