Explain the smoke testing?
No Answer is Posted For this Question
Be the First to Post Answer
I have s/m which gives me square of numbers from 1 – 10000. How do u test it.
when we should start writing test cases?
10 Answers Thatavarti Technologies,
how to write the test case for 1 to 12 months in equivalence partitioning?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?
What are the test cases, we can write for Data Grid. Anybody can help me..Thanks in advance.
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
How to write simple 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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
Why does the boundary value analysis provide good test cases?
can any one give the format of writing test cases in excel sheet.
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?
can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.