Explain Boundary value analysis, Equivalence partitoning
and Error guessing?
Answer / aa
Boundary value analysis : Designing test cases at boundary
values. If field take values from 10 to 20 numbers,
following are the boundary values which is taken care while
doing testing.
Valid boundary values 10, 11, 19, 20
Invalid Boundary values 9, 21.
Equivalence partitioning : Designing test cases by deviding
the input values in to equivalence partitions.
valid Equivalence partitions 14 or 18
Invalid equivalence partitions 5, 26
Error guessing : From testers experience , are able to guess
where bug will come and in which scenario.
| Is This Answer Correct ? | 5 Yes | 1 No |
What might be the reasons for changing the status of a bug to " NOT A BUG " ?
What are the difference between Water fall model and V- Model? Which one is better? Why 80% of Software companies using Water fall model nowadays?
Difference between adhoc testing and error guessing?
What is Software Testing ?
A application is given to you but the requirements and functionalities are missing what will you do to start the testing ?
can u give me the sample bug report
what is API 2.0?
can u give me the test scenario template and one example test scenario?
9 Answers Accenture, AppLabs, WCL,
Imagine you are in an empty room with a fan, a bulb and an air conditioning system. There is a switch board on the wall with 32 switches and 2 plug points. You are tasked with testing this setup. Assume you are not given any requirements whatsoever. How would you approach it? What would be your priorities? If you make any assumptions, do state them.
why do testing are divided into stages primarily becoz: 1) different stage has different purpose 2)Stages makes the testing simpler 3)Different test run in different environments 4)The no of stages the testing is easier Which is the option need to be chosen its urgent
What does scalability mean. Is the system scalable only in terms of hardware or its software which makes the application scalable. Please provide an example to support your answer.
Write Testcases for creditcard limit.