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?
Answer Posted / preeti
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 |
Post New Answer View All Answers
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
In any Hyderabd institute you can find these word commomly used by faculties ... Yes or no / Right or wrong so funny...
Test Case for Text Editor!
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
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
What is ramp testing?
Write a test case of login window?
"search"test cases on Linkedin website and how will you write test cases on it?
how many test cases do u need to ship a product?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?
How to write test cases or test scripts for UAT testing which is done manually
How to write test case for this scenario. The text field that reads “ enter SDU number or the city and state of the SDU” shall be removed from the contact screen
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
how to write test cases for online restaurant table booking system?