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
In a systen design to work out the tax to be paid: An employee has Rs 4000 of salary tax free. the next Rs 1500 is taxed at 10% , the next Rs 28000 is taxed at 22% , any further amount is taxed at 40% , the nearest whole Rs, which of these is a valid boundary value analysis test case ???? a)Rs 1500 b)Rs 32001 c)Rs 33501 d) Rs 28000.
hai friends can u expalin about real time process of testing at the company, like flow diagram
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
what is test scenario and test condition?
hi experts, i was asked to write down the requirement description,test scenario, and test cases for gmail login and send email and then to check the email was sent in the sent mails.the format given to me was like this: Req ID, Req description, Test Scenario, Test cases....Can anybody please help me out with this..
Can you please explain about the erp project
How should your staff be managed? How about your overtime?
What is quality center?
can someone give me a brief idea about embedded testing.. i know both embedded system concepts and testing concepts.. i just want to know what we have to do for embedded testing
Test Cases For Router&Switch
Do write a separate test case for regression testing? If it is yes, explain how to write the test case?
What is quality center? What are the modules of quality center?
You want a automation tool to be used for your project. How will you convince the client for the same. Please give me specific answer.
What is Traditional testing & Object Oriented testing?
when database testing comes into manual tesing