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 / 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 |
Post New Answer View All Answers
What is transaction testing?
Which of the following defines the expected results of a test? Test case specification or test design specification.
how to write test cases for the example state name starts with A B C D E F G H I J K L Z
write the testcases for migrating data from one database to another database?
Suppose a job should be executed for every two hours? Write test case for this?
What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking
Do you know explain security testing?
Explain the exactly meaning of test case?
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
write a test case for telephone billing ?
What is business validation test case?
Explain the dynamic testing?
what is black box system in software development in system analysis and design?
Explain transaction testing?
Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)