what is the purpose of writing testcases

Answer Posted / venkat

By simply, A Testcases can cover all the positive and
negative conditions of that particular Client
requirement.The current testcase will help you to test
requirement after getting the build from the developer.
For ex:Customer requirement is he need blue writing pen.
After making pen ready to write once.whether it is
writing blue or some other colour.if its write blue
colour,then your testcase pass,otherwise your test case
fails.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the scalability testing?

736


Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation

563


Can any tell to create test data for SUM (calculation), Scenario is 0 to 9 digits are available as we see in the calculator, I want to certify that the sum of the two numbers are working fine by providing test data.

2150


How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?

2027


consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.

1870






What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1504


can anyone please help me in writing Test cases for HRMS,ERP and for CRM Apllications...I am joined as a trainee.so i have to write test cases for these applications..Soo can anyone pls help me....mail id: bapuji.karyampudi@gmail.com....Please reply me guys.

3053


Write the test case for a login page?

787


Do you write test plan and test case?

1992


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

2063


Test a file replication service that copies files from one net location to another

2115


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

2007


Explain the format of a requirement traceability

716


Explain the monkey testing?

730


Explain the sanity testing?

751