Answer Posted / monica gidwani
developing the test enviornment is critical to the sucess
of deploment of a software system
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What can you tell about the project if during testing you found 80 bugs in it
What will be the QA roles and responsibilities in Health care stream like BCBS,can someone please explain me any example project regarding health care services in web-based application?
What is Difference between Test Strategy and Test Methodology?
1.What types of documents would you need for QA, QC, and Testing?
What are the cases when you’ll consider to choose automated testing over manual testing?
What is revision history and the content of revision history table?
What is the big deal about ‘requirements’?
Give an example for pre testing and post testing ?
How do you scope,organise and execute a test project.
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 exploratory testing and when should it be performed?
how to generate id in testdirector? a) Td id 1 b) td id 2 c) td id 3 d) td id 4 which is correct answer please any one of the tell me and mail me
iwant know IEEE formate ,how it is used and exactly where it is used? i have details it follows test plan, testcases...etc. i want real time explanation. pls any one give?
What is state transition?
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; }