Waht are Data sets?
Answers were Sorted based on User's Feedback
Answer / radhika
A sample set of data (inculdes both positive and negative)
which may be useful to test a particular functionality.
Example:Login page:field "Username" which accepts only
alphanumeric characters and Special symbols say:". , _ @".
Positive datasets:0-9, a-z, A-Z,.,_ @
negative datasets:Special symbols say:',",!,#,&,$,)......
Postive Scenario Action:If user enters any one of +ve
datasets and clicks the Ok button then screen may navigate
to another page.
Negative Scenario Action:If user enters any one of -ve
datasets and clicks the Ok button then user may get any
error message
| Is This Answer Correct ? | 4 Yes | 0 No |
In Testing What Type of Defects your finding
what are the risks involved in testing ?
In an ATM machine , after entering pin -> not able to withdraw money. What are all the possible reasons. Debug
Performance testing is coming under Functional testing?
You have a testing team of 10 members, and now you have to reduce it by 5 member and you dont want to increase risk in your product, you are try to cover all functionality to test. What test Strategy you follow.
Can any one explain me, What is Integration testing process?
when do you escalte issue to your manager?
If there are Requirements document, we can use traceability matrix to find the test coverage. How to get the test coverage if there are no requirements.
Explain The test development life cycle?
What are the difference between Water fall model and V- Model? Which one is better? Why 80% of Software companies using Water fall model nowadays?
pls tel ans for this scenario:two Textboxes(both accept only single digit numbers)and a button"ok"which when clicked returns addition of two numbers entered in textboxes question:Write test cases which will cover all requirements and scenarios
tell me some major and minor defects in ur net banking project?