Answer Posted / penisetty
Generally speaking, Testware a sub-set of software with a
special purpose, i.e. for software testing, especially for
software testing automation
TestWare : - Testware is produced by both verification and
validation testing methods.
Testware includes test cases, test plan, test report and
etc. Like software, testware should be placed under the
control of a configuration management system, saved,
faithfully maintained.
Feel Freee to Ask Questions.
Penisetty@gmail.com
| Is This Answer Correct ? | 21 Yes | 6 No |
Post New Answer View All Answers
What is integration level testing?
plz send the test scenarios and test cases for "user name should contain 4 to 8 chars and they should have only vowels"
How do u determine,what to be tested?
What is fuzz testing?
What is your approach when requirements change continuously?
What is the typical situation u faced while collecting the test data?
what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
Write the test cases for yahoo home page
How to test a Falsh player scrollings?
How to do Performance Testing manually for a Flash Application?
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
Iam new to testing field and i put lot of experiences so i want to get prepared for the interview in all the ways both in manual and Automation can any one help me how to answer there questions in real time. also can anyone send the top questions and answers to me plz its urget u can mail me at vaisu72@yahoo.com
what is meant by application server and its functions?
How do you Prepare a Defect Managemnt Policy
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; }