Answer Posted / wasim
We prepare and maintain Test Plan document for a project and we write Test Cases as per the requirement document.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
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
how to write test cases for smart meter for gas and electricty
What is transaction testing?
How to write the test scenarios for the following: 1. Searching train. 2. Data encryption and decryption. 3. Single signon. 4. Document printing. 5. Testing EMail. 6. Data authentication.
How to test a stored procedure?
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
# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
how to test stand alone programs?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Explain the soak testing?
How would you do " Keeping two folders in sync testing"
Can you list down a few characteristics of a test case?
An Excel sheet contains 2rows and 3 columns of data.I want to copy these data in to the another excell sheet. Write the possible positive and negative test cases?