regression testing falls under white box or black box testing?
Answer Posted / hariharan
black box testing , since it is a test carried out wen a new
module is added to the existing function. It just tests the
whole functionality of the system.
| Is This Answer Correct ? | 32 Yes | 2 No |
Post New Answer View All Answers
Requirement from Market “Alice is talking to Bob. Bob thinks that Alice should talk to Chris for more information. Currently, Bob will pass on the directory number of Chris to Alice; Alice/Bob will disconnect the call and then Alice will initiate a new call to Chris. What we need need, Bob should be able to transfer the call to Chris, without Alice making another call.” Implementation done by Unified CM Development Team When a basic call is connected, a new softkey “Transfer” will be displayed on the IP Phone. User (say, Bob) can press that and dial a target (say, Chris). Bob has two options (1) wait for Chris to answer and then tell Chris about call from Alice and then press “transfer” again to complete transfer (2) press “Transfer” immediately; when Chris answers he will be connected to Alice Please come up with test cases thinking from a user perspective, let’s say from a Bank (there could be users such as receptionists, accountants, managers etc.) – in what all scenarios transfer can happen, any negative scenarios (cases where we don’t get a positive response always). If you think you need an enhancement to the feature, please go ahead and suggest that as well.
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database
How to write test cases or test scripts for UAT testing which is done manually
Explain the load testing?
How can we write a good test case?
Why does the boundary value analysis provide good test cases?
Explain the scalability testing?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
Do you know explain security testing?
Explain the ad hoc testing?
"search"test cases on Linkedin website and how will you write test cases on it?
What is quick test professional and what test environment it supports?
how to write test cases for online restaurant table booking system?
Explain which test cases are written first black boxes or white boxes?