Suppose an Application has been maintain from 4 years, we
have written 5000 test cases for that. Now the functional
flow has been changed for a Page. If I want to write test
cases for that newly built page. How can I find what was
there in that page 4 years back? How can we traced out?
What is the best way to find test cases other than
tracability?
Answer Posted / wasim
You can check the SRS, SDS or Use Case or any other available document for that particular module. You can also refer to the old defects snapshot for that module, if nothing is available then you have to manually identify that particular module test case through module name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can some body help to write possible test cases for a credit card at POS (point of sale)
how to make test case for anolog voice logger?
Explain transaction testing?
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
150 integration testing scenarios for gmail
Can you list down a few characteristics of a test case?
Explain the ad hoc testing?
What is the state testing?
how to write testcase for the output of an program ****0 ***01 **012 *0123 01234
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 cases or test scripts for UAT testing which is done manually
Explain the sanity testing?
plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...
Can any1 tell me how to do and Integration test design and test cases for Order Inventory system for use cases. ALso how is that going to differ from System Testing. The system is similar to amazon.com online ordering system and you can place order by calling customer call center.
Explain the glass box testing?