Describe to me the difference between validation and
verification.
Answer Posted / ramkumar.s
Verification - A General Review over the application.
Validation - Checking for proper flow by giving some input
and getting proper output.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
can anyone send me a copy of a business requirement and test cases attributed to such requirent. thank u
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
What is gray box testing?
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
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.)
Explain the ramp testing?
Explain the concept of semi-random test cases?
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
Explain the scalability testing?
can one defect be mapped to more than one test script in manual testing
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
What is the syntax testing?
how to prepare a test case for online restaurant table reservation system. plz give an answer ASAP, email at suja_rvndrn@yahoo.co.in
Explain the domain testing?