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 / rakshan

The best way is to check requirement specification,BRS,use case,Test plan and tractability matrix and if not available so past experience must be used.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the dynamic testing?

691


This was asked to me recently in Microsoft interview How would you do DOS copy command testing

1907


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.

3067


write test case for button of google page?"i am feeling lucky" if button is not appear on page?

2547


Write test cases to test a browser app

1249






Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1927


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

1773


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

485


Elaborate test plan and content availability in test plan.

664


how many test cases do u need to ship a product?

1170


plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...

1892


How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character

1503


Explain the logic testing?

660


Explain the scalability testing?

656


how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases

1935