how can we write test cases with help of functional spec?
is it not appropriate to write by using the application?
Answers were Sorted based on User's Feedback
Answer / murthy
Using SRS or BRS, the testers will write test cases for an
application. Because the functionalities for an application
is clearly mentioned in spec doc only. It is not
appropriate to write by using application. B'coz developers
can made mistake while developing the application. When we
follow the application then we too do the same mistake
again. But it will not happen when you follow FRS, SRS or
BRS.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uma mahdevan
there lies the intelligence of a tester... if one has
understood the functional specification properly you can go
with it..... though small changes may be done when the
application is in your hand.....
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aaa
hi murthy,
can you please tell me what is SRS or BRS
| Is This Answer Correct ? | 0 Yes | 1 No |
While doing export to Quality Center it always shows Excel file does not respond???? Please suggest as why it is happening??
write the high level test cases for winzip file
Explain the concurrency testing?
Explain the state testing?
Give me real life some test cases
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
what are the testcases for square
Do you write test plan and test case?
How to write test case for this scenario. If the Zip Code field is populated, the system shall compare the zip code value entered to the zip code value in the Family Individual Information Tab
How does one write Test Cases?
write a test cses for sending mails through microsoft- outlook xpress?
what are the test case scenario for epos/pos testing,and how to initiate the process