Can any body please tell me how to test Anti-virus software?
I have been asked this question many times in interview.They
asked this question for a security tester,performance tester
& functional tester perception. Hope u guys will reply me.
Any suggestions welcome.........
Answer Posted / mudaseer
first install the software it should install in the pc
then start scanning it should remove the viruses present in
the pc
it should not delete any data present in the pc
it should scan fast(performance should be fast )
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
Why does the boundary value analysis provide good test cases?
Write all test cases for Bus Pass Renewal
Why is it that the boundary value analysis provides good test cases?
Write test cases to test a browser app
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
Who will take care of test plan and test case?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
write test case for pen cap if it is not present?
write a test case flipkart login page
how to test stand alone programs?
How to write test case for this scenario. The system shall allow for a wild card search for the first name with a minimum of one character.
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
Test a file replication service that copies files from one net location to another