Answer Posted / ramesh pandian
review the test case using traceability matrix by verifying
all the requirements are mapped with the test cases
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
I want 100 test scenario for gmail
How many test cases u will write for Acceptance testing?
By clicking the file button on a Word document and opening the Print window, Identify what needs to be white box tested and what needs black box testing. (On the black box testing items, identify boundary conditions and equivalence partition testing is possible and give data examples.)
Explain the state testing?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
How to write test case for this scenario. The system shall auto populate the Email Address on the contact screen with the Email Address of the user profile
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
Write a test case for telephone?
How to write test cases for lift?
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
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?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
What is business validation test case?
What is the toughest moment you faced in your testing carrier in which everyone praised you?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?