pls let me know the answer, recently i faced this question
in interview.
when you are writing the test cases,if the requirements are
changed what will u do?
Answers were Sorted based on User's Feedback
Answer / deepak jha
According to software testing principle "pesticide paradox" states that whenever requirement changes we have to change our test case because test case will not be able to discover new possible bugs.so we have to change our test case.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / user`
If you don't know the exact/relavent answer to the question
then please don't provide false information to the User.
Thanks.
| Is This Answer Correct ? | 2 Yes | 0 No |
My answer would be:It's a common scenario where requirement changes due to various reason. I am always prepared to deal with it and this is why I am flexible when writing my test cases so that if any changes occur they are easy to incorporate. For example I write Valid Data Definition separately rather adding them to my test cases and it helps me to revise(when needed) my document efficiently.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / charitha
Soon after preparing Use case document,identify the functional points and +,after that prepare Test senorio document then we will prepare test case document.
case document+identify the functional points+identify the functional points+Test senorio document+test case document
| Is This Answer Correct ? | 3 Yes | 9 No |
test cases for traffic signals in a four raod junction.
They were asking sily questions and definitions rather than practical experience related questions. More focused on Definitions.
How to write test cases for the following scenario: The system shall limit the search result display to 200 records. Do we need to write test data for it. How do we create a test data for it.
can anyone please send me the sample testcases on how to write it into the testtemplates
what is difference between GUI Map and GUI Map file
what all are available test cases for Search engine NLP (Sixth sense).
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);
can u say me how many test cases i can get for a user to login and enter password ..please specify in testcase desing template for that
how to Create a test plan document for Library Management System
Test Case for Text Editor!
Hi.........can any one tell me the basic format for writing test cases
Write a test case for a chair to check whether it will last for next 10 years and check the quality of the chair and it’s durability.