Can you tell me what is boundary value analysis and
Equivalence partitioning, and error guessing with examples
Answer Posted / abbas
bva - ex:- input box should accept no.s 1 to 5
test scenario desc expected outcome
b.v=0 don't accept
b.v=1 accept
b.v=2 accept
b.v=3 accept
b.v=4 accept
b.v=5 accept
b.v=6 don't accept
in equivalence partition first u divide a set of test condn into a partition
ex:-input data from 1 to 10
test scenario desc value
enter 0 to 5 chars don't accept -------------------partition 1
enter 6 to 10 chars accept--------------------------partition 2
enter 11 t0 16 chars don't accept-------------------partition 3
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hello can anybody list out supported and unsupported browsers for Window OS,Android OS,MAC OS Ubuntu
Can you explain the workbench concept?
Can anybody give whole test cases for banking module.it should include from start to end .that will help me more.to do study.it should contain account,deposite,withdraw,fd,atm modules.?please try to give me??
whta is compile module?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
how will you test a wine filled bottle along with 100 glasses
What are testing techniques? What is difference between general and specific?
give me a example of writing a test case,take any good example which i can understand easily.
Explain what is exhaustive testing?
I have an Interview about Guidewire claimcenter,so could you provide any info regd it?.I would really appreciate any kind of help- email at hvshah2001@gmail.com
What is the difference between functional requirement and non-functional requirement?
What is quality center?
What are tools of performance testing?
Scenario A year ago we developed a standards compliant website for a client. Their site is very popular resulting in the client wanting to be able to track how it is being used by their users. The first part of this project is to create a Login function so that users can be identified on the website. The data supplied by users would have to be handled securely. You have been allocated this project to work on. You will be responsible for the task from start to finish and will be expected to give feedback to your manager. User expectations The client wants their users to be able to login using a page that fits in with the website design. Tom wants to access the website but doesn’t want his login information to be available to anyone else. Paul doesn’t want to login to the website because he’s not a frequent user. Task Please provide some feedback on how you would do the following:- Being the only Test Engineer on this task, what would your approach be for this requirement? Identify the key areas for testing this page. What tools if any, would you use to perform the testing, bearing in mind that the testing will be done without using an ‘automated test tool’. Provide a sample test case that could be used for testing this page, for example as a word or Excel document.
I want to know about satyam manual testing questions