How will you review test cases?

Answer Posted / ashok

Mr. Tirumalanaidu what answer ur given is correct

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how many test cases do u need to ship a product?

1168


Hi Team, I have two scenarios ,only one step alone deference betweeen them and preconditions of Test scenarios are defferent . In the above sutuation , are we going divide test cases into two or can we club into them into a single. Regards seshu

1771


Sample test cases for data conversion(Utility billing system)

6853


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

1501


Can some body help to write possible test cases for a credit card at POS (point of sale)

2324






please give me different test scenario for uploading whatsapp status from gallery and camera

5461


can any body help me with providing a a case for usability testing...

1665


Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?

1920


What is quick test professional and what test environment it supports?

696


# 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?

1986


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

1933


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2079


What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox

4442


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 { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1927


What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2474