How u prepare Test data in testing process???
Answer Posted / raghu.
Preparing Test data is very important before we execute the
test cases. Test data must be created for each and every
test cases. Test data can be prepared with the knowledge of
Boundary Value Analysis and equivalence class partition.
Ex: The test data for customer name field with the
condition such as 5 to 15 chars and no special symbols
would be
Boundary Value Analysis:
min i.e 5 chars: arthu result: system should accept
min-1 ie 4 chars: qwer, result: should prompt error message.
max ie 15 chars: qwertyuioplkjhg : system should accept.
max+1 ie 16 chars: qwedsafgtrfdsert: system should prompt
error message.
Equivalence class partition:
include all the special symbols or numbers in the middle.:
system should prompt error message.
Friends plzz let me know if i am wrong or u get more
generous answer. Thank You
| Is This Answer Correct ? | 24 Yes | 3 No |
Post New Answer View All Answers
could u pls anyone tel me .."which is the best instute that provides eficient practical knowledge and also real-time oriented knowldge to do a project in manual and automation testing..in hyd" pls send me to dis mail-id if u find any..? sinducute17@gmail.com
What is the difference between IE, Opera & Mozilla Firefox in web Testing and which brower will think that is much better?
send the senario template
Please let me know how to test labels in web application manually and how the testcases would be. Please provide me a sample testcase
hai friends i did my bcom (distance with out inter)and iam pursuing mca(distance alagappa university)iam learning testing cource in ameerpet can i elgibel for testing jobs pls guide me … …and send details to rangavijetha@gmail.com..thanks
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
How do you go about testing a project?
How can you define state tanstion testing aswell decesion testing with examples.how you can differ them too??
1. what is baseline document , can you say any two ?
from where do u collect test data if u miss some data what will happen
write test case for gmail login page
What is a testing process / lifecycle?
Write a set of test cases to test youtube?
How can we test for drastic (severe) memory leakages?
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?