Answer Posted / priyanka
It is a technique which is used to classify the test data.
The test data can be divided into valid inputs(test data)
and invalid inputs(test data).
Example: Suppose there is a text field which accepts only
alphabets then the Equal partitions contains
Valid test data:
A-Z and a-z.
The text field should accept all the alphabets
Invalid test data:
It contains all chars other than alphabets
like
Numbers,special chars, blank( spaces)
| Is This Answer Correct ? | 22 Yes | 4 No |
Post New Answer View All Answers
1 Crystal Ball 1.1 Purpose This is a simple tool, for entertainment purposes only. 1.2 Scope Only for registered user. 1.3 User Interface Single page with graphic of crystal ball, and text box for typing question. User has to type her question in text box outside ball. Reports: - On ‘submit’, the system needs to access any one of the pre-stored responses at random and display in a graphical, visually appealing manner in the crystal ball. - Audio / graphical changes need to be built in, for added user experience enhancement, like music, sound effects, visual changes. Need to get details.
How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.
Explain the load testing?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
write test case for pen cap if it is not present?
Explain the concurrency testing?
how to write test cases for online restaurant table booking system?
Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu
How many test cases u will write for Acceptance testing?
Test a file replication service that copies files from one net location to another
Explain the sanity testing?
What is the state testing?
Can someone tell me the test cases to test the password for with following scenario: 1. Password should be minimum 6 chars and maximum 8 chars. 2. Password should consist one uppercase letter 3. Password should consist of one numeric 4. Password should consist of one special character.