Suppose an Application has been maintain from 4 years, we
have written 5000 test cases for that. Now the functional
flow has been changed for a Page. If I want to write test
cases for that newly built page. How can I find what was
there in that page 4 years back? How can we traced out?
What is the best way to find test cases other than
tracability?
Answer Posted / rakshan
The best way is to check requirement specification,BRS,use case,Test plan and tractability matrix and if not available so past experience must be used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the syntax testing?
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
write a test case for telephone billing ?
What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?
what is the test plan for ms-word
hai im finished software testing course im technicaly strong but yet now no opportunities come to me.if any opportunities please send to my mail id my mail di is sumathi11685@gmail.com
Explain the ramp testing?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
What is business validation test case?
What is ramp testing?
For how many days (or) weeks you will test a product or software?
Write a test case on a durability of an electric bulb and test it that it will last for next 10 months.
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
Do you know explain security testing?