What we do when the Requirements are continuously changed?
Answer Posted / sdmahesh06
When ever the requirements are continuously changing, we
will do agile testing.
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Explain the load testing?
write a test case flipkart login page
how to write test case on gmail for TO field in compose page? only for the particular field.what will different type of user do with it like student,doctor?
Write all test cases for Bus Pass Renewal
Explain the unit testing?
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 of login window?
how to write a test procedure & test log for login system
For how many days (or) weeks you will test a product or software?
Explain the functional testing?
What are the test cases for mouse?
In a log in page what will be test procedure, test scenario, test description & test steps?
write a test case for telephone billing ?
What is component testing?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen