What is DOMAIN TESTING
Answer / ajk
Domain testing is the most frequently described test
technique. Some authors write only about domain testing when
they write about test design. The basic notion is that you
take the huge space of possible tests of an individual
variable and subdivide it into subsets that are (in some
way) equivalent. Then you test a representative from each
subset.
| Is This Answer Correct ? | 1 Yes | 7 No |
For example out of 100 test cases if I ask you to automate how many you can automate?
13 Answers HCL, MBT,
What is the syntax testing?
Write a test scenario for a project which is developed in a VB then after wards it is converted in Java and there is no documentation available.
For how many days (or) weeks you will test a product or software?
when you don't have time to write test cases, what do you do?
How can we write a good test case?
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....
Explain the smoke testing?
Hi recently in an interview I was asked to write API test cases. Since I am not familiar with it can someone put more light towards API testing and give some example test cases for the same. Thanks!
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
why we need a test plan
write a test case for employee income caculation it is awindows aplication when window is opened all options should be disabled except empno when user enter 3 charcters empname,empdes,basic should be displayed but they should be inactive,HRA,DA are active enter these two gross is displayed,enter tax then net income is displayed.all inputs must be integers and min is 1 and max is 4 charcters for all text boxes.gross =basic+HRA+DA and netincome= gross- tax