where testing exactly starts in v-model?
Answer Posted / ningappa
right from the beginning of the project.... it is proactive
testing... it is verification and validation
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
How to test an application if it was already developed and it is in the state of changing the functionality according to the customer requirement How to start testing in this situation. I got an application to test.It is a desktop application.It is still developing and started 8 months back.how can i start to test this application? Is it the right way to test it in "Random testing"? or writing the testcases from page one and executing them.i have an another responsibility that is I have to automate that application. can anyone tell me what is the process to test this application.
How to do Pixel Size testing in a PDF document. Is there any Open tool that will be avaiable?
What is the difference between load testing and performace testing?
What is test out put?
please give information about ERP Projects and how V-model use in project
whats the reason to display the password(not in encrypted form) in the script in load runner but not in QTP?
What is mean by Schedule report who is the responsible for generated that one ?
What is the purpose of test strategy?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
What is the difference between a standalone application, client-server application and web application?
How to write test case for view the table(i.e it is already stored in database and see the content in the table)
What is quality center?
online demo for bug tracker tool(let me know the website)
write test case for linked in sign up page ?
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; }