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 |
write Test Cases on PEN and Fan. Like GUI and Functionality. Positive and Negative?
2 Answers CSR, Hoch Technologies, Mind Q Systems,
In the Testing, How do we find the Duplicate Defects. In the case of testing is going on On-site r off-shore..some times on site and off-shore people may enter defects at the same time..those may include duplicate defects. how we have to find those defects..
I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...
what is the use of end to end testing?we r donig every testing like system and functional testing ect..
How for Monkey testing is useful for a tester for his growth in IT field? Is there any growth in doing monkey testing
Is anybody have the telecom systems test cases from start to end?
is tha integration testing include non functional test?
how to write test cases for testing databases,especially for testing and writing test cases for stored procedures.any real time database testers.please answer me.
1. Write configuration tests for a web based application. 2. How does a plane turn on ground? Explain with logic. 3. How would you test the volume control for a music system? 4. You have been given an application and you have only 15 mins to test the application. How would you do the testing? 5. Your machine, which is on a network has been disconnected. How you debug the problem? 6. What is the sum of numbers from 1 to 1000? 7. What is the probability that on rolling four dices same number appears on all dices? 8. You have been given 8 identical balls out of which one of them is heavier. How would find the heavier ball in the least number of tries with the help of a balance? Explain 9. There is a disc which has been painted half black and half white. You have been given sensors which could detect white or black colors. The disc is revolving in either clockwise or anticlockwise direction with variable angular speed. Find the minimum number of sensors required to determine the direction of rotation of the disc. 10. 64,54,42,31,20 which number does not fit in the series?
First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.
can u plz give an example for regression testing with example.
How to write negative testcase?