What is testing methodology?
Answer Posted / namrita
There are numerous methodologies available for developing
and testing software. The methodology you choose depends on
factors such as the nature of project, the project
schedule, and resource availability..
common methodologies used for software development and
describes their relationship to testing
1. Waterfall Model
2.Prototyping Model
3.Agile Methodology
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Hello testers I am an Bsc Hotel mgmt Degree holders but now am doin my software testin programme, side by MCA Master degree an have 6 months exp i testing in company.. i want to change my CV according IT based. so can anyone help me with sendin any sample CV of urs.. do me this favour it wil be very helpful for me prepare CV for interviews....
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; }
Different types of design diagrams that supports to write test cases ?
How do you scope out the size of the testing effort?
What are the different types of integration testing?
10 scenarios for security testing using gmail applications?
What are the cases why parameterization is necessary when load testing the Web server and the database server?
I have to give weights to 5 stones so that using a simple balance and the stone i should be able to weight any number between 1-100
Can you explain calibration?
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
Tell me example for Risk,Mitigation,Assumption?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
A form has four mandatory fields to be entered before you submit. How many numbers of test cases are required to verify this? And what are they?