how do u knw when to stop writing test case for a given
project.
Answer Posted / uma
We can stop stop from the followingg
1) certain level of Bug is reduced
2) If Testing Cost is increase
3) Delivery date comes
4) over Budget
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to write test case for android application,alarm clock,LCD display screen. And after seeting alarm mobile get switch off how to write test case..
Explain the integration testing?
Who will take care of test plan and test case?
How to write test case for this scenario. The First Name data entry field shall be removed from the existing Contact Information screen
explain end to end scenario's for online Money transfer in Banking Domain?
can any body help me with providing a a case for usability testing...
Explain the format of a requirement traceability matrix. And how to include this rtm in the requirement document?
How can we write a good test case?
WE WANT HEALTHINSURENE PROJECT FUNCTIONAL TEST CASES
1.If there are so many test cases to be run suppose (100).How will we run those test cases.(using batch) 2. How will we perform over riding in QTP can any one please give me script. thanks
What are basic types of test cases?
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
can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
# 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?