Answer Posted / saiganpath
This tech used to find out the boundary values and its used
for minimal test cases to cover all the possibilities.
For an example,
User name should be allowed 6 <= 8 characters, here 6 and 8
is positive boundary values and 5 and 9 is the negative
boundary values.
So (6,8)(5,9) total 4 test data we have to prepare to find
boundary value analysis.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is scrum how with ex?
can anyone tell me the questions that can be posed in an interview for a 5 year experienced person in manual testing
Being an Manual tester, what will be the role or activity in test plan ?
In Quality Center, If we can reuse a non reusable test script as template test, then what is the need of defining reusable test scripts? What additional functionality does Reusable test scripts add when compared to non reusable test scripts?
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
*) Internal review defect gets detected… 1) During peer review. 2) By the own stuff member onsite/offshore. 3) During Informal review process. 4) None of these 5) All of these
What is the Difference between Network testing and Web Testing?
Can any one say me how to do Performance testing step by step plz for a desktop application(offline application).all the data is stored in internal server itself can any plz help me. ts quite urgent friends.
In how many ways you perform batchtesting ?
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..
write test case for gmail sign up page?
Have u ever done testing related to a database,give examples to support u r answer.
What kind of input do we need from the end user to begin proper testing?
what types of testing have u done in ur project?and expalin it detail?
in an online banking software,users are connecting to bankserver by login.This login module can take below inputs for user. a/c number prefix-3 digits but doesnot start with 0&1 a/c number sufix-6 digits number password-5to 10 chars alphanumerics in lowercase areacode-3 digits number but optional purpose- cheque deposit money trasfer mini statement bills pay After filling above fields,user can click submit button to connect to bank server.prepare test scenarios for online banking s/w login.