Who will decide what the test cases you have written are correct?

Answer Posted / suraj khabale

The writeen test cases will be reviewed for correctness by Test lead. TEst managers wont do this task since they might be working on more projects and if they do these things for every project, imagine the effort Manager has to put :D

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

1845


What are basic types of test cases?

692


How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database

1516


what is the technology used in financial applications?

2907


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);

1930






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

1943


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?

2085


150 integration testing scenarios for gmail

12015


Write Test cases for the below scenario? scenario 1: Replace the current CSS software with TML software. Scenario 2: Provide the same reports for business as currently provided by CSS software. Not: CSS and TML are customized software.

2444


How to generate test cases for 'replace a string' method?

908


Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.

2089


write the testcases for migrating data from one database to another database?

1895


plz.. tell me hw to write the Use Case for Online Purchase... just tod. itself i need...

1899


Explain the system testing?

683


# 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