if software faild in customer environment what we called
a)error b)fault c)defect d)failure
Answer Posted / sowmya
the correct answer is we can call it as either failure or fault.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
write test cases for hospitality management system
How to write test cases for "hotel reservatrion" for ms word? Thanks a lot!
Hi there Just done with QTP training. I am looking out for a job. can any one share your experinces in real time job. I mean How the work flow goes and what other things do i have to learn for getting a job. please respond ASAP this is urgent for me. Regards Lina.
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
Can any one send me the Sample sanity Test Cases??? Mail id:veerabhadrudu.p@gmail.com
Explain the unit testing?
Explain transaction testing?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Could anyone please let me know what are the test cases for a rule based system? WE have a module on RBS which relates the data gathered to a set of rules and uses them to verify if the details are correct. Also we have a data acquisition module which collects the configuration details of a node entering a cluster using the CPUID. Can you please suggest test cases for these two modules, please?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
Explain the gray box testing?
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Do you write test plan and test case?
how to write a test procedure & test log for login system